ILOG CPLEX .NET Reference Manual

Cplex.Status.Feasible Field

The Feasible solution status indicates that the Cplex optimizer has found a feasible solution that can be queried with the method getValue.

public static readonly Status Feasible;

Remarks

Neither the optimality nor the nonoptimality of this solution has been proven.

See Also

Cplex.Status Class | ILOG.CPLEX Namespace