# Propagation via Kernelization: The Vertex Cover Constraint

**Authors:** Cl\'ement Carbonnel (LAAS-ROC), Emmanuel H\'ebrard (LAAS-ROC)

arXiv: 1702.02470 · 2017-02-09

## TL;DR

This paper explores how kernelization techniques can be used to design propagators for the Vertex Cover constraint, offering a new perspective on constraint reasoning with potential efficiency benefits.

## Contribution

It introduces the concept of 'loss-less' kernelization for constraint propagation and demonstrates its application to the Vertex Cover problem.

## Key findings

- More effective for large, sparse graphs with smaller kernels
- Preliminary results indicate potential but also limitations
- Kernelization can inform constraint propagation strategies

## Abstract

The technique of kernelization consists in extracting, from an instance of a problem, an essentially equivalent instance whose size is bounded in a parameter k. Besides being the basis for efficient param-eterized algorithms, this method also provides a wealth of information to reason about in the context of constraint programming. We study the use of kernelization for designing propagators through the example of the Vertex Cover constraint. Since the classic kernelization rules often correspond to dominance rather than consistency, we introduce the notion of "loss-less" kernel. While our preliminary experimental results show the potential of the approach, they also show some of its limits. In particular, this method is more effective for vertex covers of large and sparse graphs, as they tend to have, relatively, smaller kernels.

## Full text

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

## References

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

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