Optimization Model Entity.Upper Bound Property
Gets or sets the upper bound of the variable.
Definition
Namespace: Extreme.Mathematics.Optimization
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
public double UpperBound { get; set; }
Property Value
DoubleRemarks
The default is PositiveInfinity. To make the variable unbounded from above, set the property to PositiveInfinity.