mirror of
https://github.com/Z3Prover/z3
synced 2025-06-24 23:03:41 +00:00
add parameter
This commit is contained in:
parent
9d35a8c702
commit
befbd8d702
1 changed files with 1 additions and 0 deletions
|
@ -12,6 +12,7 @@ def_module_params('tactic',
|
|||
('lia2card.max_range', UINT, 100, "maximal range of integers to compilation into Booleans"),
|
||||
('lia2card.max_ite_nesting', UINT, 4, "maximal nesting depth for ite expressions to be compiled into PB constraints"),
|
||||
('randomizer.seed', UINT, 0, "seed for randomizer pre-processor"),
|
||||
('completion.max_instantiations', UINT, UINT_MAX, "Maximal number of instantiations allowed for euf-completion"),
|
||||
('default_tactic', SYMBOL, '', "overwrite default tactic in strategic solver"),
|
||||
|
||||
# ('aig.per_assertion', BOOL, True, "process one assertion at a time"),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue