Returns the number of nodes remaining to be processed, or, equivalently, the number of active nodes in the tree.

Namespace: ILOG.CPLEX
Assembly: ILOG.CPLEX (in ILOG.CPLEX.dll) Version: 22.1.1.0

Syntax

C#
protected long GetNremainingNodes64()
Visual Basic
Protected Function GetNremainingNodes64 As Long

Return Value

The number of nodes remaining to be processed.

See Also