lemon-project-template-glpk

diff deps/glpk/examples/sample.max @ 9:33de93886c88

Import GLPK 4.47
author Alpar Juttner <alpar@cs.elte.hu>
date Sun, 06 Nov 2011 20:59:10 +0100
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/deps/glpk/examples/sample.max	Sun Nov 06 20:59:10 2011 +0100
     1.3 @@ -0,0 +1,26 @@
     1.4 +c sample.max
     1.5 +c
     1.6 +c This is an example of the maximum flow problem data
     1.7 +c in DIMACS format.
     1.8 +c
     1.9 +p max 9 14
    1.10 +c
    1.11 +n 1 s
    1.12 +n 9 t
    1.13 +c
    1.14 +a 1 2 14
    1.15 +a 1 4 23
    1.16 +a 2 3 10
    1.17 +a 2 4  9
    1.18 +a 3 5 12
    1.19 +a 3 8 18
    1.20 +a 4 5 26
    1.21 +a 5 2 11
    1.22 +a 5 6 25
    1.23 +a 5 7  4
    1.24 +a 6 7  7
    1.25 +a 6 8  8
    1.26 +a 7 9 15
    1.27 +a 8 9 20
    1.28 +c
    1.29 +c eof