mirror of
https://github.com/Z3Prover/z3
synced 2025-04-23 09:05:31 +00:00
deleted parameter
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
3381fd2b52
commit
ddf2eb57d6
2 changed files with 2 additions and 1 deletions
|
@ -95,6 +95,7 @@ def_module_params(module_name='smt',
|
|||
('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.print_stats', BOOL, False, 'print statistic'),
|
||||
('arith.validate', BOOL, False, 'validate lemmas generated by arithmetic solver'),
|
||||
('arith.simplex_strategy', UINT, 0, 'simplex strategy for the solver'),
|
||||
('arith.enable_hnf', BOOL, True, 'enable hnf (Hermite Normal Form) cuts'),
|
||||
('arith.bprop_on_pivoted_rows', BOOL, True, 'propagate bounds on rows changed by the pivot operation'),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue