mirror of
https://github.com/Z3Prover/z3
synced 2025-08-18 09:12:16 +00:00
parent
d77a2ed567
commit
28c827fb69
5 changed files with 52 additions and 16 deletions
|
@ -837,10 +837,7 @@ namespace smt {
|
|||
m_context.register_plugin(alloc(smt::theory_mi_arith, m_manager, m_params));
|
||||
break;
|
||||
case AS_NEW_ARITH:
|
||||
if (st.m_num_non_linear != 0 && st.m_has_int)
|
||||
m_context.register_plugin(alloc(smt::theory_mi_arith, m_manager, m_params));
|
||||
else
|
||||
setup_lra_arith();
|
||||
setup_lra_arith();
|
||||
break;
|
||||
default:
|
||||
m_context.register_plugin(alloc(smt::theory_mi_arith, m_manager, m_params));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue