# Toward a Dichotomy for Approximation of $H$-coloring

**Authors:** Akbar Rafiey, Arash Rafiey, and Thiago Santos

arXiv: 1902.02201 · 2022-11-23

## TL;DR

This paper advances the understanding of approximating the minimum cost homomorphism problem (MinHOM(H)) by providing a dichotomy classification for graphs and constant factor algorithms for specific classes of digraphs, highlighting the complexity landscape.

## Contribution

It offers a dichotomy classification for approximating MinHOM(H) on graphs and introduces constant factor approximation algorithms for bi-arc and k-arc digraphs, advancing the theoretical framework.

## Key findings

- MinHOM(H) is inapproximable if H contains a digraph asteroidal triple.
- A 2|V(H)|-approximation exists for graphs with a conservative majority polymorphism.
- A |V(H)|^2-approximation algorithm is provided for bi-arc and k-arc digraphs.

## Abstract

Given two (di)graphs G, H and a cost function $c:V(G)\times V(H) \to \mathbb{Q}_{\geq 0}\cup\{+\infty\}$, in the minimum cost homomorphism problem, MinHOM(H), goal is finding a homomorphism $f:V(G)\to V(H)$ (a.k.a H-coloring) that minimizes $\sum\limits_{v\in V(G)}c(v,f(v))$. The complexity of exact minimization of this problem is well understood [34], and the class of digraphs H, for which the MinHOM(H) is polynomial time solvable is a small subset of all digraphs.   In this paper, we consider the approximation of MinHOM within a constant factor. For digraphs, MinHOM(H) is not approximable if H contains a digraph asteroidal triple (DAT). We take a major step toward a dichotomy classification of approximable cases. We give a dichotomy classification for approximating the MinHOM(H) when H is a graph. For digraphs, we provide constant factor approximation algorithms for two important classes of digraphs, namely bi-arc digraphs (digraphs with a conservative semi-lattice polymorphism or min-ordering), and k-arc digraphs (digraphs with an extended min-ordering). Specifically, we show that:   1. Dichotomy for Graphs: MinHOM(H) has a $2|V(H)|$-approximation algorithm if graph H admits a conservative majority polymorphims (i.e. H is a bi-arc graph), otherwise, it is inapproximable;   2. MinHOM(H) has a $|V(H)|^2$-approximation algorithm if H is a bi-arc digraph;   3. MinHOM(H) has a $|V(H)|^2$-approximation algorithm if H is a k-arc digraph.   In conclusion, we show the importance of these results and provide insights for achieving a dichotomy classification of approximable cases. Our constant factors depend on the size of H. However, the implementation of our algorithms provides a much better approximation ratio. It leaves open to investigate a classification of digraphs H, where MinHOM(H) admits a constant factor approximation algorithm that is independent of H.

## Full text

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

## Figures

31 figures with captions in the complete paper: https://tomesphere.com/paper/1902.02201/full.md

## References

56 references — full list in the complete paper: https://tomesphere.com/paper/1902.02201/full.md

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