#include <DecompStats.h>
Definition at line 231 of file DecompStats.h.
◆ DecompStats() [1/2]
DecompStats::DecompStats |
( |
| ) |
|
|
inline |
◆ ~DecompStats() [1/2]
DecompStats::~DecompStats |
( |
| ) |
|
|
inline |
◆ DecompStats() [2/2]
DecompStats::DecompStats |
( |
| ) |
|
|
inline |
◆ ~DecompStats() [2/2]
DecompStats::~DecompStats |
( |
| ) |
|
|
inline |
◆ calculateStats() [1/2]
void DecompStats::calculateStats |
( |
| ) |
|
◆ printOverallStats() [1/2]
void DecompStats::printOverallStats |
( |
std::ostream * |
os = &std::cout | ) |
|
◆ printDetailedStats() [1/2]
void DecompStats::printDetailedStats |
( |
std::ostream * |
os = &std::cout | ) |
|
◆ calculateStats() [2/2]
void DecompStats::calculateStats |
( |
| ) |
|
◆ printOverallStats() [2/2]
void DecompStats::printOverallStats |
( |
ostream * |
os = &cout | ) |
|
◆ printDetailedStats() [2/2]
void DecompStats::printDetailedStats |
( |
ostream * |
os = &cout | ) |
|
◆ timerOverall [1/2]
◆ timerDecomp [1/2]
◆ timerOther1 [1/2]
◆ timerOther2 [1/2]
◆ totalOverall
double DecompStats::totalOverall |
◆ totalDecomp
double DecompStats::totalDecomp |
◆ totalSolveRelax
double DecompStats::totalSolveRelax |
◆ totalSolveRelaxApp
double DecompStats::totalSolveRelaxApp |
◆ totalSolUpdate
double DecompStats::totalSolUpdate |
◆ totalGenCuts
double DecompStats::totalGenCuts |
◆ totalGenCutsApp
double DecompStats::totalGenCutsApp |
◆ totalGenVars
double DecompStats::totalGenVars |
◆ totalCompressCols
double DecompStats::totalCompressCols |
◆ maxDecomp
double DecompStats::maxDecomp |
◆ maxSolveRelax
double DecompStats::maxSolveRelax |
◆ maxSolveRelaxApp
double DecompStats::maxSolveRelaxApp |
◆ maxSolUpdate
double DecompStats::maxSolUpdate |
◆ maxGenCuts
double DecompStats::maxGenCuts |
◆ maxGenVars
double DecompStats::maxGenVars |
◆ maxCompressCols
double DecompStats::maxCompressCols |
◆ thisDecomp [1/2]
std::vector<double> DecompStats::thisDecomp |
◆ thisSolveRelax [1/2]
std::vector<double> DecompStats::thisSolveRelax |
◆ thisSolveRelaxApp [1/2]
std::vector<double> DecompStats::thisSolveRelaxApp |
◆ thisSolUpdate [1/2]
std::vector<double> DecompStats::thisSolUpdate |
◆ thisGenCuts [1/2]
std::vector<double> DecompStats::thisGenCuts |
◆ thisGenCutsApp
std::vector<double> DecompStats::thisGenCutsApp |
◆ thisGenVars [1/2]
std::vector<double> DecompStats::thisGenVars |
◆ thisCompressCols
std::vector<double> DecompStats::thisCompressCols |
◆ timerOverall [2/2]
CoinTimer DecompStats::timerOverall |
◆ timerDecomp [2/2]
CoinTimer DecompStats::timerDecomp |
◆ timerOther1 [2/2]
CoinTimer DecompStats::timerOther1 |
◆ timerOther2 [2/2]
CoinTimer DecompStats::timerOther2 |
◆ thisDecomp [2/2]
vector<double> DecompStats::thisDecomp |
◆ thisSolveRelax [2/2]
vector<double> DecompStats::thisSolveRelax |
◆ thisSolveRelaxApp [2/2]
vector<double> DecompStats::thisSolveRelaxApp |
◆ thisSolUpdate [2/2]
vector<double> DecompStats::thisSolUpdate |
◆ thisGenCuts [2/2]
vector<double> DecompStats::thisGenCuts |
◆ thisGenVars [2/2]
vector<double> DecompStats::thisGenVars |
The documentation for this class was generated from the following file: