mirror of
https://github.com/Z3Prover/z3
synced 2025-10-11 10:18:06 +00:00
reuse dio branch
Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
parent
e31e9819b1
commit
3e49d9fcfe
6 changed files with 124 additions and 29 deletions
10
src/math/lp/lp_params_helper.pyg
Normal file
10
src/math/lp/lp_params_helper.pyg
Normal file
|
@ -0,0 +1,10 @@
|
|||
def_module_params(module_name='lp',
|
||||
class_name='lp_params_helper',
|
||||
description='linear programming parameters',
|
||||
export=True,
|
||||
params=(('dio_eqs', BOOL, False, 'use Diophantine equalities'),
|
||||
('dio_branching_period', UINT, 100, 'Period of calling branching on undef in Diophantine handler'),
|
||||
('dio_cuts_enable_gomory', BOOL, False, 'enable Gomory cuts together with Diophantine cuts, only relevant when dioph_eq is true'),
|
||||
('dio_cuts_enable_hnf', BOOL, True, 'enable hnf cuts together with Diophantine cuts, only relevant when dioph_eq is true'),
|
||||
))
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue