Extending boost graph edge class
Hi,My name is Rafael and I need to extend the edge class of de graph part of the boost lib, but I always find problems trying to do this. Can you help me with examples and explanations about how to do this?I read a lotação of places trying to do this but no help was found, please help me. Thanks a lot,Rafael
Can you elaborate on "extend the edge class"?
Here are some possible interpretations:
1/ You want to optimize the memory consumption for large graphs. The
edges and vertices still fit into uint32_t:
using graph_t = compressed_sparse_row_graph
Hi, My name is Rafael and I need to extend the edge class of de graph part of the boost lib, but I always find problems trying to do this. Can you help me with examples and explanations about how to do this? I read a lotação of places trying to do this but no help was found, please help me.
Thanks a lot, Rafael
_______________________________________________ Boost-users mailing list Boost-users@lists.boost.org http://lists.boost.org/mailman/listinfo.cgi/boost-users
participants (2)
-
Daniel Hofmann
-
Rafael Gasperetti