3 Aug
2004
3 Aug
'04
9:28 a.m.
On Aug 2, 2004, at 5:13 PM, Rui Carvalho wrote:
My question is: is there a simple way of reading the adjacency list into the graph from my txt file? I found Kevin_Bacon, but was looking for something more
Then I found adjacency_list_io.cpp (is it documented?), but it wouldn't compile on MSVC.
Am I missing something obvious?
I don't believe we have a graph reader for that kind of
powerful. format.
adjacency_list_io hasn't been actively maintained, as far as I know.
Doug
Thanks for this. Adjacency_list_io seemed to provide simple ways of inputting graph data from txt files -does the new BGL ver have an alternative to it? Thanks, Rui