/lunch-tool

Helps decide where to go for lunch

Primary LanguageProlog

lunch-tool

Helps decide where to go for lunch. Written for SWI-Prolog.

Example:

have_lunch_at([john, paul, ringo, george], Restaurants).

Will list only restaurants that all the people in the list like to go to.