#include <DecompStats.h>
Definition at line 226 of file DecompStats.h.
DecompStats::DecompStats | ( | ) | [inline] |
Definition at line 270 of file DecompStats.h.
DecompStats::~DecompStats | ( | ) | [inline] |
Definition at line 294 of file DecompStats.h.
DecompStats::DecompStats | ( | ) | [inline] |
Definition at line 59 of file DecompStats.h.
DecompStats::~DecompStats | ( | ) | [inline] |
Definition at line 85 of file DecompStats.h.
void DecompStats::calculateStats | ( | ) |
void DecompStats::printOverallStats | ( | std::ostream * | os = &std::cout |
) |
void DecompStats::printDetailedStats | ( | std::ostream * | os = &std::cout |
) |
void DecompStats::calculateStats | ( | ) |
void DecompStats::printOverallStats | ( | ostream * | os = &cout |
) |
void DecompStats::printDetailedStats | ( | ostream * | os = &cout |
) |
Definition at line 229 of file DecompStats.h.
Definition at line 230 of file DecompStats.h.
Definition at line 231 of file DecompStats.h.
Definition at line 232 of file DecompStats.h.
double DecompStats::totalOverall |
Definition at line 235 of file DecompStats.h.
double DecompStats::totalDecomp |
Definition at line 237 of file DecompStats.h.
double DecompStats::totalSolveRelax |
Definition at line 238 of file DecompStats.h.
Definition at line 239 of file DecompStats.h.
double DecompStats::totalSolUpdate |
Definition at line 240 of file DecompStats.h.
double DecompStats::totalGenCuts |
Definition at line 241 of file DecompStats.h.
double DecompStats::totalGenCutsApp |
Definition at line 242 of file DecompStats.h.
double DecompStats::totalGenVars |
Definition at line 243 of file DecompStats.h.
Definition at line 244 of file DecompStats.h.
double DecompStats::maxDecomp |
Definition at line 246 of file DecompStats.h.
double DecompStats::maxSolveRelax |
Definition at line 247 of file DecompStats.h.
Definition at line 248 of file DecompStats.h.
double DecompStats::maxSolUpdate |
Definition at line 249 of file DecompStats.h.
double DecompStats::maxGenCuts |
Definition at line 250 of file DecompStats.h.
double DecompStats::maxGenVars |
Definition at line 251 of file DecompStats.h.
double DecompStats::maxCompressCols |
Definition at line 252 of file DecompStats.h.
std::vector<double> DecompStats::thisDecomp |
Definition at line 255 of file DecompStats.h.
std::vector<double> DecompStats::thisSolveRelax |
Definition at line 256 of file DecompStats.h.
std::vector<double> DecompStats::thisSolveRelaxApp |
Definition at line 257 of file DecompStats.h.
std::vector<double> DecompStats::thisSolUpdate |
Definition at line 258 of file DecompStats.h.
std::vector<double> DecompStats::thisGenCuts |
Definition at line 259 of file DecompStats.h.
std::vector<double> DecompStats::thisGenCutsApp |
Definition at line 260 of file DecompStats.h.
std::vector<double> DecompStats::thisGenVars |
Definition at line 261 of file DecompStats.h.
std::vector<double> DecompStats::thisCompressCols |
Definition at line 262 of file DecompStats.h.
Definition at line 23 of file DecompStats.h.
Definition at line 24 of file DecompStats.h.
Definition at line 25 of file DecompStats.h.
Definition at line 26 of file DecompStats.h.
vector<double> DecompStats::thisDecomp |
Definition at line 46 of file DecompStats.h.
vector<double> DecompStats::thisSolveRelax |
Definition at line 47 of file DecompStats.h.
vector<double> DecompStats::thisSolveRelaxApp |
Definition at line 48 of file DecompStats.h.
vector<double> DecompStats::thisSolUpdate |
Definition at line 49 of file DecompStats.h.
vector<double> DecompStats::thisGenCuts |
Definition at line 50 of file DecompStats.h.
vector<double> DecompStats::thisGenVars |
Definition at line 51 of file DecompStats.h.