lemon/karp_mmc.h
changeset 1250 97d978243703
parent 1221 1c978b5bcc65
child 1254 c5cd8960df74
equal deleted inserted replaced
4:a717456b1e1b 5:d8f79f79d26b
   138     typedef typename TR::Tolerance Tolerance;
   138     typedef typename TR::Tolerance Tolerance;
   139 
   139 
   140     /// \brief The path type of the found cycles
   140     /// \brief The path type of the found cycles
   141     ///
   141     ///
   142     /// The path type of the found cycles.
   142     /// The path type of the found cycles.
   143     /// Using the \ref KarpMmcDefaultTraits "default traits class",
   143     /// Using the \ref lemon::KarpMmcDefaultTraits "default traits class",
   144     /// it is \ref lemon::Path "Path<Digraph>".
   144     /// it is \ref lemon::Path "Path<Digraph>".
   145     typedef typename TR::Path Path;
   145     typedef typename TR::Path Path;
   146 
   146 
   147     /// The \ref KarpMmcDefaultTraits "traits class" of the algorithm
   147     /// The \ref lemon::KarpMmcDefaultTraits "traits class" of the algorithm
   148     typedef TR Traits;
   148     typedef TR Traits;
   149 
   149 
   150   private:
   150   private:
   151 
   151 
   152     TEMPLATE_DIGRAPH_TYPEDEFS(Digraph);
   152     TEMPLATE_DIGRAPH_TYPEDEFS(Digraph);