Closed JunoJin closed 7 years ago
changing from euclidean x-y based network to the way it was supposed to be, a network based graph This requires a lot of things to be changed:
[x] Import just returns the undirected graph, maybe have the ability to return sets of all population/facility nodes
[ ] This means that we don't need our custom PopNode/FacNode classes anymore
[ ] calculating score is also changing because we're not counting for physical distance, but it might be good to keep it for later use
I guess this is complete
changing from euclidean x-y based network to the way it was supposed to be, a network based graph This requires a lot of things to be changed:
[x] Import just returns the undirected graph, maybe have the ability to return sets of all population/facility nodes
[ ] This means that we don't need our custom PopNode/FacNode classes anymore
[ ] calculating score is also changing because we're not counting for physical distance, but it might be good to keep it for later use