mirror of
https://github.com/Z3Prover/z3
synced 2025-05-12 18:24:43 +00:00
improved dio handler
Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
parent
e05f75d74c
commit
64901a4e4f
11 changed files with 885 additions and 544 deletions
|
@ -188,7 +188,7 @@ namespace lp {
|
|||
}
|
||||
|
||||
bool should_gomory_cut() {
|
||||
return (!settings().dio_eqs() || settings().dio_enable_gomory_cuts())
|
||||
return (!all_columns_are_integral() ||(!settings().dio_eqs() || settings().dio_enable_gomory_cuts()))
|
||||
&& m_number_of_calls % settings().m_int_gomory_cut_period == 0;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue