j
k
j a
j l
Hello Marcus, The documentation says that create_subgraph returns subgraph<Graph>&, and in the example it is stored in Graph&.
Graph subG = G.create_subgraph();
this works for me: Graph& subG = G.create_subgraph(); ------- Sergey Mitsyn.
Back to the thread
Back to the list