summaryrefslogblamecommitdiffstats
path: root/academic/cryptominisat/README
blob: e87a6c10a4bb3faec66e88f08435d82223dfbc60 (plain) (tree)
1
2
3
4
5
6
7
8
9
10









                                                                        
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.