You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The accompanying file hoofersclub.pl is a Prolog knowledge base. It is written
in the SWI Prolog dialect (version 8.2.3). To solve the Hoofers Club problem,
execute the following query:
?- hc(X) , m(X), \+ s(X).
About
Knowledge base representing the Hoofers Club problem.