diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/sat/glucose/SimpSolver.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sat/glucose/SimpSolver.cpp b/src/sat/glucose/SimpSolver.cpp index 0c6639fb..c097a3ae 100644 --- a/src/sat/glucose/SimpSolver.cpp +++ b/src/sat/glucose/SimpSolver.cpp @@ -607,7 +607,7 @@ void SimpSolver::extendModel() bool SimpSolver::eliminate(bool turn_off_elim) { - abctime clk = Abc_Clock(); + //abctime clk = Abc_Clock(); if (!simplify()) return false; else if (!use_simplification) |