Lines Matching refs:Vertex
75 vector<Vertex::Index> component_indexes; in BreakCycles()
79 for (vector<Vertex::Index>::iterator it = component_indexes.begin(); in BreakCycles()
82 for (vector<Vertex::Index>::iterator jt = component_indexes.begin(); in BreakCycles()
109 static_cast<vector<Vertex::Index>::size_type>(2)); in HandleCircuit()
113 for (vector<Vertex::Index>::const_iterator it = stack_.begin(); in HandleCircuit()
133 void CycleBreaker::Unblock(Vertex::Index u) { in Unblock()
136 for (Vertex::EdgeMap::iterator it = blocked_graph_[u].out_edges.begin(); in Unblock()
138 Vertex::Index w = it->first; in Unblock()
146 for (vector<Vertex::Index>::const_iterator it = ++stack_.begin(), in StackContainsCutEdge()
156 bool CycleBreaker::Circuit(Vertex::Index vertex, Vertex::Index depth) { in Circuit()
167 for (Vertex::Index index : stack_) { in Circuit()
175 for (Vertex::SubgraphEdgeMap::iterator w = in Circuit()
196 for (Vertex::SubgraphEdgeMap::iterator w = in Circuit()