3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-28 19:35:50 +00:00

Further refactoring ackermannization.

This commit is contained in:
mikolas 2016-02-03 17:31:19 +00:00
parent f3240024e7
commit faa620f673
22 changed files with 6 additions and 1629 deletions

View file

@ -1,7 +0,0 @@
def_module_params('ackermannization',
description='solving UF via ackermannization',
export=True,
params=(
('eager', BOOL, True, 'eagerly instantiate all congruence rules'),
))