Fast parallel constraint satisfaction
β Scribed by Lefteris M. Kirousis
- Book ID
- 102990193
- Publisher
- Elsevier Science
- Year
- 1993
- Tongue
- English
- Weight
- 857 KB
- Volume
- 64
- Category
- Article
- ISSN
- 0004-3702
No coin nor oath required. For personal study only.
β¦ Synopsis
Kirousis, L.M., Fast parallel constraint satisfaction (Research Note), Artificial Intelligence 64 (1993) 147-160.
We describe a class of constraint satisfaction problems (CSPs) for which a global solution can be found by a fast parallel algorithm. No relaxation preprocessing is needed for the parallel algorithm to work on this class of CSPs. The result is motivated from the problem of labelling a 2-D line drawing of a 3-D object by the Clowes-Huffman-Malik labelling scheme---an important application of CSP in computer vision. For such a CSP, the constraint graph can be general, but the constraint relations are usually of the type we call implicational. It is shown here that a CSP with this type of constraint relations (and no restrictions on its graph) can be solved by an efficient (i.e., with polynomial time complexity) sequential algorithm. Also, it is shown that it can be solved by a fast parallel algorithm that executes in time O (log3n) with O ((m + n 3 )/log n ) processors on an exclusive-read exclusive-write parallel random access machine (n is the number of variables and m is the number of constraint relations--the constraint relations may have arity more than two).
π SIMILAR VOLUMES
## Constraint satisfaction networks have been shown to be a very useful tool for knowledge representation in Artificial Intelligence applications. These networks often utilize local constraint propagation techniques to achieve local consistency (consistent labeling in vision). Such methods have been