This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
2012-10-08 18:27:05 +01:00
..
2012-10-08 18:27:05 +01:00
2012-10-08 18:27:05 +01:00
2010-06-01 00:33:32 +01:00
2012-10-08 18:27:05 +01:00
2012-10-08 18:27:05 +01:00
2012-10-08 18:27:05 +01:00
2012-10-08 18:27:05 +01:00
2010-06-01 00:33:32 +01:00
2010-06-01 00:33:32 +01:00

PySWIP Examples
===============

This directory contains examples for PySWIP.

The ones marked with (clp) requires clp library of SWI-Prolog.

+ (clp) coins/
+ (clp) draughts/
+ hanoi/ : towers of Hanoi
+ (clp) sendmoremoney/ : if, SEND + MORE = MONEY, what is S, E, N, D, M, O, R, Y?
+ (clp) sudoku/ : Sudoku solver (Prolog code is contributed by Markus Triska)
+ create_term.py : shows creating a Prolog term
+ register_foreign.py : shows how to call PL_register_foreign