FeasibilityTolerance Property

Fabrica Bolos GLPK

Collapse imageExpand ImageCopy imageCopyHover image
Primal feasibility tolerance. All constraints must be satisfied to a tolerance of FeasibilityTol.

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

Syntax

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

Field Value

The feasibility tolerance.

See Also