mirror of
https://github.com/Z3Prover/z3
synced 2026-02-23 08:47:37 +00:00
4 lines
318 B
Text
4 lines
318 B
Text
def_module_params(class_name='bv_simplifier_params_helper',
|
|
module_name="old_simplify", # Parameters will be in the old_simplify module
|
|
export=True,
|
|
params=(('bv.bv2int_distribute', BOOL, True, 'if true, then int2bv is distributed over arithmetical operators'),))
|