IntegerFeasibilityTolerance Property

Fabrica Bolos GLPK

Collapse imageExpand ImageCopy imageCopyHover image
Integer feasibility tolerance (MIP only). An integrality restriction on a variable is considered satisfied when the variable's value is less than IntFeasTol from the nearest integer value.

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

Syntax

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

Field Value

The integer feasibility tolerance.

See Also