3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-10-10 17:58:06 +00:00
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2020-04-05 11:39:25 -07:00
parent 077f2248ca
commit 1949a978ce
2 changed files with 4 additions and 0 deletions

View file

@ -1152,6 +1152,8 @@ namespace sat {
}
literal l(v, false);
if (mdl[v] != l_true) l.neg();
if (inconsistent())
return l_undef;
push();
assign_core(l, justification(scope_lvl()));
propagate(false);