







|
| Optimization Framework |
| GurobiSolverConfiguration..::..FeasibilityTolerance Property |
| GurobiSolverConfiguration Class See Also Send Feedback |
Primal feasibility tolerance. All constraints must be satisfied to a tolerance of FeasibilityTol.
Namespace: Optimization.Solver.Gurobi
Assembly: Optimization.Framework (in Optimization.Framework.dll) Version: 0.3.1036.0
Syntax
| C# |
|---|
public double FeasibilityTolerance { get; set; } |
| Visual Basic |
|---|
Public Property FeasibilityTolerance As Double Get Set |
| Visual C++ |
|---|
public: property double FeasibilityTolerance { double get (); void set (double value); } |
