15 lines
473 B
Plaintext
15 lines
473 B
Plaintext
|
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
|