An open API service indexing awesome lists of open source software.

https://github.com/rugleb/prolog

Examples of programs written in Prolog language
https://github.com/rugleb/prolog

prolog prolog-programming-language swipl

Last synced: 4 months ago
JSON representation

Examples of programs written in Prolog language

Awesome Lists containing this project

README

          

### Some simple Prolog programs

Tasks were obtained in the course "Introduction to Artificial Intelligence".
A description is attached to each task in the source code.

### How to use?

1. Install `SWI-Prolog`.
2. Run command `swipl`.
3. Input `consult('task')` from `tasks` dir. Here `task` is programm name, example: `9_chess` (without `.pl`).

BMSTU.
Department of Systems of the Automated Designing (RK-6).
Master, 1 course.
2018.