| author | athos |
| Thu, 06 May 2004 15:47:42 +0000 | |
| changeset 554 | 2d27cbaa982d |
| parent 430 | 60e4627e8c74 |
| child 678 | a6bfd3346245 |
| permissions | -rw-r--r-- |
| alpar@430 | 1 |
/// @defgroup datas Data Structures |
| alpar@430 | 2 |
/// This group describes the several graph structures implemented in HugoLib. |
| alpar@430 | 3 |
|
| alpar@430 | 4 |
/// @defgroup graphs Graph Structures |
| alpar@430 | 5 |
/// @ingroup datas |
| alpar@430 | 6 |
/// This group describes the graph structures implemented in HugoLib. |
| alpar@430 | 7 |
|
| alpar@430 | 8 |
/// @defgroup auxdat Auxiliary Data Structures |
| alpar@430 | 9 |
/// @ingroup datas |
| alpar@430 | 10 |
/// This group describes the data structures implemented in HugoLib in |
| alpar@430 | 11 |
/// order to make it easier to implement combinatorial algorithms. |
| alpar@430 | 12 |
|
| alpar@430 | 13 |
/// @defgroup gwrappers Wrapper Classes for Graphs |
| alpar@430 | 14 |
/// @ingroup graphs |
| alpar@430 | 15 |
/// This group contains several wrapper classes for graphs |
| alpar@430 | 16 |
|
| alpar@430 | 17 |
/// @defgroup galgs Graph Algorithms |
| alpar@430 | 18 |
/// This group describes the several graph algorithms implemented in HugoLib. |
| alpar@430 | 19 |
|
| alpar@430 | 20 |
/// @defgroup misc Miscellaneous Tools |
| alpar@424 | 21 |
/// Here you can find several useful tools for development, |
| alpar@424 | 22 |
/// debugging and testing. |
| alpar@406 | 23 |
|
| alpar@430 | 24 |
/// @defgroup experimental Experimental Structures and Algorithms |
| klao@416 | 25 |
/// This group contains some Experimental structures and algorithms. |
| klao@492 | 26 |
/// The stuff here is subject to change. |
| alpar@406 | 27 |
|
| alpar@424 | 28 |
|
| alpar@424 | 29 |
/// \ingroup misc experimental |
| alpar@424 | 30 |
namespace hugo { }
|