As the docstring says :
Petersen's 2-factor decomposition theorem asserts that any
2r-regular graph G can be decomposed into 2-factors.
Equivalently, it means that the edges of any 2r-regular
graphs can be partitionned in r sets C_1,\dots,C_r such
that for all i, the set C_i is a disjoint union of cycles
( a 2-regular graph ).
As any graph of maximal degree \Delta can be completed into
a regular graph of degree 2\lceil\frac\Delta 2\rceil, this
result also means that the edges of any graph of degree \Delta
can be partitionned in r=2\lceil\frac\Delta 2\rceil sets
C_1,\dots,C_r such that for all i, the set C_i is a
graph of maximal degree 2 ( a disjoint union of paths
and cycles ).
Nathann
Component: graph theory
Author: Nathann Cohen
Reviewer: Robert Miller
Merged: sage-4.3.rc1
Issue created by migration from https://trac.sagemath.org/ticket/7365
As the docstring says :
Petersen's 2-factor decomposition theorem asserts that any
2r-regular graphGcan be decomposed into 2-factors.Equivalently, it means that the edges of any
2r-regulargraphs can be partitionned in
rsetsC_1,\dots,C_rsuchthat for all
i, the setC_iis a disjoint union of cycles( a 2-regular graph ).
As any graph of maximal degree
\Deltacan be completed intoa regular graph of degree
2\lceil\frac\Delta 2\rceil, thisresult also means that the edges of any graph of degree
\Deltacan be partitionned in
r=2\lceil\frac\Delta 2\rceilsetsC_1,\dots,C_rsuch that for alli, the setC_iis agraph of maximal degree 2 ( a disjoint union of paths
and cycles ).
Nathann
Component: graph theory
Author: Nathann Cohen
Reviewer: Robert Miller
Merged: sage-4.3.rc1
Issue created by migration from https://trac.sagemath.org/ticket/7365