Abstract
Constraint Programming (CP) standardizes many specialized “global constraints” allowing high-level modelling of combinatorial optimization and feasibility problems. Current Mixed-Integer Linear Programming (MIP) technology lacks both a modelling language and a solving mechanism based on high-level constraints. MiniZinc is a solver-independent CP modelling language. The solver interface works by translating a MiniZinc model into the simpler language FlatZinc. A specific solver can provide its own redefinition library of MiniZinc constraints. This paper describes improvements to the redefinitions for MIP solvers and to the compiler front-end. We discuss known and new translation methods, in particular we introduce a coordinated decomposition for domain constraints. The redefinition library is tested on the benchmarks of the MiniZinc Challenges 2012–2015. Experiments show that the two solving paradigms have rather diverse sets of strengths and weaknesses. We believe this is an important step for modelling languages. It illustrates that the high-level approach of recognizing and naming combinatorial substructure and using this to define a model, common to CP modellers, is equally applicable to those wishing to use MIP solving technology. It also makes the goal of solver-independent modelling one step closer. At least for prototyping, the new front-end frees the modeller from considering the solving technology, extracting very good performance from MIP solvers for high-level CP-style MiniZinc models.
Original language | English |
---|---|
Title of host publication | Principles and Practice of Constraint Programming |
Subtitle of host publication | 22nd International Conference, CP 2016, Toulouse, France, September 5-9, 2016, Proceedings |
Editors | Michel Rueher |
Place of Publication | Switzerland |
Publisher | Springer |
Pages | 49-65 |
Number of pages | 17 |
ISBN (Electronic) | 9783319449531 |
ISBN (Print) | 9783319449524 |
DOIs | |
Publication status | Published - 2016 |
Event | International Conference on Principles and Practice of Constraint Programming 2016 - Toulouse, France Duration: 5 Sept 2016 → 9 Sept 2016 Conference number: 22d http://cp2016.a4cp.org/ |
Publication series
Name | Lecture Notes in Computer Science |
---|---|
Volume | 9892 |
ISSN (Print) | 0302-9743 |
ISSN (Electronic) | 1611-3349 |
Conference
Conference | International Conference on Principles and Practice of Constraint Programming 2016 |
---|---|
Abbreviated title | CP 2016 |
Country/Territory | France |
City | Toulouse |
Period | 5/09/16 → 9/09/16 |
Internet address |
Keywords
- Automatic reformulation
- Combinatorial optimization
- Context-aware reformulation
- High-level modelling
- Linear decomposition