lemon/howard_mmc.h
changeset 1074 97d978243703
parent 1053 1c978b5bcc65
child 1092 dceba191c00d
equal deleted inserted replaced
5:c44d9049524e 6:7dd090b5006d
   140     typedef typename TR::Tolerance Tolerance;
   140     typedef typename TR::Tolerance Tolerance;
   141 
   141 
   142     /// \brief The path type of the found cycles
   142     /// \brief The path type of the found cycles
   143     ///
   143     ///
   144     /// The path type of the found cycles.
   144     /// The path type of the found cycles.
   145     /// Using the \ref HowardMmcDefaultTraits "default traits class",
   145     /// Using the \ref lemon::HowardMmcDefaultTraits "default traits class",
   146     /// it is \ref lemon::Path "Path<Digraph>".
   146     /// it is \ref lemon::Path "Path<Digraph>".
   147     typedef typename TR::Path Path;
   147     typedef typename TR::Path Path;
   148 
   148 
   149     /// The \ref HowardMmcDefaultTraits "traits class" of the algorithm
   149     /// The \ref lemon::HowardMmcDefaultTraits "traits class" of the algorithm
   150     typedef TR Traits;
   150     typedef TR Traits;
   151 
   151 
   152     /// \brief Constants for the causes of search termination.
   152     /// \brief Constants for the causes of search termination.
   153     ///
   153     ///
   154     /// Enum type containing constants for the different causes of search
   154     /// Enum type containing constants for the different causes of search