Dip
0.92.4
|
Variable upper bound class. More...
#include <CglFlowCover.hpp>
Public Member Functions | |
CglFlowVUB () | |
The Value of the associated upper bound. More... | |
CglFlowVUB (const CglFlowVUB &source) | |
CglFlowVUB & | operator= (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. More... | |
Variable upper bound class.
Definition at line 102 of file CglFlowCover.hpp.
|
inline |
The Value of the associated upper bound.
Definition at line 109 of file CglFlowCover.hpp.
|
inline |
Definition at line 111 of file CglFlowCover.hpp.
|
inline |
Definition at line 116 of file CglFlowCover.hpp.
|
inline |
Definition at line 128 of file CglFlowCover.hpp.
References varInd_.
|
inline |
Definition at line 129 of file CglFlowCover.hpp.
References upper_.
|
inline |
Definition at line 130 of file CglFlowCover.hpp.
References varInd_.
|
inline |
Definition at line 131 of file CglFlowCover.hpp.
References upper_.
|
protected |
Definition at line 105 of file CglFlowCover.hpp.
Referenced by CglFlowVUB(), getVar(), operator=(), and setVar().
|
protected |
The index of the associated 0-1 variable.
Definition at line 106 of file CglFlowCover.hpp.
Referenced by CglFlowVUB(), getVal(), operator=(), and setVal().