XSB aggregates do not support anything other than a single predicate as formula

Issue #365 resolved
Joachim Jansen created an issue

The aggregate

card{x[typeX] : p(x)}

card{x[typeX] :~p(x)}

is supported, but the aggregates

card{x[typeX] : p(x) & q(x) }

card{x[typeX] : p(x) | q(x) }

are not. The conjunction/disjunction is supposed to be transformed into a separate XSB definition - this doesn't happen.

Comments (2)

  1. Log in to comment