ILOG CPLEX .NET Reference Manual

Cplex.ControlCallback.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 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);

See Also

Cplex.ControlCallback Class | ILOG.CPLEX Namespace