|
|
|
|
|
by johanvts
160 days ago
|
|
I think it's NP hard, maybe from Sparsest Cut. But you could probably find the min-cut and then iterate by adding capacity on edges in the min cut until you find a cut of the right size. (if the desired cut-size is close to the min cut size at least). |
|
Edit: apex-4-regular