On Irrelevant Literals in Pseudo-Boolean Constraint Learning
Daniel Le Berre, Pierre Marquis, Stefan Mengel, Romain Wallon
Abstract
Learning pseudo-Boolean (PB) constraints in PB solvers exploiting cutting planes based inference is not as well understood as clause learning in conflict-driven clause learning solvers. In this paper, we show that PB constraints derived using cutting planes may contain irrelevant literals, i.e., literals whose assigned values (whatever they are) never change the truth value of the constraint. Such literals may lead to infer constraints that are weaker than they should be, impacting the size of the proof built by the solver, and thus also affecting its performance. This suggests that current implementations of PB solvers based on cutting planes should be reconsidered to prevent the generation of irrelevant literals. Indeed, detecting and removing irrelevant literals is too expensive in practice to be considered as an option (the associated problem is NP-hard).
BibTeX
@inproceedings{ijcai2020p160,
title = {On Irrelevant Literals in Pseudo-Boolean Constraint Learning},
author = {Le Berre, Daniel and Marquis, Pierre and Mengel, Stefan and Wallon, Romain},
booktitle = {Proceedings of the Twenty-Ninth International Joint Conference on
Artificial Intelligence, {IJCAI-20}},
publisher = {International Joint Conferences on Artificial Intelligence Organization},
editor = {Christian Bessiere},
pages = {1148--1154},
year = {2020},
month = {7},
note = {Main track},
doi = {10.24963/ijcai.2020/160},
url = {https://doi.org/10.24963/ijcai.2020/160},
}