Srogozins / eve-travel-helper

EVE Online travel planning helper tool
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Implement method(s) to generate graphs reperesenting jump connections between regions, constellations and systems #3

Closed Srogozins closed 9 years ago

Srogozins commented 9 years ago

Calculating shortest route will require graph representation.

Srogozins commented 9 years ago

Following relationship exists: Regions contain constellations, constellations contain systems.

Srogozins commented 9 years ago

Will try to integrate networkx to hadle graphing logic