L' = graphComplement L
T = graphComplement S
H = graphComplement G
This method computes the graph complement of the input graph and returns the result in the same format.
For graphs as defined in the EdgeIdeals package, one can use the complementGraph method to achieve the same effect; however, this method provides the option of not taking the complement if the complement has more edges than the graph itself.
|
|
|
Batch calls can be performed considerably faster when using the List input format. However, care should be taken as the returned list is entirely in Graph6 or Sparse6 format.
|
|
|
The object graphComplement is a method function with options.
The source of this document is in Nauty.m2:1240:0.