Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 526 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 526 Bytes

PySwip Examples

This directory contains examples for PySwip.

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

  • (clp) coins/ : Moved to pyswip.examples.coins package
  • (clp) draughts/
  • hanoi/ : Moved to pyswip.examples.sudoku package
  • (clp) sendmoremoney/ : If, SEND * MORE = MONEY, what is S, E, N, D, M, O, R, Y?
  • (clp) sudoku/ : Moved to pyswip.examples.sudoku package
  • create_term.py : Shows creating a Prolog term
  • register_foreign.py : Shows registering a foreign function