Solving Hard Computational Problems Efficiently: Asymptotic Parametric Complexity 3-Coloring Algorithm
H. Jose Antonio Martin

TL;DR
This paper introduces a polynomial-time, parametric algorithm for the NP-complete 3-coloring problem that provides proofs of both existence and non-existence of solutions, with efficiency depending on a controllable parameter.
Contribution
It presents a novel, exact, and efficient parametric algorithm for 3-coloring that offers certificates for both solutions and non-solutions, supported by theoretical and experimental validation.
Findings
Probability of requiring large parameter $eta$ decreases exponentially
Algorithm successfully solves various graph classes
Experimental results align with theoretical predictions
Abstract
Many practical problems in almost all scientific and technological disciplines have been classified as computationally hard (NP-hard or even NP-complete). In life sciences, combinatorial optimization problems frequently arise in molecular biology, e.g., genome sequencing; global alignment of multiple genomes; identifying siblings or discovery of dysregulated pathways.In almost all of these problems, there is the need for proving a hypothesis about certain property of an object that can be present only when it adopts some particular admissible structure (an NP-certificate) or be absent (no admissible structure), however, none of the standard approaches can discard the hypothesis when no solution can be found, since none can provide a proof that there is no admissible structure. This article presents an algorithm that introduces a novel type of solution method to "efficiently" solve the…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsGenome Rearrangement Algorithms · Advanced Graph Theory Research · DNA and Biological Computing
