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

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

> 

with⁡GraphTheory:with⁡SpecialGraphs:

> 

F≔FlowerSnark⁡5

F≔Graph 1: an undirected graph with 20 vertices and 30 edges

(1)
> 

IsRegular⁡F

true

(2)
> 

DrawGraph⁡F

> 

ChromaticIndex⁡F

4

(3)
> 

CircularChromaticNumber⁡F

52

(4)
> 

H≔GoldbergSnark⁡5

H≔Graph 2: an undirected graph with 40 vertices and 60 edges

(5)
> 

DrawGraph⁡H

See Also

DoubleStarSnark

GeneralizedBlanusaSnark

SpecialGraphs

SzekeresSnark

WatkinsSnark