Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in prolog

How do I return a list in Prolog?

list prolog

Using a prolog DCG to find & replace - code review

prolog dcg

Prolog - how to check if a predicate succeeds more than once

prolog

Excluding a tuples_in list in prolog

prolog clpfd

Prolog. In a query, how to put a condition on a variable that I do not want in the results?

prolog prolog-toplevel

Performance of the built-in Prolog predicate (is)/2

How to create arithmetic and disequality constraints in Prolog

prolog clpfd

Cards representation in Prolog

prolog poker

Rotating a list to the right (Prolog)

list prolog

Prevent backtracking after first solution to Fibonacci pair

What is the most elegant way to find 16-bit numbers which satisfy some conditions?

Getting all the solutions to a predicate in Prolog

prolog

Prolog list to comma separated string

string list prolog

Prolog - first list is sublist of second list?

prolog

Filter list in prolog

prolog

Is there any difference between using the "or" operator and using several clauses?

prolog

Prolog type definition in swi-prolog

Add two more occurrences using prolog

list prolog prolog-dif

What's the difference between functor, a fact, a predicate and a rule in Prolog?

prolog terminology

Prolog: How to remove every second element of a list

list prolog