Returns true if the current node solution is considered to be integer feasible and thus potentially eligible as a new incumbent.

Namespace: ILOG.OPL
Assembly: oplall (in oplall.dll)

Syntax

C#
protected internal virtual bool IsIntegerFeasible()

Return Value

true if the current node solution is integer feasible.

See Also