OptimizationModelEntity.LowerBound Property

Gets or sets the lower bound of the variable.

Definition

Namespace: Extreme.Mathematics.Optimization
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public double LowerBound { get; set; }

Property Value

Double

Remarks

The default is zero. To make the variable unbounded from below, set the property to NegativeInfinity.

See Also