ILOG CPLEX .NET Reference Manual

Cplex.Goal.GetFeasibilities Method

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

Overload List

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);

See Also

Cplex.Goal Class | ILOG.CPLEX Namespace