| 83 | // compute the separator |
| 84 | area_bfs::m_deepth.resize(G.number_of_nodes(), 0); |
| 85 | forall_nodes(G, node) { |
| 86 | area_bfs::m_deepth[node] = 0; |
| 87 | } endfor |
| 88 | |
| 89 | graph_partitioner partitioner; |
| 90 | partitioner.perform_partitioning(config, G); |
nothing calls this directly
no outgoing calls
no test coverage detected