GraphTheory
GraphComplement
construct complement of graph
Calling Sequence
Parameters
Description
Examples
GraphComplement(G)
G
-
graph
GraphComplement returns the complement of a graph G, that is the graph with the same vertex set as G, but whose edge (arc) set consists of the edges (arcs) not present in G.
See Also
CycleGraph
Edges
Download Help Document