mirror of
https://github.com/Z3Prover/z3
synced 2025-06-27 00:18:45 +00:00
del-var
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
e6c9f27de4
commit
ce75656e2b
1 changed files with 1 additions and 0 deletions
|
@ -528,6 +528,7 @@ namespace polysat {
|
||||||
m_conflict.reset();
|
m_conflict.reset();
|
||||||
m_viable[v] = viable;
|
m_viable[v] = viable;
|
||||||
add_non_viable(v, val);
|
add_non_viable(v, val);
|
||||||
|
m_free_vars.del_var_eh(v);
|
||||||
narrow(v);
|
narrow(v);
|
||||||
decide(v);
|
decide(v);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue