cc-routing / routing-sara

Seznam Advanced Routing Algorithm
1 stars 2 forks source link

Move graph inside nodes/edges #8

Closed blahami2 closed 8 years ago

blahami2 commented 8 years ago

Construct nodes and edges from the graph (graph.createX())

blahami2 commented 8 years ago

Graph now adds edge to its nodes automatically (well, graph does). Check for explicit node.addEdge() and remove them.

blahami2 commented 8 years ago

Finished