Linear Program Variable Properties
Properties
Cost | Gets the cost associated with the variable. |
IsInteger |
Gets or sets whether the variable is restricted to integer values.
(Inherited from DecisionVariable) |
Lower |
Gets or sets the lower bound of the variable.
(Inherited from OptimizationModelEntity) |
Name |
Gets the name of the variable.
(Inherited from OptimizationModelEntity) |
Position |
Gets the position of the current instance in the collection.
(Inherited from OptimizationModelEntity) |
Upper |
Gets or sets the upper bound of the variable.
(Inherited from OptimizationModelEntity) |
Value |
Gets the value of the variable after the optimal solution has been found.
(Inherited from DecisionVariable) |