Queries whether the variables specified in array var
are integer feasible, integer infeasible, or implied integer feasible in the current node solution.
var
for which the integer feasibility status is queried. var
, for which the integer infeasibility statuses are queried. An array containing the integer feasibility statuses for the specified variables in var
at the current node. If the returned array is inf
, the feasibility status for variable var[start+j]
will be returned as inf[j]
.
Cplex.ControlCallback Class | ILOG.CPLEX Namespace | Cplex.ControlCallback.GetFeasibilities Overload List