
13 Oct
2012
13 Oct
'12
8:05 p.m.
Hi Jeremiah, Below is the definition of my graph. struct VertexProperties { std::size_t index; }; typedef boost::adjacency_list<boost::listS, boost::vecS, boost::undirectedS, VertexProperties, boost::property<boost::edge_weight_t, cost> > mygraph_t; Thanks, Ed -- View this message in context: http://boost.2283326.n4.nabble.com/Memory-usage-of-adjacency-list-tp4637051p... Sent from the Boost - Users mailing list archive at Nabble.com.