ILOG CPLEX .NET Reference Manual

Cplex.Goal.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 IntegerFeasibilityStatus[] GetFeasibilities(
   INumVar[] var
);

Parameters

var
An array of variables for which the integer feasibility status is 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.Goal Class | ILOG.CPLEX Namespace | Cplex.Goal.GetFeasibilities Overload List