mirror of
https://github.com/Z3Prover/z3
synced 2025-04-24 17:45:32 +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_viable[v] = viable;
|
||||
add_non_viable(v, val);
|
||||
m_free_vars.del_var_eh(v);
|
||||
narrow(v);
|
||||
decide(v);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue