MCPcopy Create free account
hub / github.com/KaHIP/KaHIP / forall_nodes

Function forall_nodes

lib/node_ordering/nested_dissection.cpp:85–87  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected