Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_fast
Function · 0.70
Calls
4
getSeparatorBlock
Method · 0.80
setNodeWeight
Method · 0.45
getPartitionIndex
Method · 0.45
setPartitionIndex
Method · 0.45
Tested by
no test coverage detected