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
#include "../../src/cadical.hpp"
int main () {
  CaDiCaL::Solver *solver = new CaDiCaL::Solver ();
  delete solver;
  return 0;
}