mirror of
https://github.com/Z3Prover/z3
synced 2025-10-08 08:51:55 +00:00
add xor parity solver feature
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
cb050998e5
commit
98c5a779b4
6 changed files with 665 additions and 108 deletions
|
@ -26,5 +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'),
|
||||
('cardinality.solver', BOOL, False, 'use cardinality/xor solver'),
|
||||
))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue