Example #1
0
 const std::vector<Edge>& GetEdgeArray() const
 {
     return graph_->GetEdgeArray();
 }
Example #2
0
 Edge GetCurrentEdge()
 {
     return graph_->GetEdgeArray()[current_edge_];
 }