slackbuilds/academic/cryptominisat
Heinz Wiesinger 63daf9f79a All: Support $PRINT_PACKAGE_NAME env var
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
2021-07-17 21:55:09 +02:00
..
README academic/cryptominisat: Added (SAT solver). 2018-09-14 09:26:36 +01:00
cryptominisat.SlackBuild All: Support $PRINT_PACKAGE_NAME env var 2021-07-17 21:55:09 +02:00
cryptominisat.info academic/cryptominisat: Updated for version 5.7.1. 2020-05-10 08:36:56 +07:00
slack-desc academic/cryptominisat: Added (SAT solver). 2018-09-14 09:26:36 +01:00

README

CryptoMiniSat SAT solver

This system provides CryptoMiniSat, an advanced SAT solver. The system
has 3 interfaces: command-line, C++ library and python. The command-line
interface takes a cnf as an input in the DIMACS format with the
extension of XOR clauses. The C++ interface mimics this except that it
allows for a more efficient system, with assumptions and multiple
solve() calls. A C compatible wrapper is also provided. The python
interface provides a high-level yet efficient API to use most of the C++
interface with ease.