COIN-OR::LEMON - Graph Library

Changeset 1980:a954b780e3ab in lemon-0.x for lemon/concept


Ignore:
Timestamp:
02/23/06 09:55:54 (18 years ago)
Author:
Balazs Dezso
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@2573
Message:

Renaming to be convient to the naming of the adaptors
Concept checking of the ugraph adaptors

File:
1 edited

Legend:

Unmodified
Added
Removed
  • lemon/concept/ugraph.h

    r1979 r1980  
    865865
    866866
     867      void firstInc(UEdge &, bool &, const Node &) const {}
     868
     869      void nextInc(UEdge &, bool &) const {}
     870
    867871      /// \brief Base node of the iterator
    868872      ///
Note: See TracChangeset for help on using the changeset viewer.