CGAIPFCOJul 1, 2025

Empirical Analysis Of Heuristic and Approximation Algorithms for the The Mutual-Visibility Problem

arXiv:2507.01076v4Proceedings of the 11th Student Computing Research Symposium (SCORES’25)
Originality Synthesis-oriented
AI Analysis

It addresses the lack of empirical analysis for the NP-complete mutual-visibility problem, providing incremental insights for researchers in graph theory and optimization.

This paper tackled the mutual-visibility problem by implementing and evaluating three algorithms on synthetic graphs, finding that for smaller graphs, they align with theoretical bounds, but for larger instances, solution sizes diverge from limits, with the Genetic Algorithm performing best among tested methods.

The NP-complete mutual-visibility (MV) problem currently lacks empirical analysis on its practical behaviour despite theoretical studies. This paper addresses this gap by implementing and evaluating three distinct algorithms -- a direct random heuristic, a hypergraph-based approximation, and a genetic algorithm -- on diverse synthetic graph datasets, including those with analytically known $μ(G)$ values and general graph models. Our results demonstrate that for smaller graphs, the algorithms consistently achieve MV set sizes aligning with theoretical bounds. However, for larger instances, achieved solution sizes notably diverge from theoretical limits; this, combined with the absence of tight bounds, complicates absolute quality assessment. Nevertheless, validation on known optimal graphs showed the Genetic Algorithm and other heuristics empirically performing best among tested methods.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes