You are required to read and agree to the below before accessing a full-text version of an article in the IDE article repository.

The full-text document you are about to access is subject to national and international copyright laws. In most cases (but not necessarily all) the consequence is that personal use is allowed given that the copyright owner is duly acknowledged and respected. All other use (typically) require an explicit permission (often in writing) by the copyright owner.

For the reports in this repository we specifically note that

  • the use of articles under IEEE copyright is governed by the IEEE copyright policy (available at http://www.ieee.org/web/publications/rights/copyrightpolicy.html)
  • the use of articles under ACM copyright is governed by the ACM copyright policy (available at http://www.acm.org/pubs/copyright_policy/)
  • technical reports and other articles issued by M‰lardalen University is free for personal use. For other use, the explicit consent of the authors is required
  • in other cases, please contact the copyright owner for detailed information

By accepting I agree to acknowledge and respect the rights of the copyright owner of the document I am about to access.

If you are in doubt, feel free to contact webmaster@ide.mdh.se

Design and Implementation of a Graph-Based Constraint Model for Local Search

Fulltext:


Authors:


Publication Type:

Licentiate Thesis

Publisher:

Mälardalen University


Abstract

Local search has during the last years evolved into a powerful technique for solving large combinatorial problems, often outperforming complete algorithms. The classical approach for generic constraint solving in local search is to provide a set of primitive constraints, which in turn can be used to form more complex combinatorial structures. Unfortunately, for several combinatorial structures there is no decomposition into binary constraints which is acceptable in terms of space and/or time complexity. Global constraints have been introduced in local search as time and space efficient modelling components, capturing the properties of common combinatorial substructures.In this thesis we propose a compositional approach for global constraint design and implementation for local search. Traditionally, global constraints have been implemented as monolithic entities, often using a low-level language and requiring in-depth knowledge of the constraint system itself. In this work we propose to use graph structures, filters and cost components to create global constraints in a high-level C++ framework called Composer. The composed constraints can then be used for constraint solving in a generic, domain-independent local search solver. We show the theoretical model of the framework, and give algorithms for incrementally updating the costs and conflict levels of the constraints. We also show how to compose several well-known global constraints, and demonstrate by experimental results that a compositional approach at global constraint modelling is not only possible in practice, but also highly competitive with existing low-level implementations of constraint-based local search.

Bibtex

@misc{Bohlin629,
author = {Markus Bohlin},
title = {Design and Implementation of a Graph-Based Constraint Model for Local Search},
number = {27},
month = {April},
year = {2004},
publisher = {M{\"a}lardalen University},
url = {http://www.es.mdu.se/publications/629-}
}