Jump to content

Decomposition method (constraint satisfaction)

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Tizio (talk | contribs) at 15:09, 11 April 2006 (methods such as tree decomposition). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

In constraint satisfaction, a decomposition method translates a constraint satisfaction problem into a binary acyclic one. Decomposition methods work by grouping variables into sets, and solving a subproblem for each set. This translation is motivated by the tractability of solving binary acyclic problems.