English

IntSat: Integer Linear Programming by Conflict-Driven Constraint-Learning

Artificial Intelligence 2024-02-27 v1

Abstract

State-of-the-art SAT solvers are nowadays able to handle huge real-world instances. The key to this success is the so-called Conflict-Driven Clause-Learning (CDCL) scheme, which encompasses a number of techniques that exploit the conflicts that are encountered during the search for a solution. In this article we extend these techniques to Integer Linear Programming (ILP), where variables may take general integer values instead of purely binary ones, constraints are more expressive than just propositional clauses, and there may be an objective function to optimise. We explain how these methods can be implemented efficiently, and discuss possible improvements. Our work is backed with a basic implementation that shows that, even in this far less mature stage, our techniques are already a useful complement to the state of the art in ILP solving.

Keywords

Cite

@article{arxiv.2402.15522,
  title  = {IntSat: Integer Linear Programming by Conflict-Driven Constraint-Learning},
  author = {Robert Nieuwenhuis and Albert Oliveras and Enric Rodriguez-Carbonell},
  journal= {arXiv preprint arXiv:2402.15522},
  year   = {2024}
}

Comments

48 pages. This is the Author's Original Manuscript of the journal version