Files
agent_compositor_test/references/igraph-1.0.1/examples/simple/igraph_mincut.out
T
Abdelrahman Said a11edf0c53 Add graph references
2026-06-28 13:49:01 +01:00

13 lines
278 B
Plaintext

mincut value: 4
first partition: 2 3 6 7
second partition: 0 1 4 5
edges in the cut: 1-2 (3), 5-6 (1),
mincut value: 1
first partition: 1
second partition: 0 2 3 4 5
edges in the cut: 1-2 (1),
mincut value: 0
first partition: 0
second partition: 1 2 3 4
edges in the cut: