mirror of
https://github.com/Z3Prover/z3
synced 2025-05-06 15:25:46 +00:00
7 lines
284 B
Text
7 lines
284 B
Text
def_module_params('ackermannization',
|
|
description='solving UF via ackermannization',
|
|
export=True,
|
|
params=(
|
|
('eager', BOOL, True, 'eagerly instantiate all congruence rules'),
|
|
))
|
|
|