Changeset 522:22f932bbb305 in lemon-1.2 for lemon
- Timestamp:
- 11/03/08 12:59:54 (16 years ago)
- Branch:
- default
- Phase:
- public
- Location:
- lemon
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
lemon/Makefile.am
r520 r522 55 55 lemon/color.h \ 56 56 lemon/concept_check.h \ 57 lemon/connectivity.h \ 57 58 lemon/counter.h \ 58 59 lemon/core.h \ -
lemon/euler.h
r521 r522 55 55 ///If \c g is not Euler then the resulted tour will not be full or closed. 56 56 ///\sa EulerIt 57 ///\todo Test required58 57 template<class Digraph> 59 58 class DiEulerIt … … 147 146 ///If \c g is not Euler then the resulted tour will not be full or closed. 148 147 ///\sa EulerIt 149 ///\todo Test required150 148 template<class Digraph> 151 149 class EulerIt … … 241 239 ///for each node. <em>Therefore, there are digraphs which are not Eulerian, 242 240 ///but still have an Euler tour</em>. 243 ///\todo Test required244 241 template<class Digraph> 245 242 #ifdef DOXYGEN
Note: See TracChangeset
for help on using the changeset viewer.