Computational Verification of the Buratti--Horak--Rosa Conjecture for Small Integers and Inductive Approaches
Abstract
This paper presents a comprehensive computational approach to verify and inductively construct Hamiltonian paths for the Buratti--Horak--Rosa (BHR) Conjecture. The conjecture posits that for any multiset of positive integers not exceeding , there exists a Hamiltonian path in the complete graph with vertex-set whose edge lengths (under the cyclic metric) match , if and only if for every divisor of , the number of multiples of appearing in is at most . Building upon prior computational work by Mariusz Meszka, which verified the conjecture for all primes up to , our Python program extends this verification significantly. We approach the problem by systematically generating frequency partitions (FPs) of edge lengths and employing a recursive backtracking algorithm. We report successful computational verification for all frequency partitions for integers , specifically presenting results for and a composite . For the composite number , the Python code took approximately 11 hours to verify on a Lenovo laptop. For , valid multisets were processed, taking around 20 hours on Google Colab Pro+. Furthermore, we introduce and implement two constructive, inductive strategies for building Hamiltonian paths: (1) increasing the multiplicity of an existing edge length, and (2) adding a new edge length. These methods, supported by a reuse-insertion heuristic and backtracking search, demonstrate successful constructions for evolving FPs up to . Through these empirical tests and performance metrics, we provide strong computational evidence for the validity of the BHR conjecture within the scope tested, and outline the scalability of our approach for higher integer values.
Keywords
Cite
@article{arxiv.2507.00059,
title = {Computational Verification of the Buratti--Horak--Rosa Conjecture for Small Integers and Inductive Approaches},
author = {Ranjan N Naik},
journal= {arXiv preprint arXiv:2507.00059},
year = {2025}
}
Comments
This result supports the results by Mariusz Meszka for all primes up to 23 (included) with the aid of a computer. Additional results on Coprime BHR Conjecture verifications for p < 31 and Inductive Approaches are included in this revision