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

debug cheap_eqs

Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
Lev Nachmanson 2020-06-07 20:33:51 -07:00
parent 110ab5e6ef
commit 4f0bd93124
2 changed files with 40 additions and 21 deletions

View file

@ -755,6 +755,7 @@ namespace smt {
}
void setup::setup_lra_arith() {
// m_context.register_plugin(alloc(smt::theory_mi_arith, m_context));
m_context.register_plugin(alloc(smt::theory_lra, m_context));
}