mirror of
https://github.com/Z3Prover/z3
synced 2025-05-13 18:54:43 +00:00
merge more from csp
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
e0d8cefde4
commit
2bee9a062f
3 changed files with 1 additions and 25 deletions
|
@ -239,7 +239,7 @@ namespace sat {
|
|||
else {
|
||||
model_converter::entry & e = mc.mk(model_converter::ELIM_VAR, v);
|
||||
TRACE("save_elim", tout << "marking as deleted: " << v << " l: " << l << " r: " << r << "\n";);
|
||||
m_solver.m_eliminated[v] = true;
|
||||
m_solver.set_eliminated(v, true);
|
||||
mc.insert(e, ~l, r);
|
||||
mc.insert(e, l, ~r);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue