+1 vote
in Prolog by
What Are The Advantages Of Clp On Prolog In Practical Applications?

1 Answer

0 votes
by
CLP(X) uses "interpretable" domain X, e.g., reals, integers, strings, while pure Prolog is limited to "uninterpretable" Herbrand Universe. Also, Prolog uses unification as a main data operation while CLP allows declarative constraints which are more general than unification.

Related questions

0 votes
asked Mar 3, 2021 in Prolog by SakshiSharma
+1 vote
asked Mar 3, 2021 in Prolog by SakshiSharma
...