AIDSAug 9, 2025

Efficient and Reliable Hitting-Set Computations for the Implicit Hitting Set Approach

arXiv:2508.07015v2h-index: 34
Originality Incremental advance
AI Analysis

This work addresses efficiency and reliability challenges in combinatorial optimization for researchers and practitioners, though it is incremental as it builds on existing implicit hitting set methods.

The paper tackled the problem of improving hitting set computations within the implicit hitting set framework for combinatorial optimization, showing that exact pseudo-Boolean reasoning can be competitive with integer programming solvers while avoiding numerical instability issues.

The implicit hitting set (IHS) approach offers a general framework for solving computationally hard combinatorial optimization problems declaratively. IHS iterates between a decision oracle used for extracting sources of inconsistency and an optimizer for computing so-called hitting sets (HSs) over the accumulated sources of inconsistency. While the decision oracle is language-specific, the optimizers is usually instantiated through integer programming. We explore alternative algorithmic techniques for hitting set optimization based on different ways of employing pseudo-Boolean (PB) reasoning as well as stochastic local search. We extensively evaluate the practical feasibility of the alternatives in particular in the context of pseudo-Boolean (0-1 IP) optimization as one of the most recent instantiations of IHS. Highlighting a trade-off between efficiency and reliability, while a commercial IP solver turns out to remain the most effective way to instantiate HS computations, it can cause correctness issues due to numerical instability; in fact, we show that exact HS computations instantiated via PB reasoning can be made competitive with a numerically exact IP solver. Furthermore, the use of PB reasoning as a basis for HS computations allows for obtaining certificates for the correctness of IHS computations, generally applicable to any IHS instantiation in which reasoning in the declarative language at hand can be captured in the PB-based proof format we employ.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes