Logic programming: Difference between revisions

Content deleted Content added
m link
Line 1:
[[pl:Programowanie logiczne]]
 
'''Logical programming''' or '''constraint programming''' is a [[programming paradigm]] in which a set of attributes that a solution should have are specified rather than set of steps to obtain such a solution. A widely used logical [[programming language]] is [[Prolog programming language|Prolog]]. Another, more commercial language is [[Mercury programming language| Mercury]].
 
Schematically, the process is ''facts'' + ''rules'' = ''results''. For a different approach, see [[Inductive logic programming]].