Searched refs:subgraph_edges (Results 1 – 2 of 2) sorted by relevance
81 subgraph_[*it].subgraph_edges.clear(); in BreakCycles()87 subgraph_[*it].subgraph_edges.insert(*jt); in BreakCycles()176 subgraph_[vertex].subgraph_edges.begin(); in Circuit()177 w != subgraph_[vertex].subgraph_edges.end(); ++w) { in Circuit()197 subgraph_[vertex].subgraph_edges.begin(); in Circuit()198 w != subgraph_[vertex].subgraph_edges.end(); ++w) { in Circuit()
68 SubgraphEdgeMap subgraph_edges; member