equal
deleted
inserted
replaced
81 \brief This group describes the algorithms |
81 \brief This group describes the algorithms |
82 for finding paths and flows in graphs. |
82 for finding paths and flows in graphs. |
83 */ |
83 */ |
84 |
84 |
85 /** |
85 /** |
|
86 @defgroup exceptions Exceptions |
|
87 This group contains the exceptions thrown by LEMON library |
|
88 */ |
|
89 |
|
90 /** |
86 @defgroup misc Miscellaneous Tools |
91 @defgroup misc Miscellaneous Tools |
87 Here you can find several useful tools for development, |
92 Here you can find several useful tools for development, |
88 debugging and testing. |
93 debugging and testing. |
89 */ |
94 */ |
90 |
95 |
114 /** |
119 /** |
115 @defgroup experimental Experimental Structures and Algorithms |
120 @defgroup experimental Experimental Structures and Algorithms |
116 This group contains some Experimental structures and algorithms. |
121 This group contains some Experimental structures and algorithms. |
117 The stuff here is subject to change. |
122 The stuff here is subject to change. |
118 */ |
123 */ |
|
124 |