COIN-OR::LEMON - Graph Library

Changeset 2094:3ae02034be53 in lemon-0.x


Ignore:
Timestamp:
05/18/06 11:32:36 (18 years ago)
Author:
Alpar Juttner
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@2763
Message:

Spellcheck

Location:
lemon
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • lemon/graph_utils.h

    r2064 r2094  
    11991199    };
    12001200
    1201     /// \brief It gives back the just readeable inverse map.
    1202     ///
    1203     /// It gives back the just readeable inverse map.
     1201    /// \brief It gives back the just readable inverse map.
     1202    ///
     1203    /// It gives back the just readable inverse map.
    12041204    InverseMap inverse() const {
    12051205      return InverseMap(*this);
  • lemon/min_cut.h

    r2042 r2094  
    702702    typedef _Graph Graph;
    703703
    704     /// The AuxGraph type which is an EraseableGraph
     704    /// The AuxGraph type which is an ErasableGraph
    705705    typedef ListUGraph AuxGraph;
    706706
Note: See TracChangeset for help on using the changeset viewer.