mirror of
https://github.com/Z3Prover/z3
synced 2025-07-23 04:38:53 +00:00
add cce
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
46fa245324
commit
9f9ae4427d
10 changed files with 259 additions and 139 deletions
|
@ -90,6 +90,7 @@ namespace sat {
|
|||
|
||||
// stats
|
||||
unsigned m_num_blocked_clauses;
|
||||
unsigned m_num_covered_clauses;
|
||||
unsigned m_num_subsumed;
|
||||
unsigned m_num_elim_vars;
|
||||
unsigned m_num_sub_res;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue