ILOG CPLEX .NET Reference Manual

Cplex.Status.Unbounded Field

The Unbounded solution status indicates that the Cplex optimizer has determined that the model is unbounded.

public static readonly Status Unbounded;

Remarks

It has not, however, found the model to be feasible. Instead, the optimizer has proven that for any feasible solution, a better one could be constructed.

See Also

Cplex.Status Class | ILOG.CPLEX Namespace