Dip
0.92.4
|
#include <DecompStats.h>
Public Member Functions | |
bool | operator< (const DecompObjBound &objBound) const |
Comparison operator for sorting on time. More... | |
DecompObjBound (double infinity) | |
Public Attributes | |
int | phase |
The phase when bound was recorded. More... | |
int | cutPass |
The cut pass when bound was recorded. More... | |
int | pricePass |
The price pass when bound was recorded. More... | |
double | timeStamp |
The time stamp (from start) when bound was recorded. More... | |
double | thisBound |
The recorded continuous lower bound. More... | |
double | thisBoundUB |
The recorded continuous upper bound. More... | |
double | bestBound |
The best recorded continuous lower bound. More... | |
double | thisBoundIP |
The recorded integer upper bound. More... | |
double | bestBoundIP |
The best recorded integer upper bound. More... | |
Definition at line 25 of file DecompStats.h.
|
inline |
Definition at line 78 of file DecompStats.h.
|
inline |
Comparison operator for sorting on time.
Definition at line 69 of file DecompStats.h.
References timeStamp.
int DecompObjBound::phase |
The phase when bound was recorded.
Definition at line 30 of file DecompStats.h.
Referenced by DecompAlgo::setObjBound().
int DecompObjBound::cutPass |
The cut pass when bound was recorded.
Definition at line 34 of file DecompStats.h.
Referenced by DecompAlgo::setObjBound().
int DecompObjBound::pricePass |
The price pass when bound was recorded.
Definition at line 38 of file DecompStats.h.
Referenced by DecompAlgo::setObjBound().
double DecompObjBound::timeStamp |
The time stamp (from start) when bound was recorded.
Definition at line 42 of file DecompStats.h.
Referenced by operator<(), DecompAlgo::setObjBound(), and DecompAlgo::setObjBoundIP().
double DecompObjBound::thisBound |
The recorded continuous lower bound.
Definition at line 46 of file DecompStats.h.
Referenced by DecompNodeStats::getLastBoundThis(), and DecompAlgo::setObjBound().
double DecompObjBound::thisBoundUB |
The recorded continuous upper bound.
Definition at line 50 of file DecompStats.h.
Referenced by DecompAlgo::getNodeLPGap(), and DecompAlgo::setObjBound().
double DecompObjBound::bestBound |
The best recorded continuous lower bound.
global LB = max{active node lower bounds}
Definition at line 55 of file DecompStats.h.
Referenced by DecompAlgo::setObjBound().
double DecompObjBound::thisBoundIP |
The recorded integer upper bound.
Definition at line 59 of file DecompStats.h.
Referenced by DecompAlgo::setObjBoundIP().
double DecompObjBound::bestBoundIP |
The best recorded integer upper bound.
global UB = min{node integer upper bounds}
Definition at line 64 of file DecompStats.h.
Referenced by DecompAlgo::setObjBound(), and DecompAlgo::setObjBoundIP().