ci: Enable checking of proofs + unsat cores. (#6088)
authorMathias Preiner <mathias.preiner@gmail.com>
Tue, 16 Mar 2021 20:30:21 +0000 (13:30 -0700)
committerGitHub <noreply@github.com>
Tue, 16 Mar 2021 20:30:21 +0000 (20:30 +0000)
commit4587d4000e2544765ce940c4bd3bcaec42ca6507
tree958122d68cbee79760e644dd1979f9719244c9ba
parent8c1138f4a076acdabae18bf3d6d088ac1ab10587
ci: Enable checking of proofs + unsat cores. (#6088)

This commit refactors the run_regression.py script and adds options for enabling/disabling checking of proofs and unsat cores. Both options are enabled by default and disabled for each corresponding CI build.
.github/workflows/ci.yml
CMakeLists.txt
src/theory/builtin/proof_checker.cpp
test/regress/regress0/nl/sqrt.smt2
test/regress/regress0/nl/sqrt2-value.smt2
test/regress/regress0/seq/seq-expand-defs.smt2
test/regress/regress1/quantifiers/qid-debug-inst.smt2
test/regress/regress1/strings/issue3657-unexpectedUnsatCVC4.smt2
test/regress/run_regression.py