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:
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();
|
||||
push();
|
||||
assign_core(l, justification(scope_lvl()));
|
||||
propagate(false);
|
||||
}
|
||||
mk_model();
|
||||
break;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue