ILOG CPLEX .NET Reference Manual

Cplex.Status.Optimal Field

The Optimal solution status indicates that the Cplex optimizer has found an optimal solution that can be queried with the method getValue.

public static readonly Status Optimal;

Remarks

The solution is proven to be optimal only within tolerances and achievable numeric accuracy.

See Also

Cplex.Status Class | ILOG.CPLEX Namespace