FolkmanGraph - 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]

  

FolkmanGraph

  

construct Folkman graph

 

Calling Sequence

Description

Examples

References

Compatibility

Calling Sequence

FolkmanGraph()

Description

• 

The FolkmanGraph() command constructs the Folkman graph.

• 

The Folkman graph is a nonplanar bipartite graph with 20 vertices and 40 edges.

Examples

withGraphTheory:

withSpecialGraphs:

FFolkmanGraph

FGraph 1: an undirected graph with 20 vertices and 40 edge(s)

(1)

IsPlanarF

false

(2)

ChromaticNumberF

2

(3)

DrawGraphF

References

  

"Folkman graph", Wikipedia. http://en.wikipedia.org/wiki/Folkman_graph

Compatibility

• 

The GraphTheory[SpecialGraphs][FolkmanGraph] command was introduced in Maple 2017.

• 

For more information on Maple 2017 changes, see Updates in Maple 2017.

See Also

SpecialGraphs