OptimizationModelEntity.LowerBound Property

Gets or sets the lower bound of the variable.

Definition

Namespace: Numerics.NET.Optimization
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
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