COIN-OR::LEMON - Graph Library

source: lemon-0.x/doc/groups.dox @ 440:f92099d27236

Last change on this file since 440:f92099d27236 was 430:60e4627e8c74, checked in by Alpar Juttner, 20 years ago

Many new modules (groups) in the documentation.

File size: 1.0 KB
RevLine 
[430]1/// @defgroup datas Data Structures
2/// This group describes the several graph structures implemented in HugoLib.
3
4/// @defgroup graphs Graph Structures
5/// @ingroup datas
6/// This group describes the graph structures implemented in HugoLib.
7
8/// @defgroup auxdat Auxiliary Data Structures
9/// @ingroup datas
10/// This group describes the data structures implemented in HugoLib in
11/// order to make it easier to implement combinatorial algorithms.
12
13/// @defgroup gwrappers Wrapper Classes for Graphs
14/// @ingroup graphs
15/// This group contains several wrapper classes for graphs
16
17/// @defgroup galgs Graph Algorithms
18/// This group describes the several graph algorithms implemented in HugoLib.
19
20/// @defgroup misc Miscellaneous Tools
[424]21/// Here you can find several useful tools for development,
22/// debugging and testing.
[406]23
[430]24/// @defgroup experimental Experimental Structures and Algorithms
[416]25/// This group contains some Experimental structures and algorithms.
[406]26/// The stuffs here are subject to change.
27
[424]28
29/// \ingroup misc experimental
30namespace hugo { }
Note: See TracBrowser for help on using the repository browser.