Function NetworKit::GraphTools::append

Function Documentation

void NetworKit::GraphTools::append(Graph &G, const Graph &G1)

Appends graph G1 to graph G as a new subgraph. Performs node id remapping.

Parameters:
  • GGraph where @G1 will be appended to.

  • G1Graph that will be appended to G.