COIN-OR::LEMON - Graph Library

source: lemon-0.x/src/work/akos/demo.in @ 500:1a45623b4796

Last change on this file since 500:1a45623b4796 was 63:8a39e8b9cdd7, checked in by Akos Ladanyi, 20 years ago

added the loader for the DIMACS file format

File size: 281 bytes
Line 
1c
2c        This is a simple example file to demonstrate the
3c     DIMACS input file format for minimum-cost flow problems.
4c
5c problem line :
6p min 4 5
7c
8c node descriptor lines :
9n 1 4
10n 4 -4
11c
12c arc descriptor lines :
13a 1 2 0 4 2
14a 1 3 0 2 2
15a 2 3 0 2 1
16a 2 4 0 3 3
17a 3 4 0 5 1
Note: See TracBrowser for help on using the repository browser.