4 min read
On this page

ShunyaBar: Spectral–Arithmetic Phase Transitions for Combinatorial Optimization

Record type: Preprint (software + paper bundle) — published v2, December 31, 2025 DOI: 10.5281/zenodo.18214172 Record URL: https://zenodo.org/records/18214172 All-versions DOI: 10.5281/zenodo.18096757 License: CC-BY-4.0 Authors / Creators: Sethurathienam Iyer (ORCID: 0009-0008-5446-2856)


Description#

ShunyaBar: Differentiable Combinatorial Optimization using Arithmetic Symmetry Breaking.

ShunyaBar is a dynamical optimization framework grounded in non-commutative geometry and quantum statistical mechanics. The system is formalized as a spectral triple encoding the arithmetic and geometric structure of the SAT phase space.

The associated partition function factorizes over the adèlic ring as:

Z(β)  =  ζ(β)Tr ⁣(eβL)Z(\beta) \;=\; \zeta(\beta) \cdot \mathrm{Tr}\!\left(e^{-\beta L}\right)

where ζ(β)\zeta(\beta) is the Riemann zeta function and LL is the constraint graph Laplacian.

Core Mechanism#

We prove that the corresponding Kubo–Martin–Schwinger (KMS) states undergo a phase transition at inverse temperature β=1\beta = 1, exhibiting full one-step Replica Symmetry Breaking (1-RSB). Applied to combinatorial optimization — such as random 3-SAT near the critical density — a quasi-static Renormalization Group (RG) sweep across β=1\beta = 1 produces dramatic speedups. These are bounded only by the Quantum Adiabatic Theorem, rather than by exponential search.

Method Summary#

ShunyaBar does not perform combinatorial search. Instead, it:

  1. Continuously relaxes Boolean constraints into a global dynamical system.
  2. Destroys illegal regions of state space by making them energetically unstable.
  3. Forces a phase transition via an arithmetic singularity at β=1\beta = 1.
  4. Freezes into a discrete Boolean assignment once full satisfaction is achieved.
  5. Terminates immediately upon reaching 100% satisfaction (no repair phase).

This approach replaces backtracking and clause learning with global consistency enforcement.


Performance & Industrial Benchmarks#

SAT 2024 Industrial Track#

Navokoj (the implementation of ShunyaBar) achieved a 92.57% perfect solution rate on the SAT 2024 industrial benchmarks (4,199 problems), tested across three engines:

EnginePerfect RateSpeedQualityUse Case
PRO92.57%7.9/sec99.92%Mission-critical
MINI31.37%10.6/sec99.55%Balanced
NANO3.24%12/sec96.41%Real-time

Case Study 1: 129-SAT (Ultra-High-k Regime)#

  • Problem: k=129k = 129 SAT, α=1000×\alpha = 1000\times over-constrained.
  • Challenge: Locality is destroyed; CDCL search is ineffective as clause learning loses meaning.
  • Result: 100% satisfaction (0/1M violated) in ~9–10 minutes on a single H100 GPU.

Case Study 2: Ramsey R(5,5,5) at N = 52#

  • Problem: Construct a 3-edge-coloring of K52K_{52} with no monochromatic subgraphs.
  • Search space: 3(522)31326\approx 3^{\binom{52}{2}} \approx 3^{1326}.
  • Result: Perfect 3-coloring found in ~17 minutes. This constitutes a constructive lower bound for R(5,5,5)R(5,5,5).

Comparison: ShunyaBar vs. NVIDIA TurboSAT#

AspectNVIDIA TurboSATShunyaBar
Core approachGradient-guided search + CDCLPure continuous dynamics
Uses CDCLYes (CPU side)No
Repair phaseRequiredNone
Handles High-kNot targetedNative
Proof outputCDCL certificatesBoolean witness + verifier

While TurboSAT offloads exploration to GPUs to accelerate classical SAT, ShunyaBar eliminates search entirely, operating in regimes where CDCL ceases to be meaningful.


Verification & Reproducibility#

InstanceTypeSizeSatisfaction RateStatus
129sat_n200129-SAT1,000,000 clauses100.00%Verified
pyth_n5000Pythagorean5,000100.00%Verified
ramsey_n52RamseyK52K_{52}100.00%Verified
3sat_100k3-SAT100,00094.90%Partial

To verify these results independently:

python3 verify_reproducibility.py

This script scans the results/ directory, regenerates instances using deterministic generators, and verifies all assignments.

ShunyaBar replaces combinatorial search with arithmetic-spectral phase transitions, enforcing global consistency to produce verifiable witnesses in regimes where classical solvers fail.


Abstract#

This record contains the paper, datasets, solver outputs, and verification artifacts accompanying ShunyaBar, a spectral–arithmetic dynamical system for combinatorial optimization.

We introduce a non-commutative spectral triple whose partition function factorizes as ζ(β)Tr(eβL)\zeta(\beta) \cdot \mathrm{Tr}(e^{-\beta L}), exhibiting a phase transition at β=1\beta = 1. This phase transition enables global consistency enforcement without combinatorial search.

Included are fully verifiable witnesses for large-scale SAT instances (including 129-SAT with 1,000,000 clauses), Ramsey R(5,5,5) constructions, reversible pebbling benchmarks, and independent verification scripts. All claims are reproducible from the attached artifacts.


Files in the Archive#

FileSizeMD5
arithmetic_symmentry_breaking.zip193.3 MB647faf9a05a9bd14591e6317f0862fdd

Total: 193.3 MB across 1 file.


Citation#

BibTeX#

@article{ShunyaBarSpectralArithmetic2025,
  author    = {Iyer, Sethu},
  title     = {{ShunyaBar: Spectral--Arithmetic Phase Transitions for Combinatorial Optimization}},
  year      = {2025},
  publisher = {Zenodo},
  version   = {v2},
  doi       = {10.5281/zenodo.18214172},
  url       = {https://doi.org/10.5281/zenodo.18214172},
  license   = {CC-BY-4.0}
}

APA#

Sethurathienam Iyer. (2025). ShunyaBar: Spectral–Arithmetic Phase Transitions for Combinatorial Optimization (Version v2). Zenodo. https://doi.org/10.5281/zenodo.18214172


Versions#

VersionDOIDate
v210.5281/zenodo.18214172Dec 31, 2025
v110.5281/zenodo.18096758Dec 30, 2025

Cite-all DOI (always resolves to latest): 10.5281/zenodo.18096757


Indexed In#

  • OpenAIRE
  • Zenodo (publisher)
  • CERN Data Centre (infrastructure)

Keywords: Boolean Satisfiability


Metadata#

FieldValue
Resource typePreprint
PublisherZenodo
LanguageEnglish
CreatedJanuary 11, 2026
ModifiedJanuary 13, 2026
LicenseCC-BY-4.0

See Also#

Start typing to search all 77 articles and guides.