IVariable Members
From Fabrica Bolos GLPK
The IVariable type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| LowerBound |
Lower bound of this variable.
| |
| Name |
Unique name of this variable.
| |
| Type |
Type of this variable.
| |
| UpperBound |
Upper bound of this variable.
| |
| Value |
Gets or sets the value for this variable. This field can be used to assign solution values from a solver to the variables in the original model.
|