solver
1.0
|
Structure containing information about the variable. More...
#include <ILPModel.h>
Public Member Functions | |
Variable (VariableType t=FLT, double lb=F64_MIN, double ub=F64_MAX) | |
Public Attributes | |
VariableType | type |
Type of the variable, see VariableType. | |
double | lowerBound |
The minimal value of the variable. | |
double | upperBound |
The maximal value of the variable. | |
Structure containing information about the variable.
Definition at line 48 of file ILPModel.h.