mirror of
https://github.com/Z3Prover/z3
synced 2025-08-15 07:15:26 +00:00
Further refactoring ackermannization.
This commit is contained in:
parent
2679b74543
commit
f3240024e7
20 changed files with 1621 additions and 0 deletions
8
src/ackermannization/ackermannize_bv_tactic_params.pyg
Normal file
8
src/ackermannization/ackermannize_bv_tactic_params.pyg
Normal file
|
@ -0,0 +1,8 @@
|
|||
def_module_params(module_name='rewriter',
|
||||
class_name='ackermannize_bv_tactic_params',
|
||||
export=True,
|
||||
params=(
|
||||
("div0_ackermann_limit", UINT, 1000, "a bound for number of congruence Ackermann lemmas for div0 modelling"),
|
||||
)
|
||||
)
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue