Skip to content

pramodsu/pyLingeling

 
 

Repository files navigation

pyLingeling

Lingeling SAT Solver Python Wrapper.

Based on the pyPicoSAT wrapper written by Andrea Micheli and Marco Gario.

The wrapper is written using SWIG and in lingeling_python.i.

Installation

$ ./build.sh
$ python setup.py build
$ python setup.py install --user

Demo Code

To see a demo of how to you can use the "raw" lingeling API, see demo.py.

To see a demo of how you can use the MiniSAT-like wrapper around the lingeling API see solver_demo.py.

Contact

I am Pramod Subramanyan. You can email me at firstname.lastname@gmail.com.

If you are running into bugs, please create a GitHub issue.

About

Lingeling SAT Solver Python Wrapper

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 98.9%
  • Other 1.1%