mirror of
https://github.com/Z3Prover/z3
synced 2025-05-11 09:44:43 +00:00
enable qe-lite for UFNIA benchmarks
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
4badc52dc3
commit
fd6fe87c5d
4 changed files with 62 additions and 37 deletions
|
@ -1308,7 +1308,7 @@ namespace smt {
|
|||
if (!gcd_test())
|
||||
return FC_CONTINUE;
|
||||
|
||||
if (m_params.m_arith_euclidean_solver)
|
||||
if (m_params.m_arith_euclidean_solver || (0 == (1 + m_branch_cut_counter) % 80))
|
||||
apply_euclidean_solver();
|
||||
|
||||
if (get_context().inconsistent())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue