lemon/hartmann_orlin_mmc.h
changeset 1074 97d978243703
parent 1053 1c978b5bcc65
child 1080 c5cd8960df74
equal deleted inserted replaced
5:bd93fbdfff4e 6:a7adaba8e440
   141     typedef typename TR::Tolerance Tolerance;
   141     typedef typename TR::Tolerance Tolerance;
   142 
   142 
   143     /// \brief The path type of the found cycles
   143     /// \brief The path type of the found cycles
   144     ///
   144     ///
   145     /// The path type of the found cycles.
   145     /// The path type of the found cycles.
   146     /// Using the \ref HartmannOrlinMmcDefaultTraits "default traits class",
   146     /// Using the \ref lemon::HartmannOrlinMmcDefaultTraits
       
   147     /// "default traits class",
   147     /// it is \ref lemon::Path "Path<Digraph>".
   148     /// it is \ref lemon::Path "Path<Digraph>".
   148     typedef typename TR::Path Path;
   149     typedef typename TR::Path Path;
   149 
   150 
   150     /// The \ref HartmannOrlinMmcDefaultTraits "traits class" of the algorithm
   151     /// \brief The
       
   152     /// \ref lemon::HartmannOrlinMmcDefaultTraits "traits class"
       
   153     /// of the algorithm
   151     typedef TR Traits;
   154     typedef TR Traits;
   152 
   155 
   153   private:
   156   private:
   154 
   157 
   155     TEMPLATE_DIGRAPH_TYPEDEFS(Digraph);
   158     TEMPLATE_DIGRAPH_TYPEDEFS(Digraph);