Abstract
AbstractThe two most popular algorithms for solving Constraint Satisfaction Problems are Forward Checking (fc) [1] and Maintaining Arc Consistency (mac) [2] Mac maintains full arc consistency while fc maintains a limited form of arc consistency during search. There is no single champion algorithm: mac is more efficient on sparse problems which are tightly constrained but fc has an increasing advantage as problems become dense and constraints loose. Ideally a good search algorithm should find the right balance —for any problem— between visiting fewer nodes in the search tree and reducing the work that is required to establish local consistency. In order to do so, we maintain probabilistic arc consistency during search. The idea is to assume that a support exists and skip the process of seeking a support if the probability of having some support for a value is at least equal to some, carefully chosen, stipulated threshold.Arc consistency involves revisions of domains, which require support checks to remove unsupported values. In many revisions, some or all values find some support. If we can predict the existence of a support then a considerable amount of work can be saved. In order to do so, we propose the notions of a Probabilistic Support Condition (psc) and Probabilistic Revision Condition (prc). If psc holds then the probability of having some support for a value is at least equal to the threshold and the process of seeking a support is skipped. If prc holds then for each value the probability of having some support is at least equal to the threshold and the corresponding revision is skipped.
Talk to us
Join us for a 30 min session where you can share your feedback and ask us any queries you have
Disclaimer: All third-party content on this website/platform is and will remain the property of their respective owners and is provided on "as is" basis without any warranties, express or implied. Use of third-party content does not indicate any affiliation, sponsorship with or endorsement by them. Any references to third-party content is to identify the corresponding services and shall be considered fair use under The CopyrightLaw.