Catálogo de publicaciones - libros
Principle and Practice of Constraint Programming: CP 2006: 12th International Conference, CP 2006, Nantes, France, September 25-29, 2006, Proceedings
Frédéric Benhamou (eds.)
En conferencia: 12º International Conference on Principles and Practice of Constraint Programming (CP) . Nantes, France . September 25, 2006 - September 29, 2006
Resumen/Descripción – provisto por la editorial
No disponible.
Palabras clave – provistas por la editorial
No disponibles.
Disponibilidad
Institución detectada | Año de publicación | Navegá | Descargá | Solicitá |
---|---|---|---|---|
No detectada | 2006 | SpringerLink |
Información
Tipo de recurso:
libros
ISBN impreso
978-3-540-46267-5
ISBN electrónico
978-3-540-46268-2
Editor responsable
Springer Nature
País de edición
Reino Unido
Fecha de publicación
2006
Información sobre derechos de publicación
© Springer-Verlag Berlin Heidelberg 2006
Tabla de contenidos
doi: 10.1007/11889205_51
A Note on Low Autocorrelation Binary Sequences
Iván Dotú; Pascal Van Hentenryck
The Low Autocorrelation Binary Sequences problem (LABS) is problem 005 in the CSPLIB library, where it is stated that “these problems pose a significant challenge to local search methods”. This paper presents a straighforward tabu search that systematically finds the optimal solutions for all tested instances.
Palabras clave: Local Search; Tabu Search; Optimal Sequence; Local Search Method; Merit Factor.
- Poster Papers | Pp. 685-689
doi: 10.1007/11889205_52
Relaxations and Explanations for Quantified Constraint Satisfaction Problems
Alex Ferguson; Barry O’Sullivan
The Quantified CSP (QCSP) is a generalisation of the classical CSP in which some of the variables are universally quantified [3].We consider the problem of relaxing an instance of the QCSP when it is unsatisfiable. We propose several novel forms of problem relaxations for the QCSP and present an algorithm for generating conflict-based explanations of inconsistency. Our motivation comes from problems in supply-chain management and conformant planning.
- Poster Papers | Pp. 690-694
doi: 10.1007/11889205_53
Static and Dynamic Structural Symmetry Breaking
Pierre Flener; Justin Pearson; Meinolf Sellmann; Pascal Van Hentenryck
We reconsider the idea of structural symmetry breaking (SSB) for constraint satisfaction problems (CSPs). We show that the dynamic dominance checks used in symmetry breaking by dominance-detection search for CSPs with piecewise variable and value symmetries have a static counterpart: there exists a set of constraints that can be posted at the root node and that breaks all these symmetries. The amount of these symmetry-breaking constraints is linear in the size of the problem, but they possibly remove a super-exponential number of symmetries on both values and variables. Moreover, static and dynamic structural symmetry breaking coincide for static variable and value orderings.
- Poster Papers | Pp. 695-699
doi: 10.1007/11889205_54
The Modelling Language Zinc
Maria Garcia de la Banda; Kim Marriott; Reza Rafeh; Mark Wallace
We describe the Zinc modelling language. Zinc provides set constraints, user defined types, constrained types, and polymorphic predicates and functions. The last allows Zinc to be readily extended to different application domains by user-defined libraries. Zinc is designed to support a modelling methodology in which the same conceptual model can be automatically mapped into different design models, thus allowing modellers to easily “plug and play” with different solving techniques and so choose the most appropriate for that problem.
Palabras clave: Local Search; Design Model; Combinatorial Problem; Constraint Programming; Global Constraint.
- Poster Papers | Pp. 700-705
doi: 10.1007/11889205_55
A Filter for the Circuit Constraint
Latife Genç Kaya; J. N. Hooker
We present an incomplete filtering algorithm for the circuit constraint. The filter removes redundant values by eliminating nonhamiltonian edges from the associated graph. We identify nonhamiltonian edges by analyzing a smaller graph with labeled edges that is defined on a separator of the original graph. The complexity of the procedure for each separator S is approximately O (| S |^5). We found that it identified all infeasible instances and eliminated about one-third of the redundant domain elements in feasible instances.
Palabras clave: Directed Graph; Hamiltonian Cycle; Vertex Degree; Label Edge; Small Graph.
- Poster Papers | Pp. 706-710
doi: 10.1007/11889205_56
A New Algorithm for Sampling CSP Solutions Uniformly at Random
Vibhav Gogate; Rina Dechter
The paper presents a method for generating solutions of a constraint satisfaction problem (CSP) uniformly at random. Our method relies on expressing the constraint network as a uniform probability distribution over its solutions and then sampling from the distribution using state-of-the-art probabilistic sampling schemes. To speed up the rate at which random solutions are generated, we augment our sampling schemes with pruning techniques used successfully in constraint satisfaction search algorithms such as conflict-directed back-jumping and no-good learning.
- Poster Papers | Pp. 711-715
doi: 10.1007/11889205_57
Sports League Scheduling: Enumerative Search for Prob026 from CSPLib
Jean-Philippe Hamiez; Jin-Kao Hao
This paper presents an enumerative approach for a sports league scheduling problem. This simple method can solve some instances involving a number T of teams up to 70 while the best known constraint programing algorithm is limited to T ≤40. The proposed approach relies on interesting properties which are used to constraint the search process.
Palabras clave: Constraint Programming; Constraint Satisfaction Problem; Combinatorial Design; Constraint Reasoning; Constraint Programming Approach.
- Poster Papers | Pp. 716-720
doi: 10.1007/11889205_58
Dynamic Symmetry Breaking Restarted
Daniel S. Heller; Meinolf Sellmann
Symmetry breaking by dominance detection (SBDD) [4,6,1,12], has proven to excel on problems that contain large symmetry groups. The core task of SBDD is the dominance detection algorithm. The first automated dominance detection algorithms were based on group theory [7], while the first provably polynomial-time dominance checkers for specific types of value symmetry were devised in [15]. This work was later extended to tackle any kind of value symmetry in polynomial time [13]. Based on these results, for specific “piecewise” symmetric problems, [14] showed that breaking variable and value symmetry can be broken simultaneously in polynomial time. The method was named structural symmetry breaking (SSB) and is based on the structural abstraction of a given partial assignment of values to variables.
- Poster Papers | Pp. 721-725
doi: 10.1007/11889205_59
The Effect of Constraint Representation on Structural Tractability
Chris Houghton; David Cohen; Martin J. Green
Tractability results for structural subproblems have generally been considered for explicit relations listing the allowed assignments. In this paper we define a representation which allows us to express constraint relations as either an explicit set of allowed labelings, or an explicit set of disallowed labelings, whichever is smaller. We demonstrate a new structural width parameter, which we call the interaction width, that when bounded allows us to carry over well known structural decompositions to this more concise representation. Our results naturally derive new structurally tractable classes for SAT.
- Poster Papers | Pp. 726-730
doi: 10.1007/11889205_60
Failure Analysis in Backtrack Search for Constraint Satisfaction
Tudor Hulubei; Barry O’Sullivan
Search effort is typically measured in terms of the number of backtracks, constraint checks, or nodes in the search tree, but measures such as the number of incorrect decisions have also been proposed. Comparisons based on mean and median effort are common. However, other researchers focus on studying runtime distributions, where one can observe a (non-)heavy-tailed distribution under certain conditions [2, 3].
- Poster Papers | Pp. 731-735