mirror of
https://github.com/Z3Prover/z3
synced 2026-01-18 16:28:56 +00:00
use new arithmetic solver for AUFLIA, fixes #8090
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
60926e0347
commit
9933500365
1 changed files with 1 additions and 1 deletions
|
|
@ -510,7 +510,7 @@ namespace smt {
|
|||
TRACE(setup, tout << "AUFLIA\n";);
|
||||
m_params.setup_AUFLIA(simple_array);
|
||||
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();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue