Dynamic Analysis of Bounds versus Domain Propagation

Christian Schulte, Peter J. Stuckey.

[pdf | ACM version | bibtex]

Constraint propagation solvers interleave propagation (removing impossible values from variable domains) with search. Previously, Schulte and Stuckey introduced the use of static analysis to determine where in a constraint program domain propagators can be replaced by more efficient bounds propagators and still ensure that the same search space is traversed.

This paper introduces a dynamic yet considerably simpler approach to uncover the same information. The information is obtained by a linear time traversal of an analysis graph that straightforwardly reflects the properties of propagators implementing constraints. Experiments confirm that the simple dynamic method is efficient and that it can be used interleaved with search, taking advantage of the simplification of the constraint graph that arises from search.

In: Maria Garcia de la Banda, Enrico Pontelli, editors, Twenty Fourth International Conference on Logic Programming, Udine, Italy, volume 5366 of Lecture Notes in Computer Science, pages 332-346. Springer-Verlag, December, 2008. DOI 10.1007/978-3-540-89982-2_32.

Copyright Springer-Verlag, the original publication is available at www.springerlink.com