Answered step by step
Verified Expert Solution
Link Copied!

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,

image text in transcribed

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

blur-text-image

Get Instant Access with AI-Powered Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Students also viewed these Databases questions