AIFeb 26, 2022

TabID: Automatic Identification and Tabulation of Subproblems in Constraint Models

arXiv:2202.13250v2
Originality Incremental advance
AI Analysis

This addresses a bottleneck for constraint programming practitioners by automating a traditionally expert-driven task, though it is incremental as it builds on existing tabulation techniques.

The paper tackles the manual and time-intensive process of identifying subproblems for tabulation in constraint models by introducing TabID, an automated method that uses heuristics to identify promising candidates, achieving comparable or improved results on benchmark problems across various solvers.

The performance of a constraint model can often be improved by converting a subproblem into a single table constraint (referred to as tabulation). Finding subproblems to tabulate is traditionally a manual and time-intensive process, even for expert modellers. This paper presents TabID, an entirely automated method to identify promising subproblems for tabulation in constraint programming. We introduce a diverse set of heuristics designed to identify promising candidates for tabulation, aiming to improve solver performance. These heuristics are intended to encapsulate various factors that contribute to useful tabulation. We also present additional checks to limit the potential drawbacks of suboptimal tabulation. We comprehensively evaluate our approach using benchmark problems from existing literature that previously relied on manual identification by constraint programming experts of constraints to tabulate. We demonstrate that our automated identification and tabulation process achieves comparable, and in some cases improved results. We empirically evaluate the efficacy of our approach on a variety of solvers, including standard CP (Minion and Gecode), clause-learning CP (Chuffed and OR-Tools) and SAT solvers (Kissat). Our findings highlight the substantial potential of fully automated tabulation, suggesting its integration into automated model reformulation tools.

Foundations

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

Your Notes