mirror of
https://github.com/Z3Prover/z3
synced 2025-04-27 19:05:51 +00:00
added fixedpoint.conjecture_file option
This commit is contained in:
parent
f4790a183d
commit
a4f3afd70d
2 changed files with 2 additions and 0 deletions
|
@ -77,6 +77,7 @@ def_module_params('fixedpoint',
|
|||
('mbqi', BOOL, True, 'DUALITY: use model-based quantifier instantion'),
|
||||
('batch_expand', BOOL, False, 'DUALITY: use batch expansion'),
|
||||
('dump_aig', SYMBOL, '', 'Dump clauses in AIG text format (AAG) to the given file name'),
|
||||
('conjecture_file', STRING, '', 'DUALITY: save conjectures to file'),
|
||||
))
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue