Defined in File GraphTools.hpp
Returns an induced subgraph of the input graph (including potential edge weights/directions)
The subgraph contains all given nodes and all edges which have both end points in nodes.
G – The input graph.
nodes – The nodes of the induced subgraph.
Induced subgraph.