mirror of
https://github.com/Z3Prover/z3
synced 2025-10-08 08:51:55 +00:00
initialize
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
43ddad0ecd
commit
54f145b364
3 changed files with 12 additions and 2 deletions
|
@ -27,4 +27,5 @@ def_module_params('sat',
|
|||
('drat.file', SYMBOL, '', 'file to dump DRAT proofs'),
|
||||
('drat.check', BOOL, False, 'build up internal proof and check'),
|
||||
('cardinality.solver', BOOL, False, 'use cardinality/xor solver'),
|
||||
('cliff', UINT, 0, 'my favorite parameter'),
|
||||
))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue