Cover image for Algorithms and ordering heuristics for distributed constraint satisfaction problems
Title:
Algorithms and ordering heuristics for distributed constraint satisfaction problems
Personal Author:
Series:
Focus series
Publication Information:
London : Wiley, 2013
Physical Description:
xvi, 156 p. : ill. ; 25 cm.
ISBN:
9781848215948

Available:*

Library
Item Barcode
Call Number
Material Type
Item Category 1
Status
Searching...
30000010319194 TA1637 M645 2013 Open Access Book Book
Searching...

On Order

Summary

Summary

DisCSP (Distributed Constraint Satisfaction Problem) is a general framework for solving distributed problems arising in Distributed Artificial Intelligence.
A wide variety of problems in artificial intelligence are solved using the constraint satisfaction problem paradigm. However, there are several applications in multi-agent coordination that are of a distributed nature. In this type of application, the knowledge about the problem, that is, variables and constraints, may be logically or geographically distributed among physical distributed agents. This distribution is mainly due to privacy and/or security requirements. Therefore, a distributed model allowing a decentralized solving process is more adequate to model and solve such kinds of problem. The distributed constraint satisfaction problem has such properties.

Contents

Introduction
Part 1. Background on Centralized and Distributed Constraint Reasoning
1. Constraint Satisfaction Problems
2. Distributed Constraint Satisfaction Problems
Part 2. Synchronous Search Algorithms for DisCSPs
3. Nogood Based Asynchronous Forward Checking (AFC-ng)
4. Asynchronous Forward Checking Tree (AFC-tree)
5. Maintaining Arc Consistency Asynchronously in Synchronous Distributed Search
Part 3. Asynchronous Search Algorithms and Ordering Heuristics for DisCSPs
6. Corrigendum to "Min-domain Retroactive Ordering for Asynchronous Backtracking"
7. Agile Asynchronous BackTracking (Agile-ABT)
Part 4. DisChoco 2.0: A Platform for Distributed Constraint Reasoning
8. DisChoco 2.0
9. Conclusion

About the Authors

Mohamed Wahbi is currently an associate lecturer at Ecole des Mines de Nantes in France. He received his PhD degree in Computer Science from University Montpellier 2, France and Mohammed V University-Agdal, Morocco in 2012 and his research focused on Distributed Constraint Reasoning.


Author Notes

Mohamed Wahbi is currently an associate lecturer at Ecole des Mines de Nantes in France. He received his PhD degree in Computer Science from University Montpellier 2, France and Mohammed V University-Agdal, Moracco in 2012 and his research focused on distributed Constraint Reasoning.


Table of Contents

Prefacep. ix
Introductionp. xiii
Part 1 Background on Centralized and Distributed Constraint Reasoningp. 1
Chapter 1 Constraint Satisfaction Problemsp. 3
1.1 Centralized constraint satisfaction problemsp. 3
1.1.1 Preliminariesp. 4
1.1.2 Examples of CSPsp. 5
1.2 Algorithms and techniques for solving centralized CSPsp. 10
1.2.1 Algorithms for solving centralized CSPsp. 10
1.2.2 Variable ordering heuristics for centralized CSPsp. 23
1.3 Summaryp. 28
Chapter 2 Distributed Constraint Satisfaction Problemsp. 29
2.1 Distributed constraint satisfaction problemsp. 29
2.1.1 Preliminariesp. 30
2.1.2 Examples of DisCSPsp. 32
2.1.3 Distributed meeting scheduling problem (DisMSP)p. 32
2.1.4 Distributed sensor network problem (SensorDCSP)p. 34
2.2 Methods for solving DisCSPsp. 36
2.2.1 Synchronous search algorithms on DisCSPsp. 37
2.2.2 Asynchronous search algorithms on DisCSPsp. 40
2.2.3 Dynamic ordering heuristics on DisCSPsp. 44
2.2.4 Maintaining arc consistency on DisCSPsp. 47
2.3 Summaryp. 47
Part 2 Synchronous Search Algorithms for DisCSPsp. 49
Chapter 3 Nogood-Based Asynchronous Forward Checking (AFC-NG)p. 51
3.1 Introductionp. 51
3.2 Nogood-based asynchronous forward checkingp. 53
3.2.1 Description of the algorithmp. 53
3.2.2 A simple example of the backtrack operation on AFC-like algorithmsp. 57
3.3 Correctness proofsp. 59
3.4 Experimental evaluationp. 60
3.4.1 Uniform binary random DisCSPsp. 61
3.4.2 Distributed sensor-target problemsp. 62
3.4.3 Distributed meeting scheduling problemsp. 64
3.4.4 Discussionp. 67
3.5 Summaryp. 68
Chapter 4 Asynchronous Forward-Checking Tree (AFC-TREE)p. 69
4.1 Introductionp. 69
4.2 Pseudo-tree orderingp. 70
4.3 Distributed depth-first search tree constructionp. 72
4.4 The AFC-tree algorithmp. 75
4.4.1 Description of the algorithmp. 77
4.5 Correctness proofsp. 79
4.6 Experimental evaluationp. 79
4.6.1 Uniform binary random DisCSPsp. 80
4.6.2 Distributed sensor-target problemsp. 82
4.6.3 Distributed meeting scheduling problemsp. 84
4.6.4 Discussionp. 84
4.7 Other related worksp. 85
4.8 Summaryp. 86
Chapter 5 Maintaining Arc Consistency Asynchronously in Synchronous Distributed Searchp. 87
5.1 Introductionp. 87
5.2 Maintaining arc consistencyp. 88
5.3 Maintaining arc consistency asynchronouslyp. 89
5.3.1 Enforcing AC using del messages (MACA-del)p. 90
5.3.2 Enforcing AC without additional kind of message (MACA-not)p. 93
5.4 Theoretical analysisp. 94
5.5 Experimental resultsp. 95
5.5.1 Discussionp. 99
5.6 Summaryp. 99
Part 3 Asynchronous Search Algorithms and Ordering Heuristics for DisCSPsp. 101
Chapter 6 Corrigendum to "Min-Domain Retroactive Ordering for Asynchronous Backtracking"p. 103
6.1 Introductionp. 103
6.2 Backgroundp. 104
6.3 ABT_DO-Retro may not terminatep. 106
6.4 The right way to compare ordersp. 108
6.5 Summaryp. 110
Chapter 7 Agile Asynchronous Backtracking (Agile-ABT)p. 111
7.1 Introductionp. 111
7.2 Introductory materialp. 113
7.2.1 Reordering detailsp. 113
7.2.2 The backtracking targetp. 114
7.2.3 Decreasing termination valuesp. 116
7.3 The algorithmp. 117
7.4 Correctness and complexityp. 120
7.5 Experimental resultsp. 123
7.5.1 Uniform binary random DisCSPsp. 124
7.5.2 Distributed sensor target problemsp. 125
7.5.3 Discussionp. 128
7.6 Related worksp. 129
7.7 Summaryp. 130
Part 4 DisChoco 2.0: A Platform for Distributed Constraint Reasoningp. 131
Chapter 8 DisChoco 2.0p. 133
8.1 Introductionp. 133
8.2 Architecturep. 134
8.2.1 Communication systemp. 135
8.2.2 Event managementp. 136
8.2.3 Observers in layersp. 137
8.3 Using DisChoco 2.0p. 137
8.4 Experimentationsp. 140
8.5 Conclusionp. 142
Conclusionsp. 143
Bibliographyp. 147
Indexp. 157