ILOG CPLEX .NET Reference Manual

Cplex.ControlCallback.GetFeasibilities Method (INumVar[])

States whether the variables in array var are integer feasible, integer infeasible, or implied integer feasible in the current node solution.

protected virtual IntegerFeasibilityStatus[] GetFeasibilities(
   INumVar[] var
);

Parameters

var
The array of variables whose integer feasibility status is being queried.

Return Value

An array containing the integer feasibility statuses for the variables in var at the current node. The integer feasibility status of variable var[j] will be returned as element j of the returned array.

See Also

Cplex.ControlCallback Class | ILOG.CPLEX Namespace | Cplex.ControlCallback.GetFeasibilities Overload List