COIN-OR::LEMON - Graph Library

Changeset 236:da953e387d31 in lemon-main for lemon/concepts/path.h


Ignore:
Timestamp:
07/28/08 13:39:58 (16 years ago)
Author:
Akos Ladanyi <ladanyi@…>
Branch:
default
Phase:
public
Message:

Unify the spelling of LEMON (#103).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • lemon/concepts/path.h

    r220 r236  
    7878      void clear() {}
    7979
    80       /// \brief Lemon style iterator for path arcs
     80      /// \brief LEMON style iterator for path arcs
    8181      ///
    8282      /// This class is used to iterate on the arcs of the paths.
     
    201201    /// If we would like to give back a real path from these
    202202    /// algorithms then we should create a temporarly path object. In
    203     /// Lemon such algorithms gives back a path dumper what can
     203    /// LEMON such algorithms gives back a path dumper what can
    204204    /// assigned to a real path and the dumpers can be implemented as
    205205    /// an adaptor class to the predecessor map.
     
    233233      typedef False RevPathTag;
    234234
    235       /// \brief Lemon style iterator for path arcs
     235      /// \brief LEMON style iterator for path arcs
    236236      ///
    237237      /// This class is used to iterate on the arcs of the paths.
     
    260260      };
    261261
    262       /// \brief Lemon style iterator for path arcs
     262      /// \brief LEMON style iterator for path arcs
    263263      ///
    264264      /// This class is used to iterate on the arcs of the paths in
Note: See TracChangeset for help on using the changeset viewer.