mirror of
https://github.com/Z3Prover/z3
synced 2025-06-06 22:23:22 +00:00
parent
daadc1dd8c
commit
b3e1e302f7
2 changed files with 9 additions and 5 deletions
|
@ -82,7 +82,7 @@ namespace opt {
|
|||
if (first_undef && soft.value != l_undef) {
|
||||
continue;
|
||||
}
|
||||
if (first_undef) {
|
||||
else if (first_undef) {
|
||||
SASSERT(soft.value == l_undef);
|
||||
soft.set_value(l_true);
|
||||
assert_value(soft);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue