src/lemon/dijkstra.h
changeset 1224 7f4f2855fa11
parent 1218 5331168bbb18
child 1229 aa65e46aebc3
equal deleted inserted replaced
12:d9d984fea157 13:deb0d1fc362a
   805   ///we have created a wizard class.
   805   ///we have created a wizard class.
   806   /// This \ref DijkstraWizard class needs default traits,
   806   /// This \ref DijkstraWizard class needs default traits,
   807   ///as well as the \ref Dijkstra class.
   807   ///as well as the \ref Dijkstra class.
   808   /// The \ref DijkstraWizardBase is a class to be the default traits of the
   808   /// The \ref DijkstraWizardBase is a class to be the default traits of the
   809   /// \ref DijkstraWizard class.
   809   /// \ref DijkstraWizard class.
       
   810   /// \todo More named parameters are required...
   810   template<class GR,class LM>
   811   template<class GR,class LM>
   811   class DijkstraWizardBase : public DijkstraWizardDefaultTraits<GR,LM>
   812   class DijkstraWizardBase : public DijkstraWizardDefaultTraits<GR,LM>
   812   {
   813   {
   813 
   814 
   814     typedef DijkstraWizardDefaultTraits<GR,LM> Base;
   815     typedef DijkstraWizardDefaultTraits<GR,LM> Base;