doc/graphs.dox
changeset 1958 5be9c1ca0252
parent 1631 e15162d8eca1
child 2111 ea1fa1bc3f6d
equal deleted inserted replaced
13:4d73d24008f2 14:cdeb69c5abbc
     1 /*!
     1 /*!
     2 
     2 
     3 \page graphs How to use graphs
     3 \page graphs Graphs
     4 
     4 
     5 The primary data structures of LEMON are the graph classes. They all
     5 The primary data structures of LEMON are the graph classes. They all
     6 provide a node list - edge list interface, i.e. they have
     6 provide a node list - edge list interface, i.e. they have
     7 functionalities to list the nodes and the edges of the graph as well
     7 functionalities to list the nodes and the edges of the graph as well
     8 as  incoming and outgoing edges of a given node. 
     8 as  incoming and outgoing edges of a given node.