mirror of
https://github.com/Z3Prover/z3
synced 2025-04-24 09:35:32 +00:00
Adding parameters to Ackermannization in qfbv_tactic.
This commit is contained in:
parent
c9799b143d
commit
de28e57dee
1 changed files with 6 additions and 0 deletions
6
src/tactic/smtlogics/qfbv_tactic_params.pyg
Normal file
6
src/tactic/smtlogics/qfbv_tactic_params.pyg
Normal file
|
@ -0,0 +1,6 @@
|
|||
def_module_params(class_name='qfbv_tactic_params',
|
||||
module_name="smtlogic_tactic",
|
||||
export=True,
|
||||
params=(('div0ackermann', BOOL, False, "if true, then try to Ackermannize div etc functions."),
|
||||
("div0_ackermann_limit", UINT, 1000, "a bound for number of congregants Ackerman lemmas")
|
||||
))
|
Loading…
Add table
Add a link
Reference in a new issue