LinearProgram.Tolerance Property

Gets or sets the tolerance used to determine if a solution has been found.

Definition

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

Property Value

Double

Exceptions

ArgumentOutOfRangeExceptionvalue is less than zero.

See Also