Tags: Genre, Music Genre, Topical Concept.

Constraint logic programming is a form of constraint programming in which logic programming is extended to include concepts from constraint satisfaction. A constraint logic program is a logic program that contains constraints in the body of clauses. An example of a clause including a constraint is A(XY) :- X+Y>0 B(X) C(Y). In this clause X+Y>0 is a constraint; A(XY) B(X) and C(Y) are literals as in regular logic programming.

Loading...

This page contains content from the copyrighted Wikipedia article "Constraint logic programming"; that content is used under the GNU Free Documentation License (GFDL). You may redistribute it, verbatim or modified, providing that you comply with the terms of the GFDL.