mirror of
https://github.com/Z3Prover/z3
synced 2025-04-14 12:58:44 +00:00
9 lines
347 B
Plaintext
9 lines
347 B
Plaintext
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"),
|
|
)
|
|
)
|
|
|