COIN-OR::LEMON - Graph Library

Changeset 1172:37338ae42a2b in lemon-0.x for src/lemon/max_matching.h


Ignore:
Timestamp:
02/23/05 23:00:05 (19 years ago)
Author:
marci
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@1578
Message:

graphwrapper dox. everybody is asked to read doxygen.log

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/lemon/max_matching.h

    r1166 r1172  
    162162    ///have the property that if \c g.oppositeNode(u,map[u])==v then
    163163    ///\c \c g.oppositeNode(v,map[v])==u holds, and now some edge
    164     ///joining \c u to \v will be an edge of the matching.
     164    ///joining \c u to \c v will be an edge of the matching.
    165165    template<typename NMapE>
    166166    void readNMapEdge(NMapE& map) {
Note: See TracChangeset for help on using the changeset viewer.