equal
deleted
inserted
replaced
260 \image html edge_biconnected_components.png |
260 \image html edge_biconnected_components.png |
261 \image latex edge_biconnected_components.eps "bi-edge-connected components" width=\textwidth |
261 \image latex edge_biconnected_components.eps "bi-edge-connected components" width=\textwidth |
262 */ |
262 */ |
263 |
263 |
264 /** |
264 /** |
|
265 @defgroup planar Planarity embedding and drawing |
|
266 @ingroup algs |
|
267 \brief This group contains algorithms for planarity embedding and drawing |
|
268 |
|
269 This group contains algorithms for planarity checking, embedding and drawing. |
|
270 |
|
271 \image html planar.png |
|
272 \image latex planar.eps "Plane graph" width=\textwidth |
|
273 */ |
|
274 |
|
275 /** |
265 @defgroup matching Matching algorithms |
276 @defgroup matching Matching algorithms |
266 @ingroup algs |
277 @ingroup algs |
267 \brief This group describes the algorithms |
278 \brief This group describes the algorithms |
268 for find matchings in graphs and bipartite graphs. |
279 for find matchings in graphs and bipartite graphs. |
269 |
280 |