mirror of
https://github.com/Z3Prover/z3
synced 2025-04-15 13:28:47 +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))
|
if (apply_guided_move(vars))
|
||||||
continue;
|
continue;
|
||||||
|
|
||||||
if (apply_flip())
|
if (false && apply_flip())
|
||||||
return;
|
return;
|
||||||
|
|
||||||
// bail out if no progress, and try random update
|
// bail out if no progress, and try random update
|
||||||
|
|
Loading…
Reference in a new issue