Release 2.0.0
Release matching the CAV'24 tool paper on CaDiCaL 2.0.
-
We have now a
contrib
directory and for starters there our
CadiCraig
interpolator, which goes through theTracer
API. -
We moved back to use the C99 flexible array member feature in
Clause
which however is not supported by all C++ compiler
configurations, particularly if compiling in pedantic mode.
Therefore theconfigure
script checks for support of flexible
array members and also has a new--no-flexible
option. -
Added
Dockerfile
to support docker containers. -
Added
--no-status
to skip printings SATISFIABLE
ors UNSATISFIABLE
.
This is useful for online proof checking.