Jump to content

Constraint satisfaction dual problem

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Tizio (talk | contribs) at 15:29, 15 February 2006 (tree width, temp page). 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)

Given a constraint satisfaction problem (X,D,C), one can build a binary problem as follows:

  1. for each constraint of the original problem there is a variable;
  2. the domain of this variable is composed by one element for each tuple of the corresponding constraint
  3. if two constraints of the original problem share some variables, a binary constraint between the corresponding variables in the new problem is given. This constraint states that the values of the new variables must be such that the corresponding values of the original variables are equal.