mirror of
https://github.com/Z3Prover/z3
synced 2025-10-08 17:01:55 +00:00
throttle dio for big numbers
Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
parent
3e49d9fcfe
commit
972f80188a
6 changed files with 48 additions and 25 deletions
|
@ -38,4 +38,5 @@ void lp::lp_settings::updt_params(params_ref const& _p) {
|
|||
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();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue