Changeset 682:1ea8162ce638 in lemon-0.x for src/work/jacint
- Timestamp:
- 06/14/04 11:47:54 (21 years ago)
- Branch:
- default
- Phase:
- public
- Convert:
- svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@930
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified src/work/jacint/max_matching.h ¶
r586 r682 26 26 ///\ref writeNMapNode, \ref writeNMapEdge or \ref writeEMapBool 27 27 ///depending on the preferred container. 28 28 /// 29 29 ///The dual side of a mathcing is a map of the nodes to 30 30 ///MaxMatching::pos_enum, having values D, A and C showing the … … 35 35 ///writePos after running the algorithm. Before subsequent runs, 36 36 ///the function \ref resetPos() must be called. 37 37 /// 38 38 ///\param Graph The undirected graph type the algorithm runs on. 39 39 /// 40 40 ///\author Jacint Szabo 41 41 template <typename Graph> … … 240 240 ///After calling any run methods of the class, and before calling 241 241 ///\ref resetPos(), it writes the Gallai-Edmonds canonical 242 ///decomposition of the graph. \c map must be a node map of \ref pos_enum 's. 242 ///decomposition of the graph. \c map must be a node map 243 ///of \ref pos_enum 's. 243 244 template<typename NMapEnum> 244 245 void writePos (NMapEnum& map) const {
Note: See TracChangeset
for help on using the changeset viewer.