mirror of
https://github.com/Z3Prover/z3
synced 2025-04-13 12:28:44 +00:00
take 1 on flip conditions
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
b415b82625
commit
234bd402d3
|
@ -76,7 +76,7 @@ namespace sls {
|
|||
if (apply_guided_move(vars))
|
||||
continue;
|
||||
|
||||
if (apply_flip())
|
||||
if (false && apply_flip())
|
||||
return;
|
||||
|
||||
// bail out if no progress, and try random update
|
||||
|
|
Loading…
Reference in a new issue