3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-06-16 02:46:16 +00:00

cheap eqs

Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
Lev Nachmanson 2020-06-10 15:03:06 -07:00
parent 94263167ec
commit 6c115bf896

View file

@ -755,10 +755,10 @@ namespace smt {
} }
void setup::setup_lra_arith() { void setup::setup_lra_arith() {
if (m_params.m_arith_mode == AS_OLD_ARITH) // if (m_params.m_arith_mode == AS_OLD_ARITH)
m_context.register_plugin(alloc(smt::theory_mi_arith, m_context)); // m_context.register_plugin(alloc(smt::theory_mi_arith, m_context));
else // else
m_context.register_plugin(alloc(smt::theory_lra, m_context)); m_context.register_plugin(alloc(smt::theory_lra, m_context));
} }
void setup::setup_mi_arith() { void setup::setup_mi_arith() {