Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in prolog

List - counting atoms related to their previous term

list prolog

Default working directory in SWI Prolog

macos prolog swi-prolog

Prolog internal variable names

prolog

Duplicate nth value from list

list prolog

How do I specify to Prolog that all the elements of a list have to be 1 or 0?

prolog: reduce then write the value of a predicate

prolog

How to determine whether two list have same element in prolog?

list prolog

Prolog: how to extract lists from complex term

list prolog

using call(G) vs using G without call/1

prolog

Prolog - first list is sublist of second list while maintaining order?

list prolog sublist

Prolog: Say how Prolog responds to the inquiry and draw a search tree for it ?- member(2, [2, a, X])

prolog

How to improve this code that looks for a specific number in a list?

prolog

How to represent "Alberich hates everyone but himself" in Prolog?

prolog

Handling prolog context free grammar

Generate a list based on constraint result, using Prolog's CLPFD

prolog constraints clpfd

Find binary search trees based on traversal in prolog

Conditional writing in Prolog

prolog

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

list prolog sudoku