README 532 B

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