Closed Gauntlet173 closed 1 year ago
s(CASP) can handle conjunctive queries, we just need to wrap the query in an and() inside the reasoner. So having multiple statements in a question should work as expected.
and()
This syntax works in swish:
scasp((friend(a1,X),friend(a2,X)),[]).
Fixed in 1.5.3
s(CASP) can handle conjunctive queries, we just need to wrap the query in an
and()
inside the reasoner. So having multiple statements in a question should work as expected.