Dip
0.95.0
|
#include <DecompStats.h>
Public Member Functions | |
void | calculateStats () |
void | printOverallStats (std::ostream *os=&std::cout) |
void | printDetailedStats (std::ostream *os=&std::cout) |
DecompStats () | |
~DecompStats () | |
Public Attributes | |
UtilTimer | timerOverall |
UtilTimer | timerDecomp |
UtilTimer | timerOther1 |
UtilTimer | timerOther2 |
double | totalOverall |
double | totalDecomp |
double | totalSolveRelax |
double | totalSolveRelaxApp |
double | totalSolUpdate |
double | totalGenCuts |
double | totalGenCutsApp |
double | totalGenVars |
double | totalCompressCols |
double | maxDecomp |
double | maxSolveRelax |
double | maxSolveRelaxApp |
double | maxSolUpdate |
double | maxGenCuts |
double | maxGenVars |
double | maxCompressCols |
std::vector< double > | thisDecomp |
std::vector< double > | thisSolveRelax |
std::vector< double > | thisSolveRelaxApp |
std::vector< double > | thisSolUpdate |
std::vector< double > | thisGenCuts |
std::vector< double > | thisGenCutsApp |
std::vector< double > | thisGenVars |
std::vector< double > | thisCompressCols |
Definition at line 231 of file DecompStats.h.
|
inline |
Definition at line 275 of file DecompStats.h.
|
inline |
Definition at line 299 of file DecompStats.h.
void DecompStats::calculateStats | ( | ) |
void DecompStats::printOverallStats | ( | std::ostream * | os = &std::cout | ) |
void DecompStats::printDetailedStats | ( | std::ostream * | os = &std::cout | ) |
UtilTimer DecompStats::timerOverall |
Definition at line 234 of file DecompStats.h.
UtilTimer DecompStats::timerDecomp |
Definition at line 235 of file DecompStats.h.
UtilTimer DecompStats::timerOther1 |
Definition at line 236 of file DecompStats.h.
UtilTimer DecompStats::timerOther2 |
Definition at line 237 of file DecompStats.h.
double DecompStats::totalOverall |
Definition at line 240 of file DecompStats.h.
double DecompStats::totalDecomp |
Definition at line 242 of file DecompStats.h.
double DecompStats::totalSolveRelax |
Definition at line 243 of file DecompStats.h.
double DecompStats::totalSolveRelaxApp |
Definition at line 244 of file DecompStats.h.
double DecompStats::totalSolUpdate |
Definition at line 245 of file DecompStats.h.
double DecompStats::totalGenCuts |
Definition at line 246 of file DecompStats.h.
double DecompStats::totalGenCutsApp |
Definition at line 247 of file DecompStats.h.
double DecompStats::totalGenVars |
Definition at line 248 of file DecompStats.h.
double DecompStats::totalCompressCols |
Definition at line 249 of file DecompStats.h.
double DecompStats::maxDecomp |
Definition at line 251 of file DecompStats.h.
double DecompStats::maxSolveRelax |
Definition at line 252 of file DecompStats.h.
double DecompStats::maxSolveRelaxApp |
Definition at line 253 of file DecompStats.h.
double DecompStats::maxSolUpdate |
Definition at line 254 of file DecompStats.h.
double DecompStats::maxGenCuts |
Definition at line 255 of file DecompStats.h.
double DecompStats::maxGenVars |
Definition at line 256 of file DecompStats.h.
double DecompStats::maxCompressCols |
Definition at line 257 of file DecompStats.h.
std::vector<double> DecompStats::thisDecomp |
Definition at line 260 of file DecompStats.h.
std::vector<double> DecompStats::thisSolveRelax |
Definition at line 261 of file DecompStats.h.
std::vector<double> DecompStats::thisSolveRelaxApp |
Definition at line 262 of file DecompStats.h.
std::vector<double> DecompStats::thisSolUpdate |
Definition at line 263 of file DecompStats.h.
std::vector<double> DecompStats::thisGenCuts |
Definition at line 264 of file DecompStats.h.
std::vector<double> DecompStats::thisGenCutsApp |
Definition at line 265 of file DecompStats.h.
std::vector<double> DecompStats::thisGenVars |
Definition at line 266 of file DecompStats.h.
std::vector<double> DecompStats::thisCompressCols |
Definition at line 267 of file DecompStats.h.