mirror of
https://github.com/Z3Prover/z3
synced 2025-05-05 14:55:45 +00:00
fixing the default parameters of dio and rename m_gomory_cuts to m_cuts
Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
parent
957b177c64
commit
e920291393
5 changed files with 5 additions and 5 deletions
|
@ -251,7 +251,7 @@ private:
|
|||
bool m_print_external_var_name = false;
|
||||
bool m_propagate_eqs = false;
|
||||
bool m_dio_eqs = false;
|
||||
bool m_dio_enable_gomory_cuts = true;
|
||||
bool m_dio_enable_gomory_cuts = false;
|
||||
bool m_dio_enable_hnf_cuts = true;
|
||||
unsigned m_dio_branching_period = 100; // do branching rarere
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue