Returns the infeasibility for a variable.
The infeasibility for variable var
. The infeasibility value returned is 0 (zero) if the variable bounds are satisfied. If the infeasibility value is negative, it indicates the amount by which the lower bound of the variable must be changed; if it is positive, it indicates the amount by which the upper bound of the variable must be changed.
var
is not in the active model. ILOG.Concert.Exception
, or one of its derived classes, is thrown.
Cplex Class | ILOG.CPLEX Namespace | Cplex.GetInfeasibility Overload List