summaryrefslogtreecommitdiff
path: root/src/proof
diff options
context:
space:
mode:
authorAlex Ozdemir <aozdemir@hmc.edu>2020-03-16 12:36:07 -0700
committerAlex Ozdemir <aozdemir@hmc.edu>2020-03-16 16:52:50 -0700
commiteb15f0e13412935f3ec2517c5a09c169657e7c74 (patch)
tree026fe8715a69d81e889238e3b8b5690793762e9b /src/proof
parentd6b04a419b5b8032ac715d4318a907ae871209f6 (diff)
Remove AlwaysAssert(false) for hole.
Diffstat (limited to 'src/proof')
-rw-r--r--src/proof/arith_proof.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/proof/arith_proof.cpp b/src/proof/arith_proof.cpp
index 2660f723f..7b56c176f 100644
--- a/src/proof/arith_proof.cpp
+++ b/src/proof/arith_proof.cpp
@@ -1156,7 +1156,6 @@ void LFSCArithProof::printTheoryLemmaProof(std::vector<Expr>& lemma,
}
else
{
- AlwaysAssert(false) << "arith hole!";
os << "\n; Arithmetic proofs which use reasoning more complex than Farkas "
"proofs and bound tightening are currently unsupported\n"
"(clausify_false trust)\n";
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback