LinearProgram.Tolerance Property

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

Definition

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

Property Value

Double

Exceptions

ArgumentOutOfRangeException

value is less than zero.

See Also