Big update

- Add ed_lrr_pp to preprocess JSON-Dumps into CSV files
- Add route-graph-precomputation to ed_lrr
- Add option to only route through primary stars
This commit is contained in:
Daniel S. 2019-06-29 10:32:47 +02:00
parent d42121c33b
commit 84bc08a2e1
9 changed files with 1109 additions and 301 deletions

6
.gitignore vendored
View file

@ -1,3 +1,7 @@
/target
**/*.rs.bk
.vscode/**
.vscode/**
*.csv
*.router
dumps/*.json
plot.py