COIN-OR::LEMON - Graph Library

Changeset 1761:896464fe9fbb in lemon-0.x for lemon/euler.h


Ignore:
Timestamp:
11/04/05 14:20:24 (19 years ago)
Author:
Balazs Dezso
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@2293
Message:

Hiding :) todos

File:
1 edited

Legend:

Unmodified
Added
Removed
  • lemon/euler.h

    r1738 r1761  
    102102   
    103103    ///\warning This gives back an Edge, not an EulerIt!
    104     ///\todo Is this what we want?
    105104    Edge operator++(int)
    106105    {
     
    132131  template<class Graph>
    133132  typename disable_if<typename Graph::UndirTag,bool>::type
    134   isEuler(const Graph &g)
     133  euler(const Graph &g)
    135134  {
    136135    for(typename Graph::NodeIt n(g);n!=INVALID;++n)
Note: See TracChangeset for help on using the changeset viewer.