Content deleted Content added
Line 3:
==The dual problem==
The dual problem of a constraint satisfaction problem contains a variable for each constraint of the original problem. Its domains and constraints are
The constraints of the dual problem forbid two dual variables to take values that correspond to two incompatible tuples. Without these constraints, one dual variable may take the value corresponding to the tuple <math>x=1,y=2</math> while another dual variable takes the value corresponding to <math>y=3,z=1</math>, which assigns a different value to <math>y</math>.
|