Hypergraph Partitioning

Upload an .hgr, choose K and a time budget, get a partition back.

Private by design
Drop your .hgr here
or click to browse
No file selected
Expected: hMetis-style .hgr with 1-indexed vertex ids. See “File formats” below.
Typical values: 2, 4, 8, 16.
If this is too small, we’ll extend to find the first valid cut.
File formats

Input: .hgr

Header line: <num_hyperedges> <num_vertices>.

Then one line per hyperedge: whitespace-separated vertex ids (1..num_vertices).

3 5
1 3 5
2 4
1 2 4

Output: partition.partK

num_vertices lines, one integer per vertex in order: block id 0..K-1.

0
1
1
2
0

Status

Idle
Upload a file to begin.