pycryptosat: Python module of cryptominisat#

Description#

Build and install pycryptosat (Python frontend to CryptoMiniSat, which will be built if needed too).

CryptoMiniSat is a SAT solver that aims to become a premiere SAT solver with all the features and speed of successful SAT solvers, such as MiniSat and PrecoSat. The long-term goals of CryptoMiniSat are to be an efficient sequential, parallel and distributed solver. There are solvers that are good at one or the other, e.g. ManySat (parallel) or PSolver (distributed), but we wish to excel at all.

CryptoMiniSat 2.5 won the SAT Race 2010 among 20 solvers submitted by researchers and industry.

License#

MIT License

Upstream Contact#

Type#

optional

Dependencies#

Version Information#

requirements.txt:

pycryptosat

Equivalent System Packages#

$ conda install cryptominisat
$ brew install cryptominisat

See https://repology.org/project/cryptominisat/versions

If the system package is installed and if the (experimental) option --enable-system-site-packages is passed to ./configure, then ./configure will check if the system package can be used.