mirror of
https://github.com/Z3Prover/z3
synced 2025-08-12 06:00:53 +00:00
improved dio handler
Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
parent
30021dd74f
commit
6f7b749ff9
11 changed files with 885 additions and 544 deletions
|
@ -35,4 +35,5 @@ void lp::lp_settings::updt_params(params_ref const& _p) {
|
|||
m_dio_eqs = p.arith_lp_dio_eqs();
|
||||
m_dio_enable_gomory_cuts = p.arith_lp_dio_cuts_enable_gomory();
|
||||
m_dio_branching_period = p.arith_lp_dio_branching_period();
|
||||
m_dump_bound_lemmas = p.arith_dump_bound_lemmas();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue