3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-23 09:05:31 +00:00

say no to local search + parallel #3636

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2020-03-31 20:10:51 -07:00
parent c76adfaf19
commit 79183b6339

View file

@ -1154,6 +1154,7 @@ namespace sat {
if (mdl[v] != l_true) l.neg();
push();
assign_core(l, justification(scope_lvl()));
propagate(false);
}
mk_model();
break;