
graph_get_maxnode(+Graph, -MaxNode)

   Returns the highest node number in Graph

Arguments
   Graph               a graph structure
   MaxNode             an integer node number

Type
   library(graph_algorithms)

Description

    Note that the smallest node number in a graph is always 1.
    

Modes and Determinism
   graph_get_maxnode(+, -) is det

See Also
   graph_get_all_edges / 2, graph_get_adjacent_edges / 3
