equal
deleted
inserted
replaced
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. |