# Finding Optimal Solutions With Neighborly Help

**Authors:** Elisabet Burjons, Fabian Frei, Edith Hemaspaandra, Dennis, Komm, David Wehner

arXiv: 1906.10078 · 2019-06-26

## TL;DR

This paper investigates the complexity of deriving optimal solutions for graph problems from solutions of neighboring instances, revealing diverse computational hardness results and structural insights.

## Contribution

It introduces a framework for analyzing the complexity of computing solutions from neighboring instances and provides new hardness results for graph coloring and vertex cover problems.

## Key findings

- NP-hardness of computing optimal coloring from all one-vertex-deleted subgraphs
- Polynomial-time solvability of coloring from all one-edge-added supergraphs
- Complexity classifications for minimality and criticality problems in graphs

## Abstract

Can we efficiently compute optimal solutions to instances of a hard problem from optimal solutions to neighboring (i.e., locally modified) instances? For example, can we efficiently compute an optimal coloring for a graph from optimal colorings for all one-edge-deleted subgraphs? Studying such questions not only gives detailed insight into the structure of the problem itself, but also into the complexity of related problems; most notably graph theory's core notion of critical graphs (e.g., graphs whose chromatic number decreases under deletion of an arbitrary edge) and the complexity-theoretic notion of minimality problems (also called criticality problems, e.g., recognizing graphs that become 3-colorable when an arbitrary edge is deleted).   We focus on two prototypical graph problems, Colorability and Vertex Cover. For example, we show that it is NP-hard to compute an optimal coloring for a graph from optimal colorings for all its one-vertex-deleted subgraphs, and that this remains true even when optimal solutions for all one-edge-deleted subgraphs are given. In contrast, computing an optimal coloring from all (or even just two) one-edge-added supergraphs is in P. We observe that Vertex Cover exhibits a remarkably different behavior, demonstrating the power of our model to delineate problems from each other more precisely on a structural level.   Moreover, we provide a number of new complexity results for minimality and criticality problems. For example, we prove that Minimal-3-UnColorability is complete for DP (differences of NP sets), which was previously known only for the more amenable case of deleting vertices rather than edges. For Vertex Cover, we show that recognizing beta-vertex-critical graphs is complete for Theta_2^p (parallel access to NP), obtaining the first completeness result for a criticality problem for this class.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1906.10078/full.md

## Figures

12 figures with captions in the complete paper: https://tomesphere.com/paper/1906.10078/full.md

## References

21 references — full list in the complete paper: https://tomesphere.com/paper/1906.10078/full.md

---
Source: https://tomesphere.com/paper/1906.10078