Changeset 2060:be70ea3b957a in lemon-0.x
- Timestamp:
- 04/18/06 09:03:12 (19 years ago)
- Branch:
- default
- Phase:
- public
- Convert:
- svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@2704
- Location:
- doc
- Files:
-
- 4 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/groups.dox
r2042 r2060 122 122 implemented in LEMON. 123 123 124 \briefThis group describes some general optimization frameworks124 This group describes some general optimization frameworks 125 125 implemented in LEMON. 126 126 … … 132 132 \brief This group describes the algorithms 133 133 for finding paths and flows in graphs. 134 135 This group describes the algorithms 136 for finding paths and flows in graphs. 137 138 \image html flow.png 139 \image latex flow.eps "Graph flow" width=\textwidth 134 140 */ 135 141 … … 139 145 \brief This group describes the algorithms 140 146 for discover the topology of the graphs. 147 148 This group describes the algorithms 149 for discover the topology of the graphs. 150 151 \image html edge_biconnected_components.png 152 \image latex edge_biconnected_components.eps "bi-edge-connected components" width=\textwidth 153 141 154 */ 142 155 … … 146 159 \brief This group describes the algorithms 147 160 for find matchings in graphs and bipartite graphs. 161 162 This group provides some algorithm objects and function 163 to calculate matchings in graphs and bipartite graphs. 164 165 \image html bipartite_matching.png 166 \image latex bipartite_matching.eps "Bipartite Matching" width=\textwidth 167 148 168 */ 149 169
Note: See TracChangeset
for help on using the changeset viewer.