Go to file
Fedora Release Engineering 186b987498 Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2023-01-19 00:51:49 +00:00
.gitignore New upstream release. 2018-07-10 21:22:52 -06:00
README.md Remove . from %%cmake invocation to fix FTBFS (rhbz#2060821). 2022-03-04 10:51:40 -07:00
cvc4-bash-patsub-replacement.patch Add -bash-patsub-replacement patch to fix FTBFS. 2022-10-11 14:54:00 -06:00
cvc4-cryptominisat.patch Version 1.8. Drop upstreamed patches: -abc, -swig4, -drat. 2020-08-03 18:34:38 -06:00
cvc4-do-not-use-gold.diff Switch to ld.bfd so that package notes work without workarounds 2022-01-22 12:19:10 +01:00
cvc4-dup-decl.patch Add -dup-decl patch to fix FTBFS with recent LFSC versions. 2021-01-20 21:58:43 -07:00
cvc4-flags.patch Version 1.8. Drop upstreamed patches: -abc, -swig4, -drat. 2020-08-03 18:34:38 -06:00
cvc4-toml.patch Add -bash-patsub-replacement patch to fix FTBFS. 2022-10-11 14:54:00 -06:00
cvc4.spec Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild 2023-01-19 00:51:49 +00:00
sources Version 1.8. Drop upstreamed patches: -abc, -swig4, -drat. 2020-08-03 18:34:38 -06:00

README.md

cvc4

CVC4 is an efficient open-source automatic theorem prover for satisfiability modulo theories (SMT) problems. It can be used to prove the validity (or, dually, the satisfiability) of first-order formulas in a large number of built-in logical theories and their combination.

CVC4 is the fourth in the Cooperating Validity Checker family of tools (CVC, CVC Lite, CVC3) but does not directly incorporate code from any previous version. A joint project of NYU and U Iowa, CVC4 aims to support the features of CVC3 and SMT-LIBv2 while optimizing the design of the core system architecture and decision procedures to take advantage of recent engineering and algorithmic advances.

CVC4 is intended to be an open and extensible SMT engine, and it can be used as a stand-alone tool or as a library, with essentially no limit on its use for research or commercial purposes.