recategorized by
2,425 views
3 votes
3 votes

Horn clauses are special kinds of propositions which can be described as

  1. Single atomic proposition on left side
  2. Single or multiple atomic proposition on left side
  3. A single atomic proposition on left side and a single atomic proposition on right side
  4. A single atomic proposition on left side or an empty left side
recategorized by

2 Answers

1 votes
1 votes

Ans D

In a Horn clause Left side can be single atomic proposition or empty.

Eg1 : loves(sh!va, gateoverflow) -> loves (sh!va, knowledge) ^ gives(gateoverflow,knowledge) // means shiva lives knowledge and gateoverflow gives knowledge. It implies shiva loves gateoverflow. Here LHS is single atomic clause.

Eg2: power( knowledge) // means knowledge is power. LHS is empty

edited by
1 votes
1 votes

Ans is D 

A single atomic proposition on left side or an empty left side

Horn clause it is a  disjunction of literals of which at most one is positive  (zero or one)

A Horn clause is a clause containing at most one positive literal. A definite clause contains exactly one positive literal. Examples of a Horn Clause [¬Child, ¬Mail, Boy] Not a Horn Clause [Rain, Sleet, Snow]

Answer:

Related questions

0 votes
0 votes
1 answer
1
3 votes
3 votes
2 answers
2
5 votes
5 votes
3 answers
3