3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-10-11 10:18:06 +00:00

add parameter m_dio_calls_period

Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
Lev Nachmanson 2025-04-04 19:56:13 -07:00 committed by Lev Nachmanson
parent ae97ee09d9
commit 8db9f52386
5 changed files with 8 additions and 4 deletions

View file

@ -2333,6 +2333,8 @@ namespace lp {
ret = branching_on_undef();
m_max_of_branching_iterations = (unsigned)m_max_of_branching_iterations / 2;
if (ret == lia_move::undef)
lra.settings().dio_calls_period() *= 2;
return ret;
}