Dear all,
i need to comment the output file (alternative format) generated by
GT-ITM.(example of 4 nodes below)I can't see the direct link between vertices .
Also , i didn't understand the utility and meaning of the first bloc (VERTICES,
u v w x y z). In EDGES bloc, does "lenght" refer to number of hops ?
Any comments that can help me please ?
Thank you and good luckZak
////////////////////////////////////////////////////////////////////
GRAPH (#nodes #edges id uu vv ww xx yy zz):
4 8 geo(0,{4,4,3,0.500,0.000,0.000}) 4
VERTICES (index name u v w x y z):
0 0 1 2
1 1 3 3
2 2 0 0
3 3 0 3
EDGES (from-node to-node length a b):
0 3 1 0
0 2 2 0
0 1 2 0
2 3 3 0
//////////////////////////////////////////////////////////////////////