summaryrefslogtreecommitdiffstats
path: root/src/proof/ssw/sswInt.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/proof/ssw/sswInt.h')
-rw-r--r--src/proof/ssw/sswInt.h20
1 files changed, 10 insertions, 10 deletions
diff --git a/src/proof/ssw/sswInt.h b/src/proof/ssw/sswInt.h
index 1edf2087..00681923 100644
--- a/src/proof/ssw/sswInt.h
+++ b/src/proof/ssw/sswInt.h
@@ -127,16 +127,16 @@ struct Ssw_Man_t_
int nRegsBegC;
int nRegsEndC;
// runtime stats
- clock_t timeBmc; // bounded model checking
- clock_t timeReduce; // speculative reduction
- clock_t timeMarkCones; // marking the cones not to be refined
- clock_t timeSimSat; // simulation of the counter-examples
- clock_t timeSat; // solving SAT
- clock_t timeSatSat; // sat
- clock_t timeSatUnsat; // unsat
- clock_t timeSatUndec; // undecided
- clock_t timeOther; // other runtime
- clock_t timeTotal; // total runtime
+ abctime timeBmc; // bounded model checking
+ abctime timeReduce; // speculative reduction
+ abctime timeMarkCones; // marking the cones not to be refined
+ abctime timeSimSat; // simulation of the counter-examples
+ abctime timeSat; // solving SAT
+ abctime timeSatSat; // sat
+ abctime timeSatUnsat; // unsat
+ abctime timeSatUndec; // undecided
+ abctime timeOther; // other runtime
+ abctime timeTotal; // total runtime
};
// internal SAT manager