# Computing maximum cliques in $B_2$-EPG graphs

**Authors:** Nicolas Bousquet, Marc Heinrich

arXiv: 1706.06685 · 2017-06-22

## TL;DR

This paper proves that maximum cliques can be computed in polynomial time for $B_2$-EPG graphs given their representation, and provides a coloring approximation algorithm for $B_k$-EPG graphs without the representation.

## Contribution

It establishes polynomial-time algorithms for maximum clique in $B_2$-EPG graphs and introduces a simple approximation method for coloring in $B_k$-EPG graphs.

## Key findings

- Maximum clique can be computed in polynomial time for $B_2$-EPG graphs given a representation.
- A ${2(k+1)}$-approximation for coloring $B_k$-EPG graphs without the representation.
- The results extend previous work on $B_1$-EPG graphs to $B_2$-EPG graphs.

## Abstract

EPG graphs, introduced by Golumbic et al. in 2009, are edge-intersection graphs of paths on an orthogonal grid. The class $B_k$-EPG is the subclass of EPG graphs where the path on the grid associated to each vertex has at most $k$ bends. Epstein et al. showed in 2013 that computing a maximum clique in $B_1$-EPG graphs is polynomial. As remarked in [Heldt et al., 2014], when the number of bends is at least $4$, the class contains $2$-interval graphs for which computing a maximum clique is an NP-hard problem. The complexity status of the Maximum Clique problem remains open for $B_2$ and $B_3$-EPG graphs. In this paper, we show that we can compute a maximum clique in polynomial time in $B_2$-EPG graphs given a representation of the graph.   Moreover, we show that a simple counting argument provides a ${2(k+1)}$-approximation for the coloring problem on $B_k$-EPG graphs without knowing the representation of the graph. It generalizes a result of [Epstein et al, 2013] on $B_1$-EPG graphs (where the representation was needed).

## Full text

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

## Figures

5 figures with captions in the complete paper: https://tomesphere.com/paper/1706.06685/full.md

## References

16 references — full list in the complete paper: https://tomesphere.com/paper/1706.06685/full.md

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