mirror of
https://github.com/Z3Prover/z3
synced 2025-08-11 13:40:52 +00:00
debug with magic_call
Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
parent
f77f259542
commit
a1f85989eb
6 changed files with 41 additions and 5 deletions
|
@ -5,6 +5,7 @@ def_module_params(module_name='smt',
|
|||
params=(('auto_config', BOOL, True, 'automatically configure solver'),
|
||||
('logic', SYMBOL, '', 'logic used to setup the SMT solver'),
|
||||
('random_seed', UINT, 0, 'random seed for the smt solver'),
|
||||
('magic_call', UINT, 0, 'random magic call'),
|
||||
('relevancy', UINT, 2, 'relevancy propagation heuristic: 0 - disabled, 1 - relevancy is tracked by only affects quantifier instantiation, 2 - relevancy is tracked, and an atom is only asserted if it is relevant'),
|
||||
('macro_finder', BOOL, False, 'try to find universally quantified formulas that can be viewed as macros'),
|
||||
('quasi_macros', BOOL, False, 'try to find universally quantified formulas that are quasi-macros'),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue