3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-23 17:15:31 +00:00
This commit is contained in:
Nikolaj Bjorner 2021-08-01 12:49:36 -07:00
parent 924ea6ab31
commit a4cc9e7895
3 changed files with 25 additions and 12 deletions

View file

@ -1261,8 +1261,7 @@ namespace opt {
m_var2value[x] = eval(result);
TRACE("opt1", tout << "updated eval " << x << " := " << eval(x) << "\n";);
}
else
retire_row(row_id1);
retire_row(row_id1);
return result;
}