English

Answering Related Questions

Data Structures and Algorithms 2026-04-23 v2 Computational Complexity Discrete Mathematics Combinatorics

Abstract

We introduce the meta-problem Sidestep(Π,dist,d)(\Pi, \mathsf{dist}, d) for a problem Π\Pi, a metric dist\mathsf{dist} over its inputs, and a map d:NR+{}d: \mathbb N \to \mathbb R_+ \cup \{\infty\}. A solution to Sidestep(Π,dist,d)(\Pi, \mathsf{dist}, d) on an input II of Π\Pi is a pair (J,Π(J))(J, \Pi(J)) such that dist(I,J)d(I)\mathsf{dist}(I,J) \leqslant d(|I|) and Π(J)\Pi(J) is a correct answer to Π\Pi on input JJ. This formalizes the notion of answering a related question (or sidestepping the question), for which we give some motivations, and compare it to the neighboring concepts of smoothed analysis, certified algorithms, planted problems, edition problems, and approximation algorithms. Informally, we call hardness radius the ``largest'' dd such that Sidestep(Π,dist,d)(\Pi, \mathsf{dist}, d) is NP-hard. This framework calls for establishing the hardness radius of problems Π\Pi of interest for the relevant distances dist\mathsf{dist}. We exemplify it with graph problems and two distances distΔ\mathsf{dist}_\Delta and diste\mathsf{dist}_e (the edge edit distance) such that distΔ(G,H)\mathsf{dist}_\Delta(G,H) (resp. diste(G,H)\mathsf{dist}_e(G,H)) is the maximum degree (resp. number of edges) of the symmetric difference of GG and HH if these graphs are on the same vertex set, and ++\infty otherwise. We show that the decision problems Independent Set, Clique, Vertex Cover, Coloring, Clique Cover have hardness radius n12o(1)n^{\frac{1}{2}-o(1)} for distΔ\mathsf{dist}_\Delta, and n43o(1)n^{\frac{4}{3}-o(1)} for diste\mathsf{dist}_e, that Hamiltonian Cycle has hardness radius 0 for distΔ\mathsf{dist}_\Delta, and somewhere between n12o(1)n^{\frac{1}{2}-o(1)} and n/3n/3 for diste\mathsf{dist}_e, and that Dominating Set has hardness radius n1o(1)n^{1-o(1)} for diste\mathsf{dist}_e. We leave several open questions.

Keywords

Cite

@article{arxiv.2501.10633,
  title  = {Answering Related Questions},
  author = {Édouard Bonnet},
  journal= {arXiv preprint arXiv:2501.10633},
  year   = {2026}
}

Comments

20 pages, 2 figures

R2 v1 2026-06-28T21:10:00.484Z