AIJan 29, 2024

On the generalization of learned constraints for ASP solving in temporal domains

arXiv:2401.16124v21 citationsh-index: 11RuleML+RR
AI Analysis

This work addresses performance bottlenecks in ASP solving for temporal domains, such as planning, by improving constraint learning, though it is incremental as it builds on existing ASP techniques.

The paper tackled the problem of generalizing learned constraints in Answer Set Programming (ASP) for temporal domains, proposing a translation method that allows constraints learned at specific time steps to be reused, and empirically showed it enhances solver performance on planning problems.

The representation of a dynamic problem in ASP usually boils down to using copies of variables and constraints, one for each time stamp, no matter whether it is directly encoded or via an action or temporal language. The multiplication of variables and constraints is commonly done during grounding and the solver is completely ignorant about the temporal relationship among the different instances. On the other hand, a key factor in the performance of today's ASP solvers is conflict-driven constraint learning. Our question is now whether a constraint learned for particular time steps can be generalized and reused at other time stamps, and ultimately whether this enhances the overall solver performance on temporal problems. Knowing full well the domain of time, we study conditions under which learned dynamic constraints can be generalized. We propose a simple translation of the original logic program such that, for the translated programs, the learned constraints can be generalized to other time points. Additionally, we identify a property of temporal problems that allows us to generalize all learned constraints to all time steps. It turns out that this property is satisfied by many planning problems. Finally, we empirically evaluate the impact of adding the generalized constraints to an ASP solver. Under consideration in Theory and Practice of Logic Programming (TPLP).

Foundations

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

Your Notes