rugleb / prolog

Examples of programs written in Prolog language

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Examples of programs written in Prolog language

License:MIT License


Languages

Language:Prolog 100.0%