Abstract
Constraint Satisfaction Problems (CSPs) are often highly symmetric. Symmetries can give rise to redundant search, since subtrees may be explored which are symmetric to subtrees already explored. To avoid this redundant search, constraint programmers have designed methods, which try to exclude all but one in each equivalence class of solutions. One problem with many of the symmetry breaking methods that eliminate all the symmetry is that they can have a large running overhead. To counter this flaw many CP practitioners have looked for methods that only eliminate a subset of the symmetries, so called partial symmetry breaking methods, but do so in an efficient manner. Partial symmetry breaking methods often work only when the problem is of a certain type. In this paper, we introduce a new method of finding a small set of constraints which provide very efficient partial symmetry breaking. This method works with all problem classes and modelling techniques.
Original language | English |
---|---|
Title of host publication | Principles and practice of constraint programming - CP 2011 |
Subtitle of host publication | 7th International Conference, CP 2011, Perugia, Italy, September 12-16, 2011. Proceedings |
Editors | Jimmy Lee |
Place of Publication | Berlin |
Publisher | Springer |
Pages | 729-743 |
Number of pages | 15 |
ISBN (Electronic) | 9783642237867 |
ISBN (Print) | 9783642237850 |
DOIs | |
Publication status | Published - 2011 |
Event | 17th International Conference on Principles and Practice of Constraint Programming - Aula magna, Perugia, Italy Duration: 12 Sept 2011 → 16 Sept 2011 http://www.dmi.unipg.it/cp2011/ |
Publication series
Name | Lecture notes in computer science |
---|---|
Publisher | Springer |
Volume | 6876 |
ISSN (Print) | 0302-9743 |
ISSN (Electronic) | 1611-3349 |
Conference
Conference | 17th International Conference on Principles and Practice of Constraint Programming |
---|---|
Abbreviated title | CP 2011 |
Country/Territory | Italy |
City | Perugia |
Period | 12/09/11 → 16/09/11 |
Internet address |
Keywords
- Automatic Generation
- Constraint satisfaction problems
- Modelling techniques
- Subtrees
- Symmetry-breaking