Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KaHIP/KaHIP
/ getPart
Method
getPart
misc/java_jni_wrapper/KaHIPWrapperResult.java:18–20 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
16
this.edgecut = edgecut;
17
}
18
public
int
[] getPart() {
19
return
part;
20
}
21
public
void
setPart(
int
[] part) {
22
this.part = part;
23
}
Callers
1
main
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected