|
0b755401b8
|
Fix Dijkstra implementation, add debug prints
|
2020-05-03 12:09:29 +02:00 |
|
|
d060afea0d
|
Adjust weight after split
|
2020-05-03 12:08:24 +02:00 |
|
|
25a80f7fa9
|
Allow NULL as search destination to generate the entire tree
|
2020-05-03 00:13:46 +02:00 |
|
|
7d6082ed68
|
Fix bugs and implement bugged version of Dijkstra
|
2020-05-03 00:00:41 +02:00 |
|
|
7d41c1cdf7
|
Start implementing actual search
|
2020-05-02 17:31:26 +02:00 |
|
|
127e0d23ca
|
Remove stray unused variable
|
2020-05-02 17:13:45 +02:00 |
|
|
6a546f6138
|
Automatically calculate weight from distance
|
2020-05-02 17:13:27 +02:00 |
|
|
788ff7af02
|
Add libm to CMakeLists
|
2020-05-02 17:13:06 +02:00 |
|
|
087cefb13a
|
Rename dijkstrasearch to dijkstragraph
|
2020-05-02 17:02:26 +02:00 |
|
|
f3e5582af0
|
Implement (automatic) node IDs
|
2020-05-02 17:02:03 +02:00 |
|
|
0d2945d76f
|
Clean up code
|
2020-05-02 16:51:12 +02:00 |
|
|
25ccfc5df5
|
Implement GeoJson loader
|
2020-05-02 16:27:44 +02:00 |
|
|
f9e9726974
|
Implement intersection algorithm
|
2020-05-01 20:48:36 +02:00 |
|
|
ce4295f674
|
Fix CMakeLists
|
2020-05-01 20:48:16 +02:00 |
|
|
fa36deba03
|
Configure CMake
|
2020-05-01 16:36:57 +02:00 |
|
|
946eb4cc07
|
Create project
|
2020-05-01 16:33:48 +02:00 |
|