You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: give reason to root-level propagation in nogood propagator (#124)
When preprocessing a nogood, if it becomes a unit nogood, the propagator
would assign the negation of the predicate with an empty reason.
However, from the perspective of the proof log, that is invalid as the
input to the propagator was a non-unit nogood.
0 commit comments