-
Notifications
You must be signed in to change notification settings - Fork 98
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
13 additions
and
21 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# 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 registering a foreign function |
This file was deleted.
Oops, something went wrong.