mirror of
https://github.com/Z3Prover/z3
synced 2025-10-08 08:51:55 +00:00
add option to disable cardinality solver
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
c347018cb8
commit
2bcb875559
4 changed files with 17 additions and 3 deletions
|
@ -26,4 +26,5 @@ def_module_params('sat',
|
|||
('dimacs.core', BOOL, False, 'extract core from DIMACS benchmarks'),
|
||||
('drat.file', SYMBOL, '', 'file to dump DRAT proofs'),
|
||||
('drat.check', BOOL, False, 'build up internal proof and check'),
|
||||
('cardinality.solver', BOOL, True, 'use cardinality solver'),
|
||||
))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue