mirror of
https://github.com/Z3Prover/z3
synced 2025-08-21 02:30:23 +00:00
remove the parameter for throttling nla lemmas
This commit is contained in:
parent
2b6c73af82
commit
d717dae3ac
5 changed files with 1 additions and 11 deletions
|
@ -65,7 +65,6 @@ def_module_params(module_name='smt',
|
|||
('arith.nl.order', BOOL, True, 'run order lemmas'),
|
||||
('arith.nl.expp', BOOL, False, 'expensive patching'),
|
||||
('arith.nl.tangents', BOOL, True, 'run tangent lemmas'),
|
||||
('arith.nl.thrl', BOOL, True, 'throttle repeated lemmas - debug, remove later!!!'),
|
||||
('arith.nl.horner', BOOL, True, 'run horner\'s heuristic'),
|
||||
('arith.nl.horner_subs_fixed', UINT, 2, '0 - no subs, 1 - substitute, 2 - substitute fixed zeros only'),
|
||||
('arith.nl.horner_frequency', UINT, 4, 'horner\'s call frequency'),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue