mirror of
https://github.com/Z3Prover/z3
synced 2025-10-10 17:58:06 +00:00
parent
077f2248ca
commit
1949a978ce
2 changed files with 4 additions and 0 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue