Returns true
if the current node solution is considered to
be integer feasible and thus potentially eligible as a new incumbent,
but not suitable for branching.
Namespace: ILOG.CPLEX
Assembly: ILOG.CPLEX (in ILOG.CPLEX.dll) Version: 22.1.1.0
Syntax
| C# |
|---|
protected virtual bool IsIntegerFeasible() |
| Visual Basic |
|---|
Protected Overridable Function IsIntegerFeasible As Boolean |
Return Value
true if the current node solution is integer feasible.
Remarks
Note that in this case, getNbranches returns 0 (zero).