File size: 640 Bytes
17bda1f
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
In a directed graph, the nodes are numbered from 0 to 6, and the edges are:
an edge from node 1 to node 2 with capacity 3,
an edge from node 1 to node 6 with capacity 5,
an edge from node 2 to node 5 with capacity 1,
an edge from node 2 to node 4 with capacity 10,
an edge from node 3 to node 2 with capacity 1,
an edge from node 3 to node 6 with capacity 5,
an edge from node 3 to node 5 with capacity 1,
an edge from node 3 to node 0 with capacity 8,
an edge from node 5 to node 2 with capacity 6,
an edge from node 6 to node 2 with capacity 6,
an edge from node 6 to node 1 with capacity 3,
an edge from node 6 to node 0 with capacity 5.