COIN-OR::LEMON - Graph Library

Changeset 1220:20b26ee5812b in lemon-0.x for src/lemon/dijkstra.h


Ignore:
Timestamp:
03/16/05 17:40:21 (19 years ago)
Author:
Alpar Juttner
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@1640
Message:
  • Add compilation tests for the function type interface of BFS/DFS/Dijkstra
  • Fix the bugs covered up by these tests
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/lemon/dijkstra.h

    r1218 r1220  
    808808  /// The \ref DijkstraWizardBase is a class to be the default traits of the
    809809  /// \ref DijkstraWizard class.
     810  /// \todo More named parameters are required...
    810811  template<class GR,class LM>
    811812  class DijkstraWizardBase : public DijkstraWizardDefaultTraits<GR,LM>
Note: See TracChangeset for help on using the changeset viewer.