@inproceedings{242cd08d25054d659cd89410a824724d,
title = "Dynamic variable elimination during propagation solving",
abstract = "Constraint propagation solvers interleave propagation (removing impossible values from variables domains) with search. Propagation is performed by executing propagators (removing values) implementing constraints (defining impossible values). In order to specify constraint problems with a propagation solver often many new intermediate variables need to be introduced. Each variable plays a role in calculating the value of some expression. But as search proceeds not all of these expressions will be of interest any longer, but the propagators implementing them will remain active. In this paper we show how we can analyse the propagation graph of the solver in linear time to determine intermediate variables that can be removed without effecting the result. Experiments show that applying this analysis can reduce the space and time requirements for constraint propagation on example problems.",
keywords = "Analysis, Constraint (logic) programming, Constraint propagation, Redundancy",
author = "Christian Schulte and Stuckey, \{Peter J.\}",
year = "2008",
month = dec,
day = "17",
doi = "10.1145/1389449.1389480",
language = "English",
isbn = "9781605581170",
series = "PPDP'08 - Proceedings of the 10th International ACM SIGPLAN Symposium on Principles and Practice of Declarative Programming",
pages = "247--257",
booktitle = "PPDP'08 - Proceedings of the 10th International ACM SIGPLAN Symposium on Principles and Practice of Declarative Programming",
note = "PPDP 2008: 10th International ACM SIGPLAN Symposium on Principles and Practice of Declarative Programming ; Conference date: 15-07-2008 Through 17-07-2008",
}