SOTAVerified

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

2025-07-01Code Available0· sign in to hype

Vanja Stojanović, Bor Pangeršič

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

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 greedy 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.

Reproductions