mirror of
https://github.com/Z3Prover/z3
synced 2025-10-08 17:01:55 +00:00
fallback to Gomory cuts and gcd conflicts if dio fails
Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
parent
cc1bb0a255
commit
a1673f2bdd
3 changed files with 7 additions and 19 deletions
|
@ -37,7 +37,6 @@ void lp::lp_settings::updt_params(params_ref const& _p) {
|
|||
m_dio = lp_p.dio();
|
||||
m_dio_enable_gomory_cuts = lp_p.dio_cuts_enable_gomory();
|
||||
m_dio_enable_hnf_cuts = lp_p.dio_cuts_enable_hnf();
|
||||
m_dio_branching_period = lp_p.dio_branching_period();
|
||||
m_dump_bound_lemmas = p.arith_dump_bound_lemmas();
|
||||
m_dio_ignore_big_nums = lp_p.dio_ignore_big_nums();
|
||||
m_dio_calls_period = lp_p.dio_calls_period();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue