[here goes a gif explaining what this repository is about]
setlog-picat is a pure implementation of {log} (read setlog) in picat. This work is related to the {log} project.
{log} project aims at the design and development of a Constraint Logic Programming language that embodies the fundamental forms of set designation and a number of primitive operations for set management.
{log} is a language for binary relations over sets.
Below you will find everything you need to know about this setlog implementation. Start form the install section if you want to play with the setlog solver, type in some formulas and see the magic.
- Install the Picat engine following the install procedure here.
- Download the setlog engine for picat
git clone https://github.com/lparolari/setlog-picat-draft.git
cd setlog-picat-draft
$ picat # start picat interpreter.
$ Picat> cl(setlog). # compile and load the setlog module into picat
$ Picat> setlog. # start setlog intepreter.
$ {log} => Enter your formula here...
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request :D
Luca Parolari <[email protected]>
This project is licensed under MIT license. See LICENSE.txt file for details.