







![]() ![]() |
Optimization Framework |
GurobiSolverConfiguration..::..MIPGapAbs Property |
GurobiSolverConfiguration Class See Also Send Feedback |
Absolute MIP optimality gap (MIP only). The MIP solver will terminate (with an optimal result) when the absolute gap between the lower and upper objective bound is less than MIPGapAbs.
Namespace: Optimization.Solver.Gurobi
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); } |