Re: [Boost-users] [Graph] Subgraphs with bundled properties
I would like to use a set to store my nodes inside a graph that uses
subgraphs, but that does not seem to work. The code below does not
compile if I switch vecS to setS and adjust the vertex properties to
have an index (replace Node, with the commented portion after it).
However, not using a subgraph and having the adjacency list be the graph
directly fixes the issue. Any insights as to what I should do
Nathan
#include <string>
#include
participants (1)
-
Cooprider, Nathan (US NonSSA)