equal
deleted
inserted
replaced
1 /** |
1 /** |
2 @defgroup graph_adaptors Adaptor Classes for Graphs |
2 @defgroup graph_adaptors Adaptor Classes for Graphs |
|
3 @ingroup graphs |
3 \brief This group contains several adaptor classes for graphs |
4 \brief This group contains several adaptor classes for graphs |
4 @ingroup graphs |
|
5 |
5 |
6 The main parts of LEMON are the different graph structures, |
6 The main parts of LEMON are the different graph structures, |
7 generic graph algorithms, graph concepts which couple these, and |
7 generic graph algorithms, graph concepts which couple these, and |
8 graph adaptors. While the previous notions are more or less clear, the |
8 graph adaptors. While the previous notions are more or less clear, the |
9 latter one needs further explanation. |
9 latter one needs further explanation. |