mirror of
https://github.com/Z3Prover/z3
synced 2025-04-23 17:15:31 +00:00
This commit is contained in:
parent
ca8f914dd8
commit
005d35f9c9
2 changed files with 1 additions and 2 deletions
|
@ -1257,7 +1257,6 @@ namespace opt {
|
|||
}
|
||||
def result;
|
||||
if (compute_def) {
|
||||
TRACE("opt1", tout << m_rows[row_id1] << "\n";);
|
||||
result = def(m_rows[row_id1], x);
|
||||
m_var2value[x] = eval(result);
|
||||
TRACE("opt1", tout << "updated eval " << x << " := " << eval(x) << "\n";);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue