AStar/README.md
2022-11-18 01:02:25 +01:00

12 lines
377 B
Markdown

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