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.
with⁡GraphTheory:
with⁡SpecialGraphs:
G≔FosterGraph⁡
G≔Graph 1: an undirected graph with 90 vertices and 135 edge(s)
IsBipartite⁡G
true
DrawGraph⁡G
"Foster graph", Wikipedia. http://en.wikipedia.org/wiki/Foster_graph
See Also
SpecialGraphs
Download Help Document