WLJS LogoWLJS Notebook

GraphSum

GraphSum[g1, g2] gives the graph sum of the graphs g1 and g2.

Examples

GraphSum[PathGraph[{1, 2, 3}], PathGraph[{a, b, c}]]
GraphSum[CycleGraph[4], CycleGraph[3]]

Please visit the official Wolfram Language Reference for more details.

On this page