3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-06-06 22:23:22 +00:00
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2020-03-18 13:22:17 -07:00
parent daadc1dd8c
commit b3e1e302f7
2 changed files with 9 additions and 5 deletions

View file

@ -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);