JSAI Technical Report, SIG-FPAI
Online ISSN : 2436-4584
97th (Mar, 2014)
Conference information

Towards a Hybrid Encoding of Constraint Satisfaction Problems
Takehide SOHAtsushi SAKODAMutsunori BANBARANaoyuki TAMURA
Author information
CONFERENCE PROCEEDINGS FREE ACCESS

Pages 12-

Details
Abstract

In this paper, we propose a hybrid encoding of Constraint Satisfaction Problems (CSPs) to propositional logic (especially SAT and PB). There have been proposed several encodings of CSPs to propositional logic, such as direct encoding, order encoding, and binary encoding. However, each of these encodings has its pros and cons. For example, the order encoding which is used in a SAT-based constraint solver Sugar, showed a good performance on many problem instances, but it can not be applied to CSP instances with very large domain size. On the other hand, the binary encoding is applicable to those large instances, but the generated SAT instances take more time to be solved than the order encoded instances in general. The hybrid encoding proposed in this paper mixes the order and binary encodings so that it can be applied to very large instances while it keeps the good performance of the order encoding for small instances. We evaluated the performance of the proposed hybrid encoding with our implementation named Hysca. In our evaluation using 1453 instances of the 2009 CSP solver competition, Hysca succeeded to solve 1075 instances, which is 56 more than the order encoding, and 53 more than the binary encoding.

Content from these authors
© 2015 The Japaense Society for Artificial Intelligence
Previous article Next article
feedback
Top