mirror of
https://github.com/Z3Prover/z3
synced 2025-08-07 03:31:23 +00:00
6 lines
547 B
Text
6 lines
547 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.hi_div0', BOOL, True, 'if true, then Z3 uses the usual hardware interpretation for division (rem, mod) by zero; otherwise, these operations are considered uninterpreted'),
|
|
('bv.bv2int_distribute', BOOL, True, 'if true, then int2bv is distributed over arithmetical operators')))
|