Disable proofs for unsupported logics (#3327)
authoryoni206 <yoni206@users.noreply.github.com>
Thu, 3 Oct 2019 22:23:58 +0000 (15:23 -0700)
committerAndres Noetzli <andres.noetzli@gmail.com>
Thu, 3 Oct 2019 22:23:58 +0000 (15:23 -0700)
commit167947ab81094de28251bb885c8cf84e7168c43b
tree385bc47f48611c535309721c8b933f3117a2e9ed
parent76ddd08e3805ca262d732ce78db165272ef0852e
Disable proofs for unsupported logics (#3327)

This commit makes CVC4 complain if the user asked for proofs for an unsupported logic (in this contest, ALL is considered unsupported).
Changes in the regression script are introduced as well, in order to only request proofs for regressions in supported logics.
src/smt/smt_engine.cpp
test/regress/CMakeLists.txt
test/regress/regress0/proof_no_support.smt2 [new file with mode: 0644]
test/regress/run_regression.py