Changeset 615:b6b31b75b522 in lemon-0.x for src/work/marci/max_bipartite_matching.h
- Timestamp:
- 05/11/04 21:50:21 (21 years ago)
- Branch:
- default
- Phase:
- public
- Convert:
- svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@800
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/work/marci/max_bipartite_matching.h
r613 r615 2 2 #ifndef HUGO_MAX_BIPARTITE_MATCHING_H 3 3 #define HUGO_MAX_BIPARTITE_MATCHING_H 4 5 /// \ingroup galgs 6 /// \file 7 /// \brief Maximum bipartite matchings, b-matchings and 8 /// capacitated b-matchings. 9 /// 10 /// This file contains a class for bipartite maximum matching, b-matchings 11 /// and capacitated b-matching computations. 12 /// 13 // /// \author Marton Makai 4 14 5 15 //#include <for_each_macros.h>
Note: See TracChangeset
for help on using the changeset viewer.