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