summaryrefslogtreecommitdiff
path: root/src/theory/builtin
diff options
context:
space:
mode:
authorMathias Preiner <mathias.preiner@gmail.com>2021-03-16 13:30:21 -0700
committerGitHub <noreply@github.com>2021-03-16 20:30:21 +0000
commit4587d4000e2544765ce940c4bd3bcaec42ca6507 (patch)
tree958122d68cbee79760e644dd1979f9719244c9ba /src/theory/builtin
parent8c1138f4a076acdabae18bf3d6d088ac1ab10587 (diff)
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.
Diffstat (limited to 'src/theory/builtin')
-rw-r--r--src/theory/builtin/proof_checker.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/theory/builtin/proof_checker.cpp b/src/theory/builtin/proof_checker.cpp
index 5d05e5383..3e0eca128 100644
--- a/src/theory/builtin/proof_checker.cpp
+++ b/src/theory/builtin/proof_checker.cpp
@@ -426,7 +426,6 @@ Node BuiltinProofRuleChecker::checkInternal(PfRule id,
|| id == PfRule::TRUST_SUBS_MAP)
{
// "trusted" rules
- Assert(children.empty());
Assert(!args.empty());
Assert(args[0].getType().isBoolean());
return args[0];
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback