RobertsonGraph - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.
Our website is currently undergoing maintenance, which may result in occasional errors while browsing. We apologize for any inconvenience this may cause and are working swiftly to restore full functionality. Thank you for your patience.

Online Help

All Products    Maple    MapleSim


GraphTheory[SpecialGraphs]

  

RobertsonGraph

  

construct Robertson graph

 

Calling Sequence

Description

Examples

References

Calling Sequence

RobertsonGraph()

Description

• 

The RobertsonGraph() command returns the Robertson graph, a 4-regular undirected graph with 19 vertices and 38 edges.

Examples

withGraphTheory:

withSpecialGraphs:

GRobertsonGraph

GGraph 1: an undirected graph with 19 vertices and 38 edge(s)

(1)

IsBipartiteG

false

(2)

DrawGraphG

References

  

"Robertson graph", Wikipedia. http://en.wikipedia.org/wiki/Robertson_graph

See Also

CageGraph

RobertsonWegnerGraph

SpecialGraphs