GraphTheory[SpecialGraphs]
FosterGraph
construct Foster graph
Calling Sequence
Description
Examples
References
FosterGraph()
The FosterGraph() command returns the Foster graph, a bipartite 3-regular graph with 90 vertices and 135 edges.
withGraphTheory:
withSpecialGraphs:
G≔FosterGraph
G≔Graph 1: an undirected graph with 90 vertices and 135 edge(s)
IsBipartiteG
true
DrawGraphG
"Foster graph", Wikipedia. http://en.wikipedia.org/wiki/Foster_graph
See Also
SpecialGraphs
Download Help Document