Ledenel / pylog

pylog: an implementation of Prolog features in Python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Abstract (from WI 2020 paper)

We examine the history of Artificial Intelligence, from its audacious beginnings to the current day. We argue that constraint programming (a) is the rightful heir and modern-day descendent of that early work and (b) offers a more stable and reliable platform for AI than deep machine learning.

We offer a tutorial on constraint programming solvers that should be accessible to most software developers. We show how constraint programming works, how to implement constraint programming in Python, and how to integrate a Python constraint-programming solver with other Python code.

About

pylog: an implementation of Prolog features in Python


Languages

Language:Python 56.7%Language:TeX 42.5%Language:Prolog 0.8%