changeset 491 | 4804c967543d |
parent 456 | 02c28d3cf97b |
child 511 | 325c9430723e |
9:e8f7460c425c | 10:e9ee476c94b2 |
---|---|
1 // -*- c++ -*- |
1 // -*- c++ -*- |
2 #ifndef HUGO_MINLENGTHPATHS_H |
2 #ifndef HUGO_MINLENGTHPATHS_H |
3 #define HUGO_MINLENGTHPATHS_H |
3 #define HUGO_MINLENGTHPATHS_H |
4 |
4 |
5 ///ingroup galgs |
5 ///\ingroup galgs |
6 ///\file |
6 ///\file |
7 ///\brief An algorithm for finding k paths of minimal total length. |
7 ///\brief An algorithm for finding k paths of minimal total length. |
8 |
8 |
9 #include <iostream> |
9 #include <iostream> |
10 #include <dijkstra.h> |
10 #include <dijkstra.h> |