sat-solvers 0.1.1

Unified interface to multiple SAT solvers (CaDiCaL, MiniSat, Glucose, Lingeling, Kissat) with automatic source compilation
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
namespace CaDiCaL {

const char *version ();
const char *copyright ();
const char *authors ();
const char *affiliations ();
const char *signature ();
const char *identifier ();
const char *compiler ();
const char *date ();
const char *flags ();

} // namespace CaDiCaL