Commit Graph

18 Commits

Author SHA1 Message Date
Daniel S. 2b97791937 Fix formatting error in route printout 2019-07-05 01:05:17 +02:00
Daniel S. 5c3cdac88f Refactoring
Splite code into modules

Merge ed_lrr and ed_lrr_pp into one binary and use subcommands (route and preprocess)

Run clippy and fix warnings
2019-07-04 21:08:57 +02:00
Daniel S. bac5907f15 Update main.rs
Accelerate search for multiple systems by id/name by doing a single pass and returning a map
2019-06-30 02:01:14 +02:00
Daniel S. 273e5c74c3 Check if name is a substring of system name instead of exact match 2019-06-29 18:11:32 +02:00
Daniel S. 5f341ae5f1 Update README.md
add "+nightly" to cargo commands
2019-06-29 12:21:36 +02:00
Daniel S. caffc40bdb Merge branch 'master' of gitlab.com:Earthnuker/ed_lrr 2019-06-29 11:20:17 +02:00
Daniel S. 38949850f8 Fix typo in README 2019-06-29 11:20:13 +02:00
Daniel S. 38e6fc96f2 Add .gitlab-ci.yml 2019-06-29 09:08:41 +00:00
Daniel S. 84bc08a2e1 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
2019-06-29 10:32:47 +02:00
Daniel S. d42121c33b Update main.rs
move stdout flush in Greedy-Search to after print statement
2019-06-17 02:22:45 +02:00
Daniel S. ed53d5a3f0 Update README 2019-06-17 01:51:37 +02:00
Daniel S. afae1c08b5 Big Update
Add A*-Routing with tunable Greedy factor
Add Greedy-Routing
Add permutation option to find shortest order for systems
Update CLI
Update README
2019-06-17 01:46:24 +02:00
Daniel S. ffdd1bb7a2 Add usable CLI 2019-06-13 01:49:05 +02:00
Daniel S. 8e8587a335 Update main.rs and process.py
process.py:
- Add hint for file download when input files are missing

main.rs
- Add multi-hop-routing
- Add searching for source and destination by name
2019-06-09 04:08:31 +02:00
Daniel S. 662a0be0e3 Merge branch 'master' of gitlab.com:Earthnuker/ed_lrr 2019-06-06 18:23:21 +02:00
Daniel S. f00237cb65 Add second queue to make paralellization easier 2019-06-06 18:22:45 +02:00
Daniel S. 4a4276f30f Update README.md
Fix formatting
2019-06-05 23:17:00 +00:00
Daniel S. 6365c58bd4 Initial commit 2019-06-06 01:15:49 +02:00