mirror of
https://github.com/Z3Prover/z3
synced 2025-06-25 15:23:41 +00:00
say no to local search + parallel #3636
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
c76adfaf19
commit
79183b6339
1 changed files with 1 additions and 0 deletions
|
@ -1154,6 +1154,7 @@ namespace sat {
|
||||||
if (mdl[v] != l_true) l.neg();
|
if (mdl[v] != l_true) l.neg();
|
||||||
push();
|
push();
|
||||||
assign_core(l, justification(scope_lvl()));
|
assign_core(l, justification(scope_lvl()));
|
||||||
|
propagate(false);
|
||||||
}
|
}
|
||||||
mk_model();
|
mk_model();
|
||||||
break;
|
break;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue