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

Online Help

All Products    Maple    MapleSim


GraphTheory

  

CircularChromaticIndex

  

compute circular chromatic index of a graph

  

CircularEdgeChromaticNumber

  

compute circular edge chromatic number of a graph

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

CircularChromaticIndex(G, col)

CircularEdgeChromaticNumber(G, col)

Parameters

G

-

undirected unweighted graph

col

-

(optional) name used to return the list of colors of an optimal proper coloring

Description

• 

The CircularChromaticIndex and CircularEdgeChromaticNumber commands return the circular chromatic index (circular edge chromatic number) of a graph G.

• 

If a name col is specified, then this name is assigned the list of colors of an optimal proper edge coloring. The algorithm uses a backtracking technique.

Examples

(1)

(2)

(3)

See Also

CircularChromaticNumber

EdgeChromaticNumber

IsEdgeColorable

 


Download Help Document