3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-11-03 13:07:53 +00:00

re-factoring

This commit is contained in:
mikolas 2016-02-02 15:04:20 +00:00
parent 7f7185ce02
commit bcab9a3600
7 changed files with 29 additions and 26 deletions

View file

@ -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")
))