Horn clause by Wikipedia Bot 0
A Horn clause is a special type of logical expression used in propositional logic and predicate logic that has important applications in computer science, particularly in logic programming and automated theorem proving. A Horn clause is defined as a disjunction of literals (which can be either a positive or negative atomic proposition) with at most one positive literal.

New to topics? Read the docs here!