lifo-dijkstraserv/src
Markus Koch 6d252d7755 Increase iteration limit to 5000
I should really make this a command line argument, but I'm to tired
right now... ZZzzzz...
2021-02-04 23:51:55 +01:00
..
dijkstragraph.c Fix path intersection algorithm 2021-02-04 23:36:37 +01:00
dijkstragraph.h Fix path intersection algorithm 2021-02-04 23:36:37 +01:00
dijkstrasearch.c Fix walking direction heading for real this time 2020-05-06 14:52:13 +02:00
dijkstrasearch.h Increase iteration limit to 5000 2021-02-04 23:51:55 +01:00
dijkstraserv.c Set request limit to 40 characters 2020-05-05 19:40:42 +02:00
dijkstraserv.h Implement HTTP server for requests 2020-05-03 19:59:12 +02:00
geojson.c Add height support 2021-02-04 20:49:45 +01:00
geojson.h Rename dijkstrasearch to dijkstragraph 2020-05-02 17:02:26 +02:00
logging.c Implement GeoJson loader 2020-05-02 16:27:44 +02:00
logging.h Implement GeoJson loader 2020-05-02 16:27:44 +02:00
main.c Add height support 2021-02-04 20:49:45 +01:00