3
0
Fork 0
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:
Lev Nachmanson 2025-04-04 08:51:35 -07:00 committed by Lev Nachmanson
parent 3e49d9fcfe
commit 972f80188a
6 changed files with 48 additions and 25 deletions

View file

@ -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();
}