2
0
mirror of https://github.com/boostorg/graph.git synced 2026-01-31 08:12:14 +00:00
Files
graph/example/max_flow.expected
Jeremy Siek 3c7f8e8389 finished max flow example
[SVN r8699]
2001-01-22 02:45:23 +00:00

14 lines
181 B
Plaintext

total flow: 4
flow values:
flow(0,1) = 4
flow(1,2) = 4
flow(2,3) = 2
flow(2,4) = 2
flow(3,1) = 0
flow(3,6) = 2
flow(4,5) = 3
flow(5,6) = 0
flow(5,7) = 3
flow(6,4) = 1
flow(6,7) = 1