cryptominisat: A SAT solver#
Description#
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#
Authors: Mate Soos
Email: soos.mate@gmail.com
Website: http://www.msoos.org/
Special Update/Build Instructions#
CryptoMiniSat’s tarball downloaded from github is called VERSION.tar.gz and should be renamed to cryptominisat-VERSION.tar.gz Its Python module is installed by the pycryptosat spkg.
Type#
optional
Dependencies#
Version Information#
package-version.txt:
5.8.0
Equivalent System Packages#
conda:
$ conda install cryptominisat
homebrew:
$ brew install cryptominisat
See https://repology.org/project/cryptominisat/versions
However, these system packages will not be used for building Sage because spkg-configure.m4 has not been written for this package; see trac ticket #27330