







![]() ![]() |
Optimization Framework |
GurobiSolverConfiguration..::..MIPGap Property |
GurobiSolverConfiguration Class See Also Send Feedback |
Relative MIP optimality gap (MIP only). The MIP solver will terminate (with an optimal result) when the relative gap between the lower and upper objective bound is less than MIPGap times the upper bound.
Namespace: Optimization.Solver.Gurobi
Assembly: Optimization.Framework (in Optimization.Framework.dll) Version: 0.3.1036.0
Syntax
C# |
---|
public double MIPGap { get; set; } |
Visual Basic |
---|
Public Property MIPGap As Double Get Set |
Visual C++ |
---|
public: property double MIPGap { double get (); void set (double value); } |