paper-with-me

홈 › Papers

Constraints, Lazy Constraints, or Propagators in ASP Solving: An Empirical Analysis

2017-07-13 · Bernardo Cuteri, Carmine Dodaro, Francesco Ricca, Peter Schüller

Answer Set Programming (ASP) is a well-established declarative paradigm. One of the successes of ASP is the availability of efficient systems. State-of-the-art systems are based on the ground+solve approach. In some applications this approach is infeasible because the grounding of one or few constraints is expensive. In this paper, we systematically compare alternative strategies to avoid the instantiation of problematic constraints, that are based on custom extensions of the solver. Results on real and synthetic benchmarks highlight some strengths and weaknesses of the different strategies. (Under consideration for acceptance in TPLP, ICLP 2017 Special Issue.)

📄 PDF Abstract BibTeX arXiv:1707.04027

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Clingcon: The Next Generation

2017-05-12 · Mutsunori Banbara, Benjamin Kaufmann, Max Ostrowski, Torsten Schaub

We present the third generation of the constraint answer set system clingcon, combining Answer Set Programming (ASP) with finite domain constraint processing (CP). While its predecessors rely on a black-box approach to h…

Half-checking propagators

2020-07-10 · Mikael Zayenz Lagerkvist, Magnus Rattfeldt

Propagators are central to the success of constraint programming, that is contracting functions removing values proven not to be in any solution of a given constraint. The literature contains numerous propagation algorit…

Smart Cubing for Graph Search: A Comparative Study

2025-01-27 · Markus Kirchweger, Hai Xia, Tomáš Peitl, Stefan Szeider

Parallel solving via cube-and-conquer is a key method for scaling SAT solvers to hard instances. While cube-and-conquer has proven successful for pure SAT problems, notably the Pythagorean triples conjecture, its applica…

CPU

Propagators and Solvers for the Algebra of Modular Systems

2016-06-27 · Bart Bogaerts, Eugenia Ternovska, David Mitchell

To appear in the proceedings of LPAR 21. Solving complex problems can involve non-trivial combinations of distinct knowledge bases and problem solvers. The Algebra of Modular Systems is a knowledge representation frame…

Generalized Support and Formal Development of Constraint Propagators

2015-04-22 · James Caldwell, Ian P. Gent, Peter Nightingale

Constraint programming is a family of techniques for solving combinatorial problems, where the problem is modelled as a set of decision variables (typically with finite domains) and a set of constraints that express rela…

ARC