mirror of
https://github.com/Z3Prover/z3
synced 2026-06-05 16:40:52 +00:00
use new arithmetic solver for AUFLIA, fixes #8090
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
85c8c6bd6b
commit
d533260445
1 changed files with 1 additions and 1 deletions
|
|
@ -511,7 +511,7 @@ namespace smt {
|
||||||
TRACE(setup, tout << "AUFLIA\n";);
|
TRACE(setup, tout << "AUFLIA\n";);
|
||||||
m_params.setup_AUFLIA(simple_array);
|
m_params.setup_AUFLIA(simple_array);
|
||||||
TRACE(setup, tout << "max_eager_multipatterns: " << m_params.m_qi_max_eager_multipatterns << "\n";);
|
TRACE(setup, tout << "max_eager_multipatterns: " << m_params.m_qi_max_eager_multipatterns << "\n";);
|
||||||
m_context.register_plugin(alloc(smt::theory_i_arith, m_context));
|
setup_i_arith();
|
||||||
setup_arrays();
|
setup_arrays();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue