OptimalityTolerance Property

Fabrica Bolos GLPK

Collapse imageExpand ImageCopy imageCopyHover image
Influences the reduced-cost tolerance for optimality. This parameter governs how closely CPLEX must approach the theoretically optimal solution.

Namespace: Optimization.Solver.Cplex
Assembly: Optimization.Framework (in Optimization.Framework.dll) Version: 0.3.1036.0

Syntax

C#
public double OptimalityTolerance { get; set; }
Visual Basic
Public Property OptimalityTolerance As Double
	Get
	Set
Visual C++
public:
property double OptimalityTolerance {
	double get ();
	void set (double value);
}

Field Value

The optimality tolerance.

See Also