# Complexity of planar signed graph homomorphisms to cycles

**Authors:** Fran\c{c}ois Dross, Florent Foucaud, Valia Mitsou, Pascal Ochem,, Th\'eo Pierron

arXiv: 1907.03266 · 2020-12-08

## TL;DR

This paper investigates the computational complexity of homomorphism problems for planar signed graphs, establishing NP-completeness results and a complete complexity classification for various target cycles and graph restrictions.

## Contribution

It provides the first NP-completeness proofs for homomorphism problems to specific cycles in planar graphs and offers a complete complexity dichotomy for planar signed graph homomorphisms to signed cycles.

## Key findings

- Deciding homomorphisms to certain cycles is NP-complete in planar graphs.
- Complete complexity classification for planar signed graph homomorphisms to signed cycles.
- NP-completeness persists under degree and girth restrictions.

## Abstract

We study homomorphism problems of signed graphs. A signed graph is an undirected graph where each edge is given a sign, positive or negative. An important concept for signed graphs is the operation of switching at a vertex, which is to change the sign of each incident edge. A homomorphism of a graph is a vertex-mapping that preserves the adjacencies; in the case of signed graphs, we also preserve the edge-signs. Special homomorphisms of signed graphs, called s-homomorphisms, have been studied. In an s-homomorphism, we allow, before the mapping, to perform any number of switchings on the source signed graph. This concept has been extensively studied, and a full complexity classification (polynomial or NP-complete) for s-homomorphism to a fixed target signed graph has recently been obtained. Such a dichotomy is not known when we restrict the input graph to be planar (not even for non-signed graph homomorphisms).   We show that deciding whether a (non-signed) planar graph admits a homomorphism to the square $C_t^2$ of a cycle with $t\ge 6$, or to the circular clique $K_{4t/(2t-1)}$ with $t\ge2$, are NP-complete problems. We use these results to show that deciding whether a planar signed graph admits an s-homomorphism to an unbalanced even cycle is NP-complete. (A cycle is unbalanced if it has an odd number of negative edges). We deduce a complete complexity dichotomy for the planar s-homomorphism problem with any signed cycle as a target.   We also study further restrictions involving the maximum degree and the girth of the input signed graph. We prove that planar s-homomorphism problems to signed cycles remain NP-complete even for inputs of maximum degree~$3$ (except for the case of unbalanced $4$-cycles, for which we show this for maximum degree~$4$). We also show that for a given integer $g$, the problem for signed bipartite planar inputs of girth $g$ is either trivial or NP-complete.

## Full text

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

## Figures

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

## References

50 references — full list in the complete paper: https://tomesphere.com/paper/1907.03266/full.md

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