Searched refs:subgraph_edges (Results 1 – 2 of 2) sorted by relevance
83 subgraph_[*it].subgraph_edges.clear(); in BreakCycles()90 subgraph_[*it].subgraph_edges.insert(*jt); in BreakCycles()181 subgraph_[vertex].subgraph_edges.begin(); in Circuit()182 w != subgraph_[vertex].subgraph_edges.end(); in Circuit()203 subgraph_[vertex].subgraph_edges.begin(); in Circuit()204 w != subgraph_[vertex].subgraph_edges.end(); in Circuit()
65 SubgraphEdgeMap subgraph_edges; member