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

parallelizing ccc

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2017-04-23 14:46:46 -07:00
parent 07fe45e923
commit d052155f6e
8 changed files with 284 additions and 281 deletions

View file

@ -141,7 +141,7 @@ namespace sat {
unsigned m_par_num_vars;
bool m_par_syncing_clauses;
statistics m_lookahead_stats;
statistics m_aux_stats;
void del_clauses(clause * const * begin, clause * const * end);