2.2 Constraint Propagation

Constraint propagation is an inference rule for finite domain problems that narrows the domains of variables. For instance, given the inequation

X<Y

and the domain constraints

X\in23\#100

and

Y\in1\#33

constraint propagation can narrow the domains of X and Y to

X\in23\#32

and

Y\in24\#33


Christian Schulte and Gert Smolka
Version 1.4.0 (20080702)