ILOG CPLEX .NET Reference Manual

Cplex.BasisStatus.AtLower Field

This status indicates that the variable or slack corresponding to a constraint is nonbasic and at its bound.

public static readonly BasisStatus AtLower;

Remarks

In cases where the variable has both finite upper and lower bounds, this status indicates that the variable is set to its lower bound.

See Also

Cplex.BasisStatus Class | ILOG.CPLEX Namespace