States whether the variables in array var
are integer feasible, integer infeasible, or implied integer feasible in the current node solution.
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[]);
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[],int,int);