This commit is contained in:
C9Glax 2022-11-17 20:39:54 +01:00
commit cb7500a4fa

View File

@ -1,7 +1,10 @@
### astar # astar
Test of A* Algorithm on real-world road data Test of A* Algorithm on real-world road data
# Linked Repos ## Usage
`Executable.exe <path to osm.xml> <junctions-only-mode 'yes','1','true'>`
### Linked Repos
- [Logging](https://github.com/C9Glax/Logging) - [Logging](https://github.com/C9Glax/Logging)
- [OSM-XML-Importer](https://github.com/C9Glax/OSM-XML-Importer) - [OSM-XML-Importer](https://github.com/C9Glax/OSM-XML-Importer)
- [Geo-Graph](https://github.com/C9Glax/Geo-Graph) - [Geo-Graph](https://github.com/C9Glax/Geo-Graph)