HiveBrain v1.2.0
Get Started
← Back to all entries
patternMinor

About graphs whose edge set decomposes into perfect matchings

Submitted by: @import:stackexchange-cs··
0
Viewed 0 times
whoseintographsperfectedgeaboutmatchingsdecomposesset

Problem

Is there a characterization of graphs whose edge set decomposes into a disjoint union of perfect matchings?

One trivial class of such graphs are $d$-regular $(n,n)$-bipartite graphs. Their edge set will decompose into $d$ disjoint perfect matchings.

Solution

Yes: we call such graphs 1-factorable (a 1-factor is also known as a perfect matching). All such graphs are regular, but the converse is not true. In fact, a $d$-regular graph $G$ is 1-factorable if and only if it is of class one, that is, $\chi'(G) = d$, where $\chi'(G)$ is the chromatic index of $G$.

Deciding if a $d$-regular graph is of class 1 is NP-complete (see e.g. [1]), so you likely cannot test this efficiently.

[1] Leven, Daniel, and Zvi Galil. "NP completeness of finding the chromatic index of regular graphs." Journal of Algorithms 4.1 (1983): 35-44.

Context

StackExchange Computer Science Q#45239, answer score: 6

Revisions (0)

No revisions yet.