demo/strongly_connected_orientation.lgf
author deba
Mon, 19 Jun 2006 13:44:06 +0000
changeset 2101 439b7f21ccc4
permissions -rw-r--r--
Improvement:

The item sets are written in the order sorted by the labels.

It solves the problem if we read a graph from a file and
then write it back then the nodes will be reversed.
It can be switched off with the LemonWriter interface.
     1 @nodeset 
     2 coords  	label	
     3 (12,6)	        9	
     4 (-12,3)	        8	
     5 (-34,6)	        7	
     6 (-23,22)	6	
     7 (16,26)	        5	
     8 (43,8)	        4	
     9 (24,-8)	        3	
    10 (-4,-14)	2	
    11 (-29,-11)	1	
    12 @uedgeset 
    13 		label	
    14 5	9	9	
    15 9	8	5	
    16 7	6	7	
    17 8	6	6	
    18 4	5	11	
    19 6	5	8	
    20 3	4	12	
    21 9	4	10	
    22 3	2	4	
    23 8	2	3	
    24 1	2	2	
    25 7	1	1	
    26 @end