ILOG CPLEX .NET Reference Manual

Cplex.Goal.GetFeasibilities Method (INumVar[], Int32, Int32)

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

protected IntegerFeasibilityStatus[] GetFeasibilities(
   INumVar[] var,
   int start,
   int num
);

Parameters

var
An array containing the variables whose integer feasibility status is being queried.
start
The index of the first variable in the array var for which the integer feasibility status is queried.
num
The number of consecutive variables in the array var, for which the integer infeasibility statuses are queried.

Return Value

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].

See Also

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