mirror of
https://github.com/Z3Prover/z3
synced 2025-04-30 12:25:51 +00:00
preparing niil files
Signed-off-by: Lev <levnach@hotmail.com>
This commit is contained in:
parent
c979c694f6
commit
a5c62bfcc4
5 changed files with 100 additions and 8 deletions
|
@ -6,7 +6,9 @@ def_module_params('lp',
|
|||
('print_stats', BOOL, False, 'print statistic'),
|
||||
('simplex_strategy', UINT, 0, 'simplex strategy for the solver'),
|
||||
('enable_hnf', BOOL, True, 'enable hnf cuts'),
|
||||
('bprop_on_pivoted_rows', BOOL, True, 'propagate bounds on rows changed by the pivot operation')
|
||||
('bprop_on_pivoted_rows', BOOL, True, 'propagate bounds on rows changed by the pivot operation'),
|
||||
('niil', BOOL, False, 'call nonlinear integer solver with incremental linearization')
|
||||
|
||||
))
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue