Answered step by step
Verified Expert Solution
Question
1 Approved Answer
B10. Logic Programming (SWI-PROLOG) a) Assume the relation taller_than(X,Y) where X is taller than Y, and the following fact base: taller_than (john, luke). taller_than (john,
B10. Logic Programming (SWI-PROLOG) a) Assume the relation taller_than(X,Y) where X is taller than Y, and the following fact base: taller_than (john, luke). taller_than (john, marie). taller_than (martine, marie). taller_than (catherine, john). taller_than (mark, john). taller_than (mark, martine). How does SWIPROLG respond to the following questions (i.e. outcome)? (a) ?- taller_than (x, john). (6) ?- taller_than (X,Y). (c) ?- taller_than (mark, X). (d) ?- taller_than (cathine, john). b) What will be the outcome of following statement at the swi-prolog query prompt (?-) (a) owns (x, car (bmw)) = owns (Y, car (C)). (b)loves (Y,Y) = loves (BITS, Pilani)
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started