paper-with-me

홈 › Papers

Structure Based Extended Resolution for Constraint Programming

2013-06-19 · Geoffrey Chu, Peter J. Stuckey

Nogood learning is a powerful approach to reducing search in Constraint Programming (CP) solvers. The current state of the art, called Lazy Clause Generation (LCG), uses resolution to derive nogoods expressing the reasons for each search failure. Such nogoods can prune other parts of the search tree, producing exponential speedups on a wide variety of problems. Nogood learning solvers can be seen as resolution proof systems. The stronger the proof system, the faster it can solve a CP problem. It has recently been shown that the proof system used in LCG is at least as strong as general resolution. However, stronger proof systems such as \emph{extended resolution} exist. Extended resolution allows for literals expressing arbitrary logical concepts over existing variables to be introduced and can allow exponentially smaller proofs than general resolution. The primary problem in using extended resolution is to figure out exactly which literals are useful to introduce. In this paper, we show that we can use the structural information contained in a CP model in order to introduce useful literals, and that this can translate into significant speedups on a range of problems.

📄 PDF Abstract BibTeX arXiv:1306.4418

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Bounded Approximate Symbolic Dynamic Programming for Hybrid MDPs

2013-09-26 · Luis Gustavo Vianna, Scott Sanner, Leliane Nunes de Barros

Recent advances in symbolic dynamic programming (SDP) combined with the extended algebraic decision diagram (XADD) data structure have provided exact solutions for mixed discrete and continuous (hybrid) MDPs with piecewi…

Strong Equivalence in Answer Set Programming with Constraints

2025-02-06 · Pedro Cabalar, Jorge Fandinno, Torsten Schaub, Philipp Wanko

We investigate the concept of strong equivalence within the extended framework of Answer Set Programming with constraints. Two groups of rules are considered strongly equivalent if, informally speaking, they have the sam…

Translation

Enhanced Spreadsheet Computing with Finite-Domain Constraint Satisfaction

2022-02-22 · Ezana N. Beyenne, Hai-Feng Guo

The spreadsheet application is among the most widely used computing tools in modern society. It provides excellent usability and usefulness, and it easily enables a non-programmer to perform programming-like tasks in a v…

Reasoning about Cardinal Directions between 3-Dimensional Extended Objects using Answer Set Programming

2020-08-10 · Yusuf Izmirlioglu, Esra Erdem

We propose a novel formal framework (called 3D-nCDC-ASP) to represent and reason about cardinal directions between extended objects in 3-dimensional (3D) space, using Answer Set Programming (ASP). 3D-nCDC-ASP extends Car…

Quantitative and Stream Extensions of Answer Set Programming

2021-09-17 · Rafael Kiesel

Answer Set Programming has separately been extended with constraints, to the streaming domain, and with capabilities to reason over the quantities associated with answer sets. We propose the introduction and analysis of …