Posted by Ben Perry on February 11, 2001 at 20:23:31:
In Reply to: Re: LS Algorithm - source of error posted by Haipeng Guo on February 11, 2001 at 20:22:39:
: : Is the definition of S the intersection of a clique's nodes and its direct parent's nodes, or is it the intersection of a clique's nodes and all of its parent / grandparents' nodes?
: As far as I understand, S is the intersection of a clique's nodes and its direct parents' nodes.
If that's the case, then we need to reorganize Laura's clique tree generation. It correctly finds the phi values, but some children's S do not have common nodes with their direct parent. Any suggestions?