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