LEMON Tutorial  59
6 Basic Graph Utilities
Todo:
This page is under construction.

6.1 Count Graph Items

See countNodes(), countArcs(), countEdges(), countOutArcs(), countInArcs(), countIncEdges().

6.2 Copying a Graph

See DigraphCopy and GraphCopy.

6.3 Type Definitions

See DIGRAPH_TYPEDEFS, GRAPH_TYPEDEFS and their TEMPLATE_* variants.

6.4 Special Graph Maps

See Graph Maps in the reference manual.

<< 5 Undirected Graphs | Home | 7 Maps >>