Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in prolog

How to remove solutions from a Prolog program

prolog

How to print out all the solutions in Prolog?

prolog

How do I make a variable empty in Prolog?

prolog

How can I split a list in Prolog to several lists containing 3 items?

list split prolog items

Creating a Prolog Query and Answer System

prolog

Finding all nodes connected to a vertex in Prolog

Prolog - Check if two lists have the same elements except one

list prolog prolog-dif

Numerical comparision in Einstein Riddle

prolog zebra-puzzle

Dynamic union find algorithm in Prolog

prolog union-find

How to pattern match wrapped variables in PROLOG without the cut?

convert same function/concept of C++ to prolog

c++ input io prolog

Asserting and retracting to emulate global variables

Prolog: Trying to solve a puzzle! returned false

Prolog: check if two lists have the same elements

Even sized list in Prolog

list prolog

retrieve the whole fact based on query providing an element in a list inside the fact

prolog

Prolog: Constraining the elements of a list to be within a range

ASP Hamiltonian Cycle Story

How to generate the language of all binary strings of length n-1 using a DCG in Prolog

prolog

A function that counts the number '1's, '2's and '3's in a list, with count represented as, for example, s(s(s(0))) = 3

prolog