DecompObjBound Class Reference

#include <DecompStats.h>

List of all members.

Public Member Functions

bool operator< (const DecompObjBound &objBound) const
 Comparison operator for sorting on time.
 DecompObjBound ()

Public Attributes

int phase
 The phase when bound was recorded.
int cutPass
 The cut pass when bound was recorded.
int pricePass
 The price pass when bound was recorded.
double timeStamp
 The time stamp (from start) when bound was recorded.
double thisBound
 The recorded continuous lower bound.
double thisBoundUB
 The recorded continuous upper bound.
double bestBound
 The best recorded continuous lower bound.
double thisBoundIP
 The recorded integer upper bound.
double bestBoundIP
 The best recorded integer upper bound.

Detailed Description

Definition at line 26 of file DecompStats.h.


Constructor & Destructor Documentation

DecompObjBound::DecompObjBound (  )  [inline]

Definition at line 79 of file DecompStats.h.


Member Function Documentation

bool DecompObjBound::operator< ( const DecompObjBound objBound  )  const [inline]

Comparison operator for sorting on time.

Definition at line 70 of file DecompStats.h.

References timeStamp.


Member Data Documentation

The phase when bound was recorded.

Definition at line 31 of file DecompStats.h.

Referenced by DecompAlgo::setObjBound().

The cut pass when bound was recorded.

Definition at line 35 of file DecompStats.h.

Referenced by DecompAlgo::setObjBound().

The price pass when bound was recorded.

Definition at line 39 of file DecompStats.h.

Referenced by DecompAlgo::setObjBound().

The time stamp (from start) when bound was recorded.

Definition at line 43 of file DecompStats.h.

Referenced by operator<(), DecompAlgo::setObjBound(), and DecompAlgo::setObjBoundIP().

The recorded continuous lower bound.

Definition at line 47 of file DecompStats.h.

Referenced by DecompNodeStats::getLastBoundThis(), and DecompAlgo::setObjBound().

The recorded continuous upper bound.

Definition at line 51 of file DecompStats.h.

Referenced by DecompAlgo::getNodeLPGap(), and DecompAlgo::setObjBound().

The best recorded continuous lower bound.

global LB = max{active node lower bounds}

Definition at line 56 of file DecompStats.h.

Referenced by DecompAlgo::setObjBound().

The recorded integer upper bound.

Definition at line 60 of file DecompStats.h.

Referenced by DecompAlgo::setObjBoundIP().

The best recorded integer upper bound.

global UB = min{node integer upper bounds}

Definition at line 65 of file DecompStats.h.

Referenced by DecompAlgo::setObjBound(), and DecompAlgo::setObjBoundIP().


The documentation for this class was generated from the following file:

Generated on 3 Jun 2015 for Dip-All by  doxygen 1.6.1