COIN-OR::LEMON - Graph Library

source: lemon-0.x/src/demo/sub_graph_wrapper_demo.dim @ 898:c46cfb2651ec

Last change on this file since 898:c46cfb2651ec was 867:f3cc65f9fb6b, checked in by marci, 20 years ago

Demo file for SubGraphWrapper?<Graph>. Documentation will be added later.
The purpose of this graph is to have an easy and short demo for the above class.

File size: 126 bytes
Line 
1c HUGO max flow problem
2p max 7 9
3n 1 s
4n 7 t
5a 1 2 3
6a 1 3 2
7a 1 4 1
8a 2 5 3
9a 3 5 2
10a 3 7 5
11a 3 6 3
12a 4 6 1
13a 5 7 2
14a 6 7 4
Note: See TracBrowser for help on using the repository browser.