| SimplexSolverMixedIntParamsGapTolerance Property |
Gets or sets the tolerance to declare an integer solution optimal.
Default is 1e-5
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntax public double GapTolerance { get; set; }
Public Property GapTolerance As Double
Get
Set
public:
property double GapTolerance {
double get ();
void set (double value);
}
member GapTolerance : float with get, set
Property Value
DoubleSee Also