Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in prolog

DNA Matching in Prolog

prolog

Why do we call a disjunction of literals of which none is positive a goal clause?

prolog logic

Prolog DCG: Match different symbols on a chain

What's wrong with my Prolog "list filler"?

prolog

How to use SWI-Prolog ./2 function?

prolog swi-prolog

Inserting a cut in Prolog to make a relation clause bound but bidirectional

prolog prolog-cut

Replacing prolog base case with recursive call

recursion prolog

Doubly Linked List in Prolog

Combinations of multiple lists - Prolog

list prolog

Unexpected result for predicate nb_setarg/3

How do return both a variable result and a true/false in Prolog?

Avoid linear cost of append/3 in Prolog

prolog dcg

How to sort by letters *and* numbers in prolog?

prolog

Forward chaining in YAP Prolog?

prolog

Does Prolog have an "if and only if" operator?

prolog

Strange results for list manipulation

prolog prolog-dif

Index of first element greater than X (Prolog)

list prolog clpfd

Does prolog have a spread/splat/*args operator?

Prolog integer comparison fails with error_type error

prolog

All possible knight positions in n moves - infinite loop in prolog