mirror of
https://github.com/Z3Prover/z3
synced 2025-06-29 01:18:45 +00:00
remove experimental option. Fix #4806
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
ac1b3fc6f2
commit
1269776777
7 changed files with 2 additions and 118 deletions
|
@ -83,7 +83,6 @@ def_module_params(module_name='smt',
|
|||
('arith.auto_config_simplex', BOOL, False, 'force simplex solver in auto_config'),
|
||||
('arith.rep_freq', UINT, 0, 'the report frequency, in how many iterations print the cost and other info'),
|
||||
('arith.min', BOOL, False, 'minimize cost'),
|
||||
('arith.bounded_expansion', BOOL, False, 'box variables used in branch and bound into bound assumptions'),
|
||||
('arith.print_stats', BOOL, False, 'print statistic'),
|
||||
('arith.simplex_strategy', UINT, 0, 'simplex strategy for the solver'),
|
||||
('arith.enable_hnf', BOOL, True, 'enable hnf (Hermite Normal Form) cuts'),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue