Changeset 236:da953e387d31 in lemon-main for doc
- Timestamp:
- 07/28/08 13:39:58 (16 years ago)
- Branch:
- default
- Phase:
- public
- Location:
- doc
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/groups.dox
r210 r236 326 326 maximum cardinality matching. 327 327 328 L emoncontains the next algorithms:328 LEMON contains the next algorithms: 329 329 - \ref lemon::MaxBipartiteMatching "MaxBipartiteMatching" Hopcroft-Karp 330 330 augmenting path algorithm for calculate maximum cardinality matching in … … 477 477 478 478 /** 479 @defgroup lemon_io L emonInput-Output479 @defgroup lemon_io LEMON Input-Output 480 480 @ingroup io_group 481 \brief Reading and writing \ref lgf-format "L emonGraph Format".481 \brief Reading and writing \ref lgf-format "LEMON Graph Format". 482 482 483 483 This group describes methods for reading and writing 484 \ref lgf-format "L emonGraph Format".484 \ref lgf-format "LEMON Graph Format". 485 485 */ 486 486 -
doc/lgf.dox
r212 r236 22 22 23 23 24 \page lgf-format L emonGraph Format (LGF)24 \page lgf-format LEMON Graph Format (LGF) 25 25 26 26 The \e LGF is a <em>column oriented</em>
Note: See TracChangeset
for help on using the changeset viewer.