mirror of
https://github.com/Z3Prover/z3
synced 2025-07-18 02:16:40 +00:00
added restarts options to duality (plus some other disabled features)
This commit is contained in:
parent
4763532501
commit
301cb51bbb
5 changed files with 446 additions and 20 deletions
|
@ -78,6 +78,7 @@ def_module_params('fixedpoint',
|
|||
('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'),
|
||||
('enable_restarts', BOOL, False, 'DUALITY: enable restarts'),
|
||||
))
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue