mirror of
https://github.com/Z3Prover/z3
synced 2026-03-01 11:16:54 +00:00
remove stale experimental code #8063
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
175625f43c
commit
f917005ee1
23 changed files with 9 additions and 3918 deletions
|
|
@ -229,9 +229,6 @@ namespace sat {
|
|||
literal r = roots[v];
|
||||
SASSERT(v != r.var());
|
||||
|
||||
if (m_solver.m_cut_simplifier)
|
||||
m_solver.m_cut_simplifier->set_root(v, r);
|
||||
|
||||
bool set_root = m_solver.set_root(l, r);
|
||||
TRACE(elim_eqs, tout << l << " " << r << "\n";);
|
||||
if (m_solver.is_assumption(v) || (m_solver.is_external(v) && (m_solver.is_incremental() || !set_root))) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue