summaryrefslogtreecommitdiffstats
path: root/src/sat/glucose/SimpSolver.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/sat/glucose/SimpSolver.h')
-rw-r--r--src/sat/glucose/SimpSolver.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/sat/glucose/SimpSolver.h b/src/sat/glucose/SimpSolver.h
index 260ab5e3..520a5cc9 100644
--- a/src/sat/glucose/SimpSolver.h
+++ b/src/sat/glucose/SimpSolver.h
@@ -97,6 +97,7 @@ class SimpSolver : public Solver {
int merges;
int asymm_lits;
int eliminated_vars;
+ int eliminated_clauses;
protected: