lemon-project-template-glpk

diff deps/glpk/examples/sample.col @ 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.col	Sun Nov 06 20:59:10 2011 +0100
     1.3 @@ -0,0 +1,30 @@
     1.4 +c sample.col
     1.5 +c
     1.6 +c This is an example of the vertex coloring problem data
     1.7 +c in DIMACS format.
     1.8 +c
     1.9 +p edge 10 21
    1.10 +c
    1.11 +e 1 2
    1.12 +e 1 6
    1.13 +e 1 7
    1.14 +e 1 10
    1.15 +e 2 3
    1.16 +e 2 7
    1.17 +e 2 8
    1.18 +e 3 4
    1.19 +e 3 8
    1.20 +e 4 5
    1.21 +e 4 8
    1.22 +e 4 9
    1.23 +e 5 6
    1.24 +e 5 9
    1.25 +e 5 10
    1.26 +e 6 10
    1.27 +e 7 8
    1.28 +e 7 10
    1.29 +e 8 9
    1.30 +e 8 10
    1.31 +e 9 10
    1.32 +c
    1.33 +c eof