Skip to content

Latest commit

 

History

History
38 lines (22 loc) · 799 Bytes

README.rst

File metadata and controls

38 lines (22 loc) · 799 Bytes

python-minisat - MiniSat Solver wrapper module for Python

python-minisat is Python binding for MiniSat.

Installation

  • Using setuptools/distribute

    $ easy_install python-minisat
    
  • Using pip

    $ pip install python-minisat
    
  • From source

    $ python setup.py install
    

References

Copyright

Copyright (c) 2011 Taku Fukushima. All rights reserved.

License

python-minisat is MIT Lisense

If you'd like to know more detail, check COPYRIGHT in source.