Closed GustavBjordal closed 3 years ago
Bottom up exploration assumed that the first variable returned by expandInvariant should always be explored, even when not on the propagation path. This fixes this issue and should make bottom up propagation more efficient.
expandInvariant
Bottom up exploration assumed that the first variable returned by
expandInvariant
should always be explored, even when not on the propagation path. This fixes this issue and should make bottom up propagation more efficient.