Returns the number of nodes processed so far in the active branch-and-cut search.

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

Syntax

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

Return Value

The number of nodes processed so far.

See Also