MIPGapAbs Property

Fabrica Bolos GLPK

Collapse imageExpand ImageCopy imageCopyHover image
Sets an absolute tolerance on the gap between the best integer objective and the objective of the best node remaining. When this difference falls below the value of this parameter, the mixed integer optimization is stopped.

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

Syntax

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

Field Value

The MIP gap abs.

See Also