mirror of
https://github.com/Z3Prover/z3
synced 2025-11-03 13:07:53 +00:00
re-factoring
This commit is contained in:
parent
7f7185ce02
commit
bcab9a3600
7 changed files with 29 additions and 26 deletions
|
|
@ -3,5 +3,7 @@ def_module_params('ackr_tactics',
|
|||
export=True,
|
||||
params=(
|
||||
('sat_backend', BOOL, False, 'use SAT rather than SMT in qfufbv_ackr_tactic'),
|
||||
('div0ackermann', BOOL, False, "if true, then try to Ackermannize div etc functions."),
|
||||
("div0_ackermann_limit", UINT, 1000, "a bound for number of congruence Ackermann lemmas")
|
||||
))
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue