vampire-sys 0.5.2

Low-level FFI bindings to the Vampire theorem prover (use the 'vampire' crate instead)
Documentation
1
2
3
4
5
6
#include "../../src/cadical.hpp"
int main () {
  CaDiCaL::Solver *solver = new CaDiCaL::Solver ();
  delete solver;
  return 0;
}