/hoofers-club

Knowledge base representing the Hoofers Club problem.

Primary LanguageProlog

Hoofers Club KB

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).