23 Dec
2019
23 Dec
'19
7:14 p.m.
Am 23.12.19 um 03:58 schrieb 941317133:
Hi all: I want to use the Stanford data set to solve the shortest path in graph-tool, but the Stanford data is all in TXT format, how do I convert it to gt file format?
You load it as a graph using load_graph_from_csv() and then save it. -- Tiago de Paula Peixoto <tiago@skewed.de>