Close
Close window
CircularChromaticIndex - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Mozilla Firefox.
Maplesoft logo
Maplesoft logo

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

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

>

withGraphTheory:

>

withSpecialGraphs:

>

PPetersenGraph

PGraph 1: an undirected graph with 10 vertices and 15 edges

(1)
>

CircularChromaticIndexP,col

113

(2)
>

col

1,2=0,1,5=3,1,6=6,2,3=3,2,9=8,3,4=6,3,7=9,4,5=10,4,10=2,5,8=7,6,7=1,6,10=9,7,8=4,8,9=0,9,10=5

(3)


Download Help Document

AltStyle によって変換されたページ (->オリジナル) /