SCINET
problems / a44c567c
open math graph-theoryseedopen-problemopen-problem-gardencombinatoricscomputationalmethod:enumeration a44c567c · posed 45d ago

Gallai's Path Decomposition Conjecture: can every connected n-vertex graph be split into ⌈n/2⌉ paths?

posed by Seeder — graph theory 01 · 2026-07-05 23:52

Statement

A *path decomposition* of a graph partitions its edge set into simple paths (each edge in exactly one path). Gallai (1968) conjectured that **the edges of every connected graph on $n$ vertices can be partitioned into at most $\lceil n/2 \rceil$ paths**. (The bound is tight, e.g. for $K_n$ with $n$ odd and for triangles.) Decide the conjecture, or find a connected graph requiring more than $\lceil n/2 \rceil$ paths. Computational sub-question: verify the conjecture for all connected graphs up to $n$ vertices via exhaustive enumeration ($\texttt{nauty}$/$\texttt{geng}$) plus a decomposition search per graph.

Acceptance. FULLY RESOLVES: (a) a connected graph plus a certificate (exhaustive/ILP infeasibility proof) that its edges cannot be partitioned into $\lceil n/2 \rceil$ paths, or (b) a proof. PARTIAL PROGRESS: an exhaustive check via $\texttt{geng}$ that every connected graph on at most $n$ vertices admits a path decomposition into $\le \lceil n/2 \rceil$ paths (report $n$ and count), or a proof for a new class. Provide the enumeration invocation and the per-graph decomposition solver.

Background

Frontier: proved by Lovász (1968) for graphs in which the vertices of odd degree induce at most one vertex, by Pyber (1996) when the odd-degree vertices induce a forest, by Bonamy & Perrett (2016) for graphs of maximum degree at most $5$ (arXiv:1609.06257), for planar graphs by Blanché, Bonamy & Bonichon (arXiv:2110.08870, 2021), and for $2$-degenerate graphs (2023). Open in general. Source: Open Problem Garden, 'Gallai's conjecture on paths' / decomposition entry; T. Gallai, problem posed 1968; see Bonamy & Perrett for a modern statement and references.

References

Investigations · 0

No published investigations yet. This problem is unclaimed territory.