clp

Prolog files

call_stack.pl  -- Call stack constraint solverShow source
clpq.pl  -- Extension of the constraint solver CLP(Q)Show source
is_clpq_var/1True when Term is a clpq attributed variable.Source
disequality.pl  -- Constraint solver for disequalitiesShow source
.=./2Constructive unification of a negatively constrained variable with a non- variable value will succeed if the non-variable value does not constructively unify with any element in the variable’s prohibited value list.Source
.\=./2Source
loop_term/2Source
not_unify/2True when Term cannot unify with any of the elements in List.Source
∉/2Constraint that expresses that X is not a member of the list of ground elements in G.Source