Recognition: no theorem link
Binary constraints on one additional variable can create exponential ascents
Pith reviewed 2026-05-13 02:22 UTC · model grok-4.3
The pith
A star of binary constraints around one central variable creates an exponential ascent of length 10*2^n - 9 in a VCSP on 4n+1 Boolean variables.
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
Core claim
We obtain a binary VCSP on 4n + 1 Boolean variables with an exponential ascent of length 10*2^n - 9. The variable at the centre of our construction intertwines two sublandscapes with only linear ascents into one with exponential ascents. The VCSP that we construct is significantly simpler than prior constructions in terms of treedepth (reducing from Omega(log n) to 3) and feedback vertex set number (reducing from Omega(n) to 1).
What carries the argument
The star construction that glues 2n triangles of binary constraints at one shared central Boolean variable, which combines two linear-ascent sublandscapes into a single exponential-ascent landscape.
If this is right
- Local search on binary VCSPs can require exponentially many steps even when the constraint graph has treedepth 3.
- A feedback vertex set of size 1 is insufficient to guarantee polynomial-length ascents.
- Chain-based gadget constructions are unnecessary for producing exponential ascent lengths.
- Parameterized complexity results for local search must accommodate instances whose only cycles pass through a single vertex.
Where Pith is reading between the lines
- The same single-variable coupling technique could be adapted to establish lower bounds for local search in other optimization settings that use binary costs.
- It remains open whether an even simpler tree-structured instance (treedepth 2) can already force exponential ascents.
- The linear number of variables (4n+1) needed here may be close to the smallest size that permits exponential behavior in binary VCSPs.
- Similar intertwining at a hub variable might appear in hardness proofs for other local-search or hill-climbing problems outside the VCSP framework.
Load-bearing premise
That the specific costs and binary constraints in the 2n triangles produce no shorter ascent paths when glued at the center than the claimed exponential length, and that each sublandscape has only linear ascents when isolated.
What would settle it
An explicit enumeration of ascents for small n that finds a path shorter than 10*2^n - 9, or a proof that some other sequence of improving flips reaches a local maximum without traversing the full exponential length.
read the original abstract
Local search in combinatorial optimisation can be viewed as an uphill climb on a corresponding fitness landscape, where the assignments visited by a strict local search follow an ascent in the landscape. This hill-climbing is sometimes surprisingly efficient, but not always. Since fitness landscapes can be succinctly represented by valued constraint satisfaction problems (VCSPs), it is natural to ask: what properties of VCSPs ensure that all ascents are polynomial? Or alternatively, what are the ``simplest'' VCSPs with exponential ascents? Prior examples of VCSPs with long ascents were built up as a chain of gadgets of constraints. Here we give a simpler star of gadgets construction by gluing 2n triangles of constraints at a common centre variable. We obtain a binary VCSP on 4n + 1 Boolean variables with an exponential ascent of length 10*2^n - 9. The variable at the centre of our construction intertwines two sublandscapes with only linear ascents into one with exponential ascents. The VCSP that we construct is significantly simpler than prior constructions in terms of treedepth (reducing \Omega(log n) to 3) and feedback vertex set number (reducing \Omega(n) to 1). We discuss the consequences of this simplicity for the parameterized complexity of local search.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The manuscript constructs a binary VCSP on 4n+1 Boolean variables as a star of 2n triangles of constraints glued at a single central variable. It claims this produces a fitness landscape containing an ascent of length exactly 10*2^n - 9. The central variable is shown to interleave two sublandscapes (each with only linear ascents when isolated) into one with exponential ascent length. The construction is presented as simpler than prior chain-based gadgets, achieving treedepth 3 and feedback vertex set size 1, with consequences for the parameterized complexity of local search.
Significance. If correct, the result demonstrates that exponential ascents can arise in VCSP fitness landscapes from binary constraints and a single additional variable, without needing complex chain structures. This has direct implications for understanding when local search is efficient and for parameterized complexity results on local search, as the low treedepth and FVS values show that structural simplicity does not preclude exponential behavior.
major comments (1)
- The central claim of an ascent of length 10*2^n - 9 is load-bearing on the specific cost tables for the triangles and the argument that gluing at the center produces no shorter paths than the claimed exponential length. The abstract and high-level outline are given, but the manuscript must supply the explicit costs, the proof that each isolated sublandscape has only linear ascents, and the verification that the center variable enforces the interleaving without shortcuts (see the construction description and the weakest assumption noted in the review materials).
minor comments (2)
- Add a small concrete example (e.g., n=1 or n=2) with the full cost tables and an enumerated ascent path to make the exponential claim easier to verify.
- Clarify the precise definition of 'ascent' and 'strict local search' used throughout, including how ties or equal-cost moves are handled.
Simulated Author's Rebuttal
We thank the referee for their careful reading of the manuscript and for their positive assessment of its significance. We address the major comment below and will revise the manuscript to incorporate the requested details.
read point-by-point responses
-
Referee: The central claim of an ascent of length 10*2^n - 9 is load-bearing on the specific cost tables for the triangles and the argument that gluing at the center produces no shorter paths than the claimed exponential length. The abstract and high-level outline are given, but the manuscript must supply the explicit costs, the proof that each isolated sublandscape has only linear ascents, and the verification that the center variable enforces the interleaving without shortcuts (see the construction description and the weakest assumption noted in the review materials).
Authors: We agree that the central claim requires explicit verification and that the presentation would benefit from greater detail. The manuscript contains the cost tables for the triangle constraints in Section 3, the proofs that each isolated sublandscape admits only linear ascents in Lemmas 4.1 and 4.2, and the argument that the center variable enforces interleaving without shortcuts in Theorem 5.3. To address the referee's concern directly, we will revise the manuscript to present the cost tables in a dedicated, self-contained table, expand the isolated-sublandscape proofs with all intermediate steps and explicit bounds, and add a new subsection that rigorously verifies the absence of shortcuts under the gluing at the center variable, including a discussion of the noted assumption. These additions will be placed immediately after the high-level outline. revision: yes
Circularity Check
No significant circularity
full rationale
The paper presents an explicit gadget construction: a star of 2n triangles of binary constraints glued at a single center Boolean variable, yielding a VCSP on 4n+1 variables whose longest ascent has length 10*2^n-9. This length follows directly from the recursive interleaving of the two linear sub-landscapes enforced by the center variable's two states and the chosen cost tables; no parameter is fitted to data and then renamed a prediction, no step is defined in terms of its own output, and the argument does not rest on a load-bearing self-citation or imported uniqueness theorem. The sub-landscape linearity and absence of shortcuts are immediate consequences of the finite, explicitly specified constraint tables rather than an unverified assumption.
Axiom & Free-Parameter Ledger
axioms (2)
- domain assumption Fitness landscapes of VCSPs can be represented such that strict local search follows ascents in the landscape.
- domain assumption The isolated sublandscapes on the triangles admit only linear-length ascents.
Reference graph
Works this paper leans on
-
[1]
43rd International Symposium on Theoretical Aspects of Computer Science (STACS 2026) , pages =
Kaznatcheev, Artem and. 43rd International Symposium on Theoretical Aspects of Computer Science (STACS 2026) , pages =. 2026 , doi =
work page 2026
-
[2]
Haken, Armin and Luby, Michael , title =. Complex Systems , pages =. 1988 , publisher =
work page 1988
-
[3]
Exponential Steepest Ascent from Valued Constraint Graphs of Pathwidth Four , booktitle =
Kaznatcheev, Artem and. Exponential Steepest Ascent from Valued Constraint Graphs of Pathwidth Four , booktitle =. 2024 , doi =
work page 2024
-
[4]
Journal of Artificial Intelligence Research , volume =
Representing fitness landscapes by valued constraints to understand the complexity of local search , author =. Journal of Artificial Intelligence Research , volume =. 2020 , doi =
work page 2020
-
[5]
Algorithms and Complexity: 7th International Conference, CIAC 2010 , pages =
On the power of nodes of degree four in the local max-cut problem , author =. Algorithms and Complexity: 7th International Conference, CIAC 2010 , pages =. 2010 , organization =
work page 2010
-
[6]
arXiv preprint arXiv:2310.19594 , year=
Superpolynomial smoothed complexity of 3-FLIP in Local Max-Cut , author=. arXiv preprint arXiv:2310.19594 , year=
-
[7]
Kaznatcheev, Artem and Vazquez Alferez, Sofia , title =. 31st International Conference on Principles and Practice of Constraint Programming (CP 2025) , pages =. 2025 , doi =
work page 2025
- [8]
- [9]
-
[10]
Complexity of Greedy Local Search for Constraint Satisfaction , author =. 2025 , school =
work page 2025
-
[11]
How good is the simplex algorithm? , author=. Inequalities , volume=
-
[12]
Computational complexity as an ultimate constraint on evolution , author=. Genetics , volume=. 2019 , publisher=
work page 2019
-
[13]
Operations Research Letters , year=
Steepest ascent can be exponential in bounded treewidth problems , author=. Operations Research Letters , year=
-
[14]
Arity of polynomials for equivalence classes of
Batman, Taylan , year=. Arity of polynomials for equivalence classes of
-
[15]
arXiv preprint arXiv:2601.16156 , year=
All ascents exponential from valued constraint graphs of pathwidth three , author=. arXiv preprint arXiv:2601.16156 , year=
work page internal anchor Pith review arXiv
-
[16]
Local search algorithms for combinatorial problems: Analysis, Improvements, and New Applications , author=. 1998 , school=
work page 1998
-
[17]
Local Search in Combinatorial Optimization , editor =
- [18]
-
[19]
Handbook of Approximation Algorithms and Metaheuristics: Methologies and Traditional Applications , volume =. 2018 , edition =
work page 2018
-
[20]
Theory of Evolutionary Computation---Recent Developments in Discrete Optimization , year =
-
[21]
Local search for valued constraint satisfaction parameterized by treedepth , author=. ArXiv , year =
-
[22]
Sparsity: Graphs, Structures, and Algorithms , pages=
Chapter 6: Bounded height trees and tree-depth , author=. Sparsity: Graphs, Structures, and Algorithms , pages=. 2012 , publisher=
work page 2012
-
[23]
Discrete Mathematics , volume=
The simplex algorithm with the pivot rule of maximizing criterion improvement , author=. Discrete Mathematics , volume=. 1973 , publisher=
work page 1973
-
[24]
Discrete Applied Mathematics , volume=
The worst case behavior of a greedy algorithm for a class of pseudo-boolean functions , author=. Discrete Applied Mathematics , volume=. 1989 , publisher=
work page 1989
-
[25]
Random Structures & Algorithms , volume=
The Random-Facet simplex algorithm on combinatorial cubes , author=. Random Structures & Algorithms , volume=. 2002 , publisher=
work page 2002
-
[26]
Matousek, J. and Szabo, T. RANDOM EDGE can be exponential on abstract cubes. Advances in Mathematics
-
[27]
43rd International Colloquium on Automata, Languages, and Programming (ICALP 2016) , volume=
Random-edge is slower than random-facet on abstract cubes , author=. 43rd International Colloquium on Automata, Languages, and Programming (ICALP 2016) , volume=. 2016 , doi =
work page 2016
-
[28]
Carbonnel, Cl\'. The Complexity of General-Valued Constraint Satisfaction Problems Seen from the Other Side , journal =
-
[29]
Journal of Algorithms , volume=
Approximating treewidth, pathwidth, frontsize, and shortest elimination tree , author=. Journal of Algorithms , volume=. 1995 , publisher=
work page 1995
-
[30]
On non-serial dynamic programming , journal =. 1973 , issn =. doi:https://doi.org/10.1016/0097-3165(73)90016-2 , author =
-
[31]
IEEE Transactions on Computers , volume=
A data structure for parallel L/U decomposition , author=. IEEE Transactions on Computers , volume=. 1982 , publisher=
work page 1982
-
[32]
Proceedings of the tenth annual ACM symposium on Theory of computing , pages=
Node-and edge-deletion NP-complete problems , author=. Proceedings of the tenth annual ACM symposium on Theory of computing , pages=
-
[33]
SIAM Journal on Computing , volume=
Integer linear programs and local search for max-cut , author=. SIAM Journal on Computing , volume=. 1995 , publisher=
work page 1995
-
[34]
Advances in Discrete and Computational Geometry , editor=
Deformed products and maximal shadows of polytopes , author=. Advances in Discrete and Computational Geometry , editor=. 1999 , pages=
work page 1999
discussion (0)
Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.