GraphTheory
IsPerfectGraph
test if graph is perfect
Calling Sequence
Parameters
Options
Description
Definition
Examples
Compatibility
IsPerfectGraph(G,opts)
G
-
graph
opts
(optional) one or more options as specified below
usecached : keyword option of the form usecached=true or usecached=false.
Specifies whether previously stored information should be used, if available. The default is true.
The IsPerfectGraph(G) command returns true if G is a perfect graph and false otherwise.
An undirected graph G is perfect if in every subgraph of G, the chromatic number is equal to the clique number.
Split graphs are closed under graph complement.
Every chordal graph is a perfect graph.
Every split graph is a perfect graph.
The cycle graph on four vertices is not perfect.
The complete graph on four vertices is perfect.
The Petersen graph is not perfect.
The GraphTheory[IsPerfectGraph] command was introduced in Maple 2022.
For more information on Maple 2022 changes, see Updates in Maple 2022.
See Also
ChromaticNumber
CliqueNumber
GroupTheory[IsPerfect]
MaximumMatching
Download Help Document