slackbuilds/academic/cryptominisat
alaNOn_aversa@lavabSPAMit.com 1db33d4321
academic/cryptominisat: Fix build.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2024-03-24 17:43:58 +07:00
..
README
cryptominisat.SlackBuild academic/cryptominisat: Fix build. 2024-03-24 17:43:58 +07:00
cryptominisat.info academic/cryptominisat: Updated for version 5.11.21. 2024-03-19 13:05:29 +07:00
slack-desc

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.