Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in prolog

how to set values in a list in prolog for the sudoku game

list prolog sudoku

Writting grammar in prolog and can't get it to work correctly

prolog grammar dcg

Prolog: create a list of empty lists

prolog

Prolog to Datalog code conversion that uses lists

prolog datalog

Getting the first/second element of a tuple in Prolog

prolog tuples predicate

Can the head of a list in prolog consist of multiple elements?

list prolog

n-queens solution not working in Prolog

prolog clpfd n-queens

Removing all instances of an item in a list :Prolog

prolog

prolog sudoku block algorithm?

algorithm list prolog sudoku

Passing the Results of a Prolog Predicate

prolog

What is the downside of using difference lists in an append operation in Prolog?

Prolog addition on wrapped values

prolog swi-prolog

Find all positions of a value in a list in Prolog

prolog

prolog IDE in Ubuntu 9.10

ide prolog

Prolog: consider clauses from a dynamic module when calling a predicate

module prolog swi-prolog

Prolog memory issues

Swapping a specific number in list 1 with a specific number in list 2

list prolog predicate

Prolog - what sort of sentences can't be expressed

On mixing Prolog coroutining (freeze/2, when/2) and DCG

Cut operator not discarding choice points?

recursion prolog prolog-cut