Grouping in action
Say three literals are negated: q in clause 1, and q and r in clause 2. The body literal(C, _, 0) then evaluates to one row each, and grouping by C counts them:
clause C | variable |
|---|---|
| 1 | q |
| 2 | q |
| 2 | r |
Say three literals are negated: q in clause 1, and q and r in clause 2. The body literal(C, _, 0) then evaluates to one row each, and grouping by C counts them:
clause C | variable |
|---|---|
| 1 | q |
| 2 | q |
| 2 | r |