Content deleted Content added
→Labeling: partial satisfiability: clarified possibly misleading paragraph |
→Overview: reversed sentence |
||
Line 5:
==Overview==
Formally, constraint logic programs are like regular logic programs, but the body of clauses can contain constraints, in addition to the regular logic programming literals. As an example,
B(X,1):-X<0.
|