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:
parent
ae97ee09d9
commit
8db9f52386
5 changed files with 8 additions and 4 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue