You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Alan Aversa c441188f8d academic/cryptominisat: Added (SAT solver). 7 years ago
..
README academic/cryptominisat: Added (SAT solver). 7 years ago
cryptominisat.SlackBuild academic/cryptominisat: Added (SAT solver). 7 years ago
cryptominisat.info academic/cryptominisat: Added (SAT solver). 7 years ago
slack-desc academic/cryptominisat: Added (SAT solver). 7 years ago

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.