Table of Contents
Fetching ...

Computing the Polytope Diameter is Even Harder than NP-hard (Already for Perfect Matchings)

Lasse Wulf

TL;DR

The paper proves that computing the diameter of the bipartite perfect matching polytope is $Π^p_2$-complete, answering a 30-year-old question and showing that diameter computation lies strictly beyond NP unless the polynomial hierarchy collapses. It extends the hardness to the circuit diameter and proves a strong inapproximability bound, indicating no $(1+ε)$-approximation is possible in poly-time for some small $ε>0$. The main method reduces a $ orall∃$-HamCycle problem to BPM-Diameter-Decision via a sophisticated gadget construction (towers, cities, ladders, XORs, and ∀-gadgets) built into a graph $G_H$, tying short flip sequences to pattern-respecting Hamiltonian cycles. The results imply significant gaps between NP-hardness and higher-level PH hardness for polytope diameters and challenge prospects for practical diameter-based optimization via standard encodings, while also deriving corollaries for circuit-diameter computations. The work leaves open questions about constant-factor approximations, planarity-restricted instances, and extensions to other polytopes.

Abstract

The diameter of a polytope is a fundamental geometric parameter that plays a crucial role in understanding the efficiency of the simplex method. Despite its central nature, the computational complexity of computing the diameter of a given polytope is poorly understood. Already in 1994, Frieze and Teng [Comp. Compl.] recognized the possibility that this task could potentially be harder than NP-hard, and asked whether the corresponding decision problem is complete for the second stage of the polynomial hierarchy, i.e. $Π^p_2$-complete. In the following years, partial results could be obtained. In a cornerstone result, Frieze and Teng themselves proved weak NP-hardness for a family of custom defined polytopes. Sanità [FOCS18] in a break-through result proved that already for the much simpler fractional matching polytope the problem is strongly NP-hard. Very recently, Steiner and Nöbel [SODA25] generalized this result to the even simpler bipartite perfect matching polytope and the circuit diameter. In this paper, we finally show that computing the diameter of the bipartite perfect matching polytope is $Π^p_2$-hard. Since the corresponding decision problem is also trivially contained in $Π^p_2$, this decidedly answers Frieze and Teng's 30 year old question. Our results also hold when the diameter is replaced by the circuit diameter. As our second main result, we prove that for some $\varepsilon > 0$ the (circuit) diameter of the bipartite perfect matching polytope cannot be approximated by a factor better than $(1 + \varepsilon)$. This answers a recent question by Nöbel and Steiner. It is the first known inapproximability result for the circuit diameter, and extends Sanità's inapproximability result of the diameter to the totally unimodular case.

Computing the Polytope Diameter is Even Harder than NP-hard (Already for Perfect Matchings)

TL;DR

The paper proves that computing the diameter of the bipartite perfect matching polytope is -complete, answering a 30-year-old question and showing that diameter computation lies strictly beyond NP unless the polynomial hierarchy collapses. It extends the hardness to the circuit diameter and proves a strong inapproximability bound, indicating no -approximation is possible in poly-time for some small . The main method reduces a -HamCycle problem to BPM-Diameter-Decision via a sophisticated gadget construction (towers, cities, ladders, XORs, and ∀-gadgets) built into a graph , tying short flip sequences to pattern-respecting Hamiltonian cycles. The results imply significant gaps between NP-hardness and higher-level PH hardness for polytope diameters and challenge prospects for practical diameter-based optimization via standard encodings, while also deriving corollaries for circuit-diameter computations. The work leaves open questions about constant-factor approximations, planarity-restricted instances, and extensions to other polytopes.

Abstract

The diameter of a polytope is a fundamental geometric parameter that plays a crucial role in understanding the efficiency of the simplex method. Despite its central nature, the computational complexity of computing the diameter of a given polytope is poorly understood. Already in 1994, Frieze and Teng [Comp. Compl.] recognized the possibility that this task could potentially be harder than NP-hard, and asked whether the corresponding decision problem is complete for the second stage of the polynomial hierarchy, i.e. -complete. In the following years, partial results could be obtained. In a cornerstone result, Frieze and Teng themselves proved weak NP-hardness for a family of custom defined polytopes. Sanità [FOCS18] in a break-through result proved that already for the much simpler fractional matching polytope the problem is strongly NP-hard. Very recently, Steiner and Nöbel [SODA25] generalized this result to the even simpler bipartite perfect matching polytope and the circuit diameter. In this paper, we finally show that computing the diameter of the bipartite perfect matching polytope is -hard. Since the corresponding decision problem is also trivially contained in , this decidedly answers Frieze and Teng's 30 year old question. Our results also hold when the diameter is replaced by the circuit diameter. As our second main result, we prove that for some the (circuit) diameter of the bipartite perfect matching polytope cannot be approximated by a factor better than . This answers a recent question by Nöbel and Steiner. It is the first known inapproximability result for the circuit diameter, and extends Sanità's inapproximability result of the diameter to the totally unimodular case.

Paper Structure

This paper contains 15 sections, 27 theorems, 47 equations, 14 figures.

Key Result

Theorem 1

$\textsc{BPM-Diameter-Decision}$ is $\Pi^p_2$-complete.

Figures (14)

  • Figure 1: A tower gadget of height $h$, and different states a perfect matching of the tower gadget may have.
  • Figure 2: A city gadget consists out of many tower gadgets.
  • Figure 3: A city gadget is called matched, or in semi-default state, if all of its towers are in semi-default state.
  • Figure 4: Definition of a XOR-gadget. Note that if a cycle visits every city, then in every XOR-gadget it "traverses" exactly one of the two edges $ab$ and $uv$.
  • Figure 5: A XOR-gadget is called in semi-default state, if every of its city gadgets is in semi-default state.
  • ...and 9 more figures

Theorems & Definitions (46)

  • Theorem 1
  • Theorem 2
  • Definition : from borgwardt2025hardness
  • Corollary 3
  • Corollary 4
  • Lemma : chvatal1975certain, see also nobel2025complexity
  • Lemma 4
  • Lemma 4
  • Lemma 5
  • proof
  • ...and 36 more