Anytime Cooperative Implicit Hitting Set Solving
Emma Roll\'on, Javier Larrosa, Aleksandra Petrova

TL;DR
This paper introduces a combined anytime cooperative implicit hitting set algorithm that integrates lower and upper bound approaches, demonstrating improved performance and anytime behavior in solving Weighted CSPs.
Contribution
It presents a novel multithreaded framework combining HS-lb and HS-ub, leading to a superior hybrid algorithm with effective anytime performance.
Findings
HS-lub outperforms HS-lb and HS-ub individually.
The combined approach reduces the optimality gap during execution.
The method sometimes surpasses state-of-the-art Toulbar2 in benchmarks.
Abstract
The Implicit Hitting Set (HS) approach has shown to be very effective for MaxSAT, Pseudo-boolean optimization and other boolean frameworks. Very recently, it has also shown its potential in the very similar Weighted CSP framework by means of the so-called cost-function merging. The original formulation of the HS approach focuses on obtaining increasingly better lower bounds (HS-lb). However, and as shown for Pseudo-Boolean Optimization, this approach can also be adapted to compute increasingly better upper bounds (HS-ub). In this paper we consider both HS approaches and show how they can be easily combined in a multithread architecture where cores discovered by either component are available by the other which, interestingly, generates synergy between them. We show that the resulting algorithm (HS-lub) is consistently superior to either HS-lb and HS-ub in isolation. Most importantly,…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsArtificial Intelligence in Games · Robotic Path Planning Algorithms · Reinforcement Learning in Robotics
MethodsSparse Evolutionary Training
