# The Minimum Shared Edges Problem on Grid-like Graphs

**Authors:** Till Fluschnik, Meike Hatzel, Steffen H\"artlein, Hendrik Molter, and, Henning Seidler

arXiv: 1703.02332 · 2017-06-08

## TL;DR

This paper investigates the computational complexity of the Minimum Shared Edges problem on grid-like graphs, providing efficient solutions for certain grid sizes and establishing hardness results and kernelization limits in a parameterized complexity framework.

## Contribution

It offers linear-time algorithms for MSE on bounded grids with specific size relations and proves NP-hardness on subgraphs, also analyzing kernelization bounds in parameterized complexity.

## Key findings

- Linear-time solvability on certain bounded grids
- NP-hardness on subgraphs of bounded grids
- No polynomial kernel for combined parameters under standard assumptions

## Abstract

We study the NP-hard Minimum Shared Edges (MSE) problem on graphs: decide whether it is possible to route $p$ paths from a start vertex to a target vertex in a given graph while using at most $k$ edges more than once. We show that MSE can be decided on bounded (i.e. finite) grids in linear time when both dimensions are either small or large compared to the number $p$ of paths. On the contrary, we show that MSE remains NP-hard on subgraphs of bounded grids. Finally, we study MSE from a parametrised complexity point of view. It is known that MSE is fixed-parameter tractable with respect to the number $p$ of paths. We show that, under standard complexity-theoretical assumptions, the problem parametrised by the combined parameter $k$, $p$, maximum degree, diameter, and treewidth does not admit a polynomial-size problem kernel, even when restricted to planar graphs.

## Full text

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

## Figures

9 figures with captions in the complete paper: https://tomesphere.com/paper/1703.02332/full.md

## References

18 references — full list in the complete paper: https://tomesphere.com/paper/1703.02332/full.md

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