FlowerSnark - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.

Online Help

All Products    Maple    MapleSim


GraphTheory[SpecialGraphs]

  

FlowerSnark

  

construct flower snark graph

  

GoldbergSnark

  

construct Goldberg snark graph

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

FlowerSnark(K)

GoldbergSnark(K)

Parameters

K

-

odd positive integer

Description

• 

A snark is a nontrivial cubic graph with chromatic index 4.

• 

The FlowerSnark command creates the flower snark graphs, also known as Isaac's snarks. A flower snark with parameter K, is a 3-regular graph on 4*K vertices. The GoldbergSnark(K) command creates the Goldberg snark with parameter K. A Goldberg snark with parameter K, is a 3-regular graph on 8*K vertices.

Examples

withGraphTheory:withSpecialGraphs:

FFlowerSnark5

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

(1)

IsRegularF

true

(2)

DrawGraphF

ChromaticIndexF

4

(3)

CircularChromaticNumberF

52

(4)

HGoldbergSnark5

HGraph 2: an undirected graph with 40 vertices and 60 edge(s)

(5)

DrawGraphH

See Also

DoubleStarSnark

GeneralizedBlanusaSnark

SpecialGraphs

SzekeresSnark

WatkinsSnark