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 virtual IntegerFeasibilityStatus[] GetFeasibilities(INumVar[]);
Queries whether the variables specified in array var
are integer feasible, integer infeasible, or implied integer feasible in the current node solution.
protected virtual IntegerFeasibilityStatus[] GetFeasibilities(INumVar[],int,int);