Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in prolog

SWI-prolog - how to clear terminal screen with a keyboard shortcut or global predicate?

prolog swi-prolog

How do I code rec/3 in the presence of a meta_predicate declaration?

Prolog on finding last element of a list with append

list prolog element

Checking a relation of a prolog list element

list prolog

Filterlists prolog

list prolog

Prolog findall solutions within time limit

convert prolog input `(a,z,b)` to `[a,z,b]`

prolog dcg

How do I create a DCG rule inverse to another in Prolog?

parsing prolog grammar dcg

Prolog backtracking policy

prolog prolog-toplevel

prolog -- generate integers "unwindably"

prolog

Redefining operator precedence in a module for exported predicate

module prolog operators

Prolog: check against duplicates in a list

list prolog prolog-dif

Generate and Test accumulating valid answer for next test

Poker Hand in Prolog

prolog dcg

How to remove / prevent symmetric solutions

prolog

Is it possible to write an empty list as a difference list in Prolog?

"Squares" Logic Riddle Solution in Prolog

prolog logic puzzle

How to get the next solution of a SWI-prolog query with QProcess?

qt prolog swi-prolog qprocess

Prolog: Rotate list n times right

prolog