Skip to content

Latest commit

 

History

History
46 lines (42 loc) · 2.86 KB

README.md

File metadata and controls

46 lines (42 loc) · 2.86 KB

chr_book

Valuable code and exercises about the book "Constraint Handling Rules (2009)" by Thom Frühwirth.

Note that most of the examples in this book cannot work directly in SWI-Prolog (e.g. incomplete code, lacking necessary rules and built-ins, not compatible with Prolog flattening style, using different operation semantics, bugs, etc). The major purpose of this repository is to make them work, followed by some experiments and extensions.

Selected Examples