mirror of
https://github.com/Z3Prover/z3
synced 2025-08-12 14:10:54 +00:00
create hnf cuts too, when gomory_cut_period is 2
Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
parent
c518ddac6f
commit
5c712d471f
4 changed files with 13 additions and 8 deletions
|
@ -599,7 +599,7 @@ lia_move int_solver::make_hnf_cut() {
|
|||
}
|
||||
|
||||
lia_move int_solver::hnf_cut() {
|
||||
if ((m_number_of_calls) % settings().m_hnf_cut_period == 0) {
|
||||
if ((m_number_of_calls) % settings().hnf_cut_period() == 0) {
|
||||
return make_hnf_cut();
|
||||
}
|
||||
return lia_move::undef;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue