Varibale upper bound class. More...
#include <CglFlowCover.hpp>
Public Member Functions | |
| CglFlowVUB () | |
| The Value of the associated upper bound. | |
| CglFlowVUB (const CglFlowVUB &source) | |
| CglFlowVUB & | operator= (const CglFlowVUB &rhs) |
Query and set functions for associated 0-1 variable index | |
| 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. | |
Varibale upper bound class.
Definition at line 102 of file CglFlowCover.hpp.
| 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.
| 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.
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.
1.6.1