src/work/deba/test.lgf
changeset 1032 9e903d3a1ef6
child 1036 2f514b5c7122
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/src/work/deba/test.lgf	Wed Dec 08 20:54:26 2004 +0000
     1.3 @@ -0,0 +1,30 @@
     1.4 +
     1.5 +@nodes
     1.6 +
     1.7 +id cost color
     1.8 +
     1.9 +1 1 green
    1.10 +2 2 blue
    1.11 +# hatalom dicsoseg
    1.12 +3 1 red
    1.13 +4 2 red
    1.14 +5 1 green
    1.15 +10 1 green # ez nem egy igazan jo sor
    1.16 +    # hello - bello csucsok
    1.17 +6 2 blue
    1.18 +7 1 blue
    1.19 +8 2 red
    1.20 +9 1 green
    1.21 +@edges
    1.22 +source target weight
    1.23 +1 4 10
    1.24 +3 5 29
    1.25 +3 4 92
    1.26 +2 3 92
    1.27 +9 5 49
    1.28 +10 4 40
    1.29 +1 3 84
    1.30 +6 7 83
    1.31 +8 9 37
    1.32 +7 8 89
    1.33 +@end