This repository has been archived on 2026-03-24. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
TP-KRR/pip3/cqa2.lp
vandechat96 532cbee5f0 add pip3
2023-07-03 19:34:20 +02:00

9 lines
135 B
Plaintext

#show freprowID/1.
freprowID(I) :- reprowID(I).
qsat2(Q) :- reprowID(R), qsat(Q,R).
unsat() :- qrow(Q,_,_), not qsat2(Q).
:- sat().