A tool for constructing optimal tours of systems in Eve Online.
Write script to build adjacency list.Implement Floyd-Warshall to find shortest path between all pairs of systems.- Research and implement a Travelling Salesman approximator.
Implement greedy algorithmImplement branch-and-bound algorithm