|
Boost Users : |
Subject: Re: [Boost-users] Memory usage of adjacency_list
From: Ed Linde (edolinde_at_[hidden])
Date: 2012-10-13 16:05:23
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-tp4637051p4637082.html Sent from the Boost - Users mailing list archive at Nabble.com.
Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net