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

Function forall_edges

interface/kaHIP_interface.cpp:93–95  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

91
92 if(adjcwgt != NULL) {
93 forall_edges(G, e) {
94 G.setEdgeWeight(e, adjcwgt[e]);
95 } endfor
96 }
97
98 balance_configuration bc;

Callers 2

reduced_nd_fastFunction · 0.70
mainFunction · 0.50

Calls 1

setEdgeWeightMethod · 0.45

Tested by

no test coverage detected