mirror of
https://github.com/Z3Prover/z3
synced 2025-05-06 15:25:46 +00:00
Further refactoring ackermannization.
This commit is contained in:
parent
2679b74543
commit
f3240024e7
20 changed files with 1621 additions and 0 deletions
7
src/ackermannization/ackermannization_params.pyg
Normal file
7
src/ackermannization/ackermannization_params.pyg
Normal file
|
@ -0,0 +1,7 @@
|
|||
def_module_params('ackermannization',
|
||||
description='solving UF via ackermannization',
|
||||
export=True,
|
||||
params=(
|
||||
('eager', BOOL, True, 'eagerly instantiate all congruence rules'),
|
||||
))
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue