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

Function forall_nodes

interface/kaHIP_interface.cpp:87–89  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

85
86 if(vwgt != NULL) {
87 forall_nodes(G, node) {
88 G.setNodeWeight(node, vwgt[node]);
89 } endfor
90 }
91
92 if(adjcwgt != NULL) {

Callers 1

reduced_nd_fastFunction · 0.70

Calls 4

getSeparatorBlockMethod · 0.80
setNodeWeightMethod · 0.45
getPartitionIndexMethod · 0.45
setPartitionIndexMethod · 0.45

Tested by

no test coverage detected