dijkstrabox.cc
changeset 194 6b2b718420eb
parent 188 c1c9fcf03e94
child 201 879e47e5b731
equal deleted inserted replaced
4:f7cd6b70d166 5:896d8068f002
    14  * express or implied, and with no claim as to its suitability for any
    14  * express or implied, and with no claim as to its suitability for any
    15  * purpose.
    15  * purpose.
    16  *
    16  *
    17  */
    17  */
    18 
    18 
       
    19 #include <mapstorage.h>
       
    20 #include <mapselector.h>
       
    21 #include <algobox.h>
    19 #include <dijkstrabox.h>
    22 #include <dijkstrabox.h>
       
    23 
    20 #include <lemon/dijkstra.h>
    24 #include <lemon/dijkstra.h>
    21 #include <lemon/suurballe.h>
    25 #include <lemon/suurballe.h>
    22 #include <lemon/path.h>
    26 #include <lemon/path.h>
    23 
    27 
    24 enum {INPUT, OUTPUT, MAP_NUM};
    28 enum {INPUT, OUTPUT, MAP_NUM};