https://github.com/TakehideSoh/SAF
Tip revision: 3b45819df15225431050eeb48c1a31ffdd580af7 authored by Daniel Le Berre on 22 June 2023, 20:02:19 UTC
Typo in README
Typo in README
Tip revision: 3b45819
newdelete.cpp
#include "../../src/cadical.hpp"
int main () {
CaDiCaL::Solver * solver = new CaDiCaL::Solver ();
delete solver;
return 0;
}
