Variable Properties

Fabrica Bolos GLPK

Collapse imageExpand ImageCopy imageCopyHover image

The Variable type exposes the following members.

Properties

  NameDescription
Public propertyLowerBound
Lower bound of this variable.
Public propertyName
Unique name of this variable.
Public propertyType
Type of this variable.
Public propertyUpperBound
Upper bound of this variable.
Public propertyValue
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.

See Also