mirror of
https://github.com/Z3Prover/z3
synced 2026-02-24 01:01:19 +00:00
exposed old simplifier parameters
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
This commit is contained in:
parent
8d62c95a54
commit
32854c677c
7 changed files with 54 additions and 12 deletions
6
src/ast/simplifier/bv_simplifier_params_helper.pyg
Normal file
6
src/ast/simplifier/bv_simplifier_params_helper.pyg
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
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')))
|
||||
Loading…
Add table
Add a link
Reference in a new issue