From e7def3d4a2345c03969c3933ff7564b1eee49c5a Mon Sep 17 00:00:00 2001 From: Alan Mishchenko Date: Sat, 16 Sep 2017 14:28:32 -0700 Subject: Enabling variable elim in &bmcs -g. --- src/sat/glucose/SimpSolver.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/sat/glucose/SimpSolver.h') 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: -- cgit v1.2.3