ILOG CPLEX .NET Reference Manual

Cplex.BasisStatus.FreeOrSuperbasic Field

This status indicates that the variable is nonbasic, but not at a bound.

public static readonly BasisStatus FreeOrSuperbasic;

Remarks

Either the variable is free and set to 0 or it is set to a specific value as a super-basic variable.

See Also

Cplex.BasisStatus Class | ILOG.CPLEX Namespace