solver  1.0
Public Member Functions | Public Attributes | List of all members
Variable Struct Reference

Structure containing information about the variable. More...

#include <ILPModel.h>

+ Collaboration diagram for Variable:

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.
 

Detailed Description

Structure containing information about the variable.

Definition at line 48 of file ILPModel.h.


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