Skip to content

Commit

Permalink
More cleanup (#176)
Browse files Browse the repository at this point in the history
  • Loading branch information
yuce authored Oct 12, 2024
1 parent b0cb6c4 commit 349c02b
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 21 deletions.
1 change: 0 additions & 1 deletion ci-requirements.txt

This file was deleted.

14 changes: 0 additions & 14 deletions examples/README

This file was deleted.

13 changes: 13 additions & 0 deletions examples/README.md
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
6 changes: 0 additions & 6 deletions pyswip.bibtex

This file was deleted.

0 comments on commit 349c02b

Please sign in to comment.