ILOG CPLEX .NET Reference Manual

Cplex.Status.Bounded Field

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

public static readonly Status Bounded;

Remarks

This does not imply that the model is feasible.

See Also

Cplex.Status Class | ILOG.CPLEX Namespace