Aegypti: Strict Quadratic-Time Combinatorial Triangle Detection
Frank Vega
Source record
Source: Crossref
Published: Aug 27, 2026
DOI: 10.20944/preprints202511.2197.v8
Open original source ↗Source abstract
We present AEGYPTI, a combinatorial triangle-detection framework for an undirected simple graph with vertices and edges, built on the duality between triangles and independent sets: a triangle of is exactly a three-vertex independent set of the complement , which is what a small vertex cover of leaves uncovered. AEGYPTI dispatches on density at . When , it runs the exact Chiba–Nishizeki routine, whose cost is on inputs this sparse. When , it covers with the linear-time HVALA algorithm and extracts the uncovered candidate set . To systematically eliminate incompleteness when , AEGYPTI incorporates a deterministic 1-Vertex Expansion step: if with , inspecting the induced neighborhood guarantees expanding to a full 3-vertex triangle whenever belongs to any triangle in . Furthermore, we establish that the local-search repair process structurally guarantees that at least one or two vertices of any existing triangle are visited during repair iterations. Combining this seed guarantee with 1-vertex and 2-vertex expansion routines ensures that handling these cases guarantees the algorithm never misses an existing triangle. To guarantee an unconditional worst-case execution budget, the local-search repair iterations are bounded by the cover size . Combined with a size-capped independent set search that guarantees conflict checks per node, total repair loop time is strictly bounded by . Crucially, because this fast combinatorial algorithm successfully resolves every dense benchmark instance tested without fail and provides absolute theoretical guarantees, its strictly quadratic runtime poses a direct, definitive refutation of the Combinatorial Boolean Matrix Multiplication (BMM) Conjecture. A public reference implementation is provided in the AEGYPTI Python package v0.4.9, which depends on hvala.
Evidence graph
No public relationships recorded yet.
Integrity note: This page is a factual metadata record created by deterministic ingestion. It is not a claim that the work moves a mathematical frontier or has been independently verified.