3
0
Fork 0
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:
Nikolaj Bjorner 2024-12-31 12:16:54 -08:00
parent b415b82625
commit 234bd402d3

View file

@ -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