Dip 0.95.0
Loading...
Searching...
No Matches
DecompObjBound Class Reference

#include <DecompStats.h>

Public Member Functions

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

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 25 of file DecompStats.h.

Constructor & Destructor Documentation

◆ DecompObjBound()

DecompObjBound::DecompObjBound ( double infinity)
inline

Definition at line 78 of file DecompStats.h.

Member Function Documentation

◆ operator<()

bool DecompObjBound::operator< ( const DecompObjBound & objBound) const
inline

Comparison operator for sorting on time.

Definition at line 69 of file DecompStats.h.

Member Data Documentation

◆ phase

int DecompObjBound::phase

The phase when bound was recorded.

Definition at line 30 of file DecompStats.h.

◆ cutPass

int DecompObjBound::cutPass

The cut pass when bound was recorded.

Definition at line 34 of file DecompStats.h.

◆ pricePass

int DecompObjBound::pricePass

The price pass when bound was recorded.

Definition at line 38 of file DecompStats.h.

◆ timeStamp

double DecompObjBound::timeStamp

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

Definition at line 42 of file DecompStats.h.

◆ thisBound

double DecompObjBound::thisBound

The recorded continuous lower bound.

Definition at line 46 of file DecompStats.h.

◆ thisBoundUB

double DecompObjBound::thisBoundUB

The recorded continuous upper bound.

Definition at line 50 of file DecompStats.h.

◆ bestBound

double DecompObjBound::bestBound

The best recorded continuous lower bound.

global LB = max{active node lower bounds}

Definition at line 55 of file DecompStats.h.

◆ thisBoundIP

double DecompObjBound::thisBoundIP

The recorded integer upper bound.

Definition at line 59 of file DecompStats.h.

◆ bestBoundIP

double DecompObjBound::bestBoundIP

The best recorded integer upper bound.

global UB = min{node integer upper bounds}

Definition at line 64 of file DecompStats.h.


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