mirror of
https://github.com/Z3Prover/z3
synced 2025-10-11 10:18:06 +00:00
adjust the frequency of dio calls
Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
parent
15a3818fce
commit
f680242620
3 changed files with 15 additions and 12 deletions
|
@ -2085,15 +2085,6 @@ namespace lp {
|
|||
}
|
||||
while (ret == lia_move::continue_with_check);
|
||||
|
||||
if (ret != lia_move::undef)
|
||||
return ret;
|
||||
if (ret == lia_move::undef) {
|
||||
lra.settings().dio_calls_period() *= 2;
|
||||
if (lra.settings().dio_calls_period() >= 16) {
|
||||
lra.settings().dio_enable_gomory_cuts() = true;
|
||||
lra.settings().set_run_gcd_test(true);
|
||||
}
|
||||
}
|
||||
return ret;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue