diff options
author | Alan Mishchenko <alanmi@berkeley.edu> | 2017-09-16 14:30:02 -0700 |
---|---|---|
committer | Alan Mishchenko <alanmi@berkeley.edu> | 2017-09-16 14:30:02 -0700 |
commit | 7e7ba1562e1c868bd9ece855fb309ea9a409e38d (patch) | |
tree | 183b93aab02fb9b2488bad4b444ddb7d9eb89b14 /src/sat | |
parent | e7def3d4a2345c03969c3933ff7564b1eee49c5a (diff) | |
download | abc-7e7ba1562e1c868bd9ece855fb309ea9a409e38d.tar.gz abc-7e7ba1562e1c868bd9ece855fb309ea9a409e38d.tar.bz2 abc-7e7ba1562e1c868bd9ece855fb309ea9a409e38d.zip |
Compiler warning.
Diffstat (limited to 'src/sat')
-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) |