
- 176 pages
- English
- ePUB (mobile friendly)
- Available on iOS & Android
Abstract Domains in Constraint Programming
About this book
Constraint Programming aims at solving hard combinatorial problems, with a computation time increasing in practice exponentially. The methods are today efficient enough to solve large industrial problems, in a generic framework. However, solvers are dedicated to a single variable type: integer or real. Solving mixed problems relies on ad hoc transformations. In another field, Abstract Interpretation offers tools to prove program properties, by studying an abstraction of their concrete semantics, that is, the set of possible values of the variables during an execution. Various representations for these abstractions have been proposed. They are called abstract domains. Abstract domains can mix any type of variables, and even represent relations between the variables.In this work, we define abstract domains for Constraint Programming, so as to build a generic solving method, dealing with both integer and real variables. We also study the octagons abstract domain, already defined in Abstract Interpretation. Guiding the search by the octagonal relations, we obtain good results on a continuous benchmark. We also define our solving method using Abstract Interpretation techniques, in order to include existing abstract domains. Our solver, AbSolute, is able to solve mixed problems and use relational domains.- Exploits the over-approximation methods to integrate AI tools in the methods of CP- Exploits the relationships captured to solve continuous problems more effectively- Learn from the developers of a solver capable of handling practically all abstract domains
Frequently asked questions
- Essential is ideal for learners and professionals who enjoy exploring a wide range of subjects. Access the Essential Library with 800,000+ trusted titles and best-sellers across business, personal growth, and the humanities. Includes unlimited reading time and Standard Read Aloud voice.
- Complete: Perfect for advanced learners and researchers needing full, unrestricted access. Unlock 1.4M+ books across hundreds of subjects, including academic and specialized titles. The Complete Plan also includes advanced features like Premium Read Aloud and Research Assistant.
Please note we cannot support devices running on iOS 13 and Android 7 or earlier. Learn more about using the app.
Information
State of the Art
Abstract
1.1 Abstract interpretation
1.1.1 Introduction to abstract interpretation
| line | x | y |
| 1 | ? | ? |
| 2 | 2 | ? |
| 3 | 2 | 5 |
| 4 | 2 | 0 |
| 5 | 2 | NaN Error: division by zero |
Table of contents
- Cover image
- Title page
- Table of Contents
- Dedication
- Copyright
- Preface
- Introduction
- 1. State of the Art
- 2. Abstract Interpretation for the Constraints
- 3. Octagons
- 4. Octagonal Solving
- 5. An Abstract Solver: AbSolute
- Conclusion and Perspectives
- Bibliography
- Index