mirror of
https://github.com/Z3Prover/z3
synced 2025-04-30 12:25:51 +00:00
rename niil to nla
Signed-off-by: Lev <levnach@hotmail.com>
This commit is contained in:
parent
56ae577c97
commit
96aaa8638e
4 changed files with 51 additions and 46 deletions
|
@ -7,7 +7,7 @@ def_module_params('lp',
|
|||
('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'),
|
||||
('niil', BOOL, False, 'call nonlinear integer solver with incremental linearization')
|
||||
('nla', BOOL, False, 'call nonlinear integer solver with incremental linearization')
|
||||
|
||||
))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue