Skip to content
Commit 5123e742 authored by Christoph Schwering's avatar Christoph Schwering
Browse files

Fixed: Grounder::AssignLiterals() missed literals.

It missed that when (t != n) is occurs somewhere, we need to consider
(t = x) as split literal, not just (t = n). This fixes the bug
mentioned in commit a2b02e99.

Furthermore, more batch-assign-literals must be considered. When adding
P(#1), P(#2), P(#3) to the setup, we also need to consider the
assignment P(x), not just P(n) individually for single n.
parent a2b02e99
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment