3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-10-08 08:51:55 +00:00

debugging ccc

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2017-04-21 08:18:25 -07:00
parent e65f106a83
commit 86a54dfec8
8 changed files with 832 additions and 180 deletions

View file

@ -30,5 +30,6 @@ def_module_params('sat',
('xor.solver', BOOL, False, 'use xor solver'),
('local_search_threads', UINT, 0, 'number of local search threads to find satisfiable solution'),
('local_search', BOOL, False, 'use local search instead of CDCL'),
('lookahead_search', BOOL, False, 'use lookahead solver')
('lookahead_search', BOOL, False, 'use lookahead solver'),
('ccc', BOOL, False, 'use Concurrent Cube and Conquer solver')
))