COIN-OR::LEMON - Graph Library

Changeset 569:22f932bbb305 in lemon for lemon


Ignore:
Timestamp:
11/03/08 12:59:54 (15 years ago)
Author:
Akos Ladanyi <ladanyi@…>
Branch:
default
Phase:
public
Message:

Test for euler.h (#65)

Location:
lemon
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • lemon/Makefile.am

    r567 r569  
    5555        lemon/color.h \
    5656        lemon/concept_check.h \
     57        lemon/connectivity.h \
    5758        lemon/counter.h \
    5859        lemon/core.h \
  • lemon/euler.h

    r568 r569  
    5555  ///If \c g is not Euler then the resulted tour will not be full or closed.
    5656  ///\sa EulerIt
    57   ///\todo Test required
    5857  template<class Digraph>
    5958  class DiEulerIt
     
    147146  ///If \c g is not Euler then the resulted tour will not be full or closed.
    148147  ///\sa EulerIt
    149   ///\todo Test required
    150148  template<class Digraph>
    151149  class EulerIt
     
    241239  ///for each node. <em>Therefore, there are digraphs which are not Eulerian,
    242240  ///but still have an Euler tour</em>.
    243   ///\todo Test required
    244241  template<class Digraph>
    245242#ifdef DOXYGEN
Note: See TracChangeset for help on using the changeset viewer.