mirror of
https://github.com/Z3Prover/z3
synced 2025-10-08 08:51:55 +00:00
adding drat
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
0b711c5ef8
commit
61341b8879
7 changed files with 144 additions and 47 deletions
|
@ -25,4 +25,7 @@ def_module_params('sat',
|
|||
('parallel_threads', UINT, 1, 'number of parallel threads to use'),
|
||||
('cardinality_solver', BOOL, False, 'enable cardinality based solver'),
|
||||
('dimacs.core', BOOL, False, 'extract core from DIMACS benchmarks'),
|
||||
('drat', BOOL, False, 'produce DRAT proofs'),))
|
||||
('drat', BOOL, False, 'produce DRAT proofs'),
|
||||
('drat.file', SYMBOL, '', 'file to dump DRAT proofs'),
|
||||
('drat.check', BOOL, False, 'build up internal proof and check'),
|
||||
))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue