GraphTheory
FundamentalCycle
construct fundamental cycle graph from graph
Calling Sequence
Parameters
Description
Examples
FundamentalCycle(G)
G
-
unicyclic graph
FundamentalCycle takes as input a graph G with a unique cycle and outputs the unique cycle as a graph. If G has more than one cycle an error is returned.
See Also
CycleBasis
DeleteEdge
IsTree
Trail
Download Help Document