Dip
0.92.4
|
#include <DecompStats.h>
Public Member Functions | |
void | calculateStats () |
void | printOverallStats (std::ostream *os=&std::cout) |
void | printDetailedStats (std::ostream *os=&std::cout) |
DecompStats () | |
~DecompStats () | |
void | calculateStats () |
void | printOverallStats (ostream *os=&cout) |
void | printDetailedStats (ostream *os=&cout) |
DecompStats () | |
~DecompStats () | |
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.
|
inline |
Definition at line 59 of file DecompStats.h.
|
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 | ) |
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.
CoinTimer DecompStats::timerOverall |
Definition at line 23 of file DecompStats.h.
CoinTimer DecompStats::timerDecomp |
Definition at line 24 of file DecompStats.h.
CoinTimer DecompStats::timerOther1 |
Definition at line 25 of file DecompStats.h.
CoinTimer DecompStats::timerOther2 |
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.