CglFlowVUB Class Reference

Varibale upper bound class. More...

#include <CglFlowCover.hpp>

List of all members.

Public Member Functions

 CglFlowVUB ()
 The Value of the associated upper bound.
 CglFlowVUB (const CglFlowVUB &source)
CglFlowVUBoperator= (const CglFlowVUB &rhs)
Query and set functions for associated 0-1 variable index

and value.



int getVar () const
double getVal () const
void setVar (const int v)
void setVal (const double v)

Protected Attributes

int varInd_
double upper_
 The index of the associated 0-1 variable.

Detailed Description

Varibale upper bound class.

Definition at line 102 of file CglFlowCover.hpp.


Constructor & Destructor Documentation

CglFlowVUB::CglFlowVUB (  )  [inline]

The Value of the associated upper bound.

Definition at line 109 of file CglFlowCover.hpp.

CglFlowVUB::CglFlowVUB ( const CglFlowVUB source  )  [inline]

Definition at line 111 of file CglFlowCover.hpp.


Member Function Documentation

CglFlowVUB& CglFlowVUB::operator= ( const CglFlowVUB rhs  )  [inline]

Definition at line 116 of file CglFlowCover.hpp.

int CglFlowVUB::getVar (  )  const [inline]

Definition at line 128 of file CglFlowCover.hpp.

double CglFlowVUB::getVal (  )  const [inline]

Definition at line 129 of file CglFlowCover.hpp.

void CglFlowVUB::setVar ( const int  v  )  [inline]

Definition at line 130 of file CglFlowCover.hpp.

void CglFlowVUB::setVal ( const double  v  )  [inline]

Definition at line 131 of file CglFlowCover.hpp.


Member Data Documentation

int CglFlowVUB::varInd_ [protected]

Definition at line 105 of file CglFlowCover.hpp.

double CglFlowVUB::upper_ [protected]

The index of the associated 0-1 variable.

Definition at line 106 of file CglFlowCover.hpp.


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

Generated on 15 Mar 2015 for Coin-All by  doxygen 1.6.1