= CryptoMiniSat = == 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 == * GNU General Public License Version 3 or later (see src/COPYING) == Maintainers == * Martin Albrecht == Upstream Contact == * Authors: Mate Soos * Email: soos.mate@gmail.com * Website: http://www.msoos.org/cryptominisat2 == Special Update/Build Instructions == CryptoMiniSat's tarball is called cmsat-VERSION.tar.gz and unpacks to cmsat-VERSION. It should be unpacked, renamed to cryptominisat-VERSION and repackaged.