Given: a constraint network N, variable x with domain
D, and value
, q(x,v) is the probability that variable x
gets value v in a complete solution.
Ud(x) is the breadth-first search tree of depth d around x,
qd(x,v) is the probability that x takes value v in a solution
in the network Ud(x),
are the neighbors of x,
Bd(x,yi) is the yi-branch of Ud+1(x),
bd(x,yi,w) is the probability that yi takes value w in the network
Bd(x,yi).
![]()

