Dual feasibility tolerance. Reduced costs must all be smaller than OptimalityTol in the improving direction in order for a model to be declared optimal.
Namespace: Optimization.Solver.Gurobi
Assembly: Optimization.Framework (in Optimization.Framework.dll) Version: 0.3.1036.0
Syntax
| C# |
|---|
public double OptimalityTolerance { get; set; } |
| Visual Basic |
|---|
Public Property OptimalityTolerance As Double
Get
Set |
| Visual C++ |
|---|
public:
property double OptimalityTolerance {
double get ();
void set (double value);
} |
Field Value
The optimality tolerance.
See Also