mirror of
https://github.com/Z3Prover/z3
synced 2025-04-27 19:05:51 +00:00
duality fix plus mbqi option
This commit is contained in:
parent
19dbd02e13
commit
83a774ac79
5 changed files with 25 additions and 2 deletions
|
@ -74,6 +74,7 @@ def_module_params('fixedpoint',
|
|||
('stratified_inlining', BOOL, False, 'DUALITY: Use stratified inlining'),
|
||||
('recursion_bound', UINT, UINT_MAX, 'DUALITY: Recursion bound for stratified inlining'),
|
||||
('profile', BOOL, False, 'DUALITY: profile run time'),
|
||||
('mbqi', BOOL, True, 'DUALITY: use model-based quantifier instantion'),
|
||||
('dump_aig', SYMBOL, '', 'Dump clauses in AIG text format (AAG) to the given file name'),
|
||||
))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue