
Originally Posted by
compressed_doggo
I do not have a file in that specific format. If u need that I could write a little script to save that kind of file. Sorry for that but I'm still designing solution in Python and so efficiency is still not quit there.
By the way, so far I've been starting from files containing for each line a triple (u, v, t).
When you read a triple (u,v,t) you just perform an "assigment" like:
collection[u][v][t]=[v][u][t]=1;
If you want I may send you a file in that format. Let me know and thanks for the interest.