From: Alex Ozdemir Date: Mon, 16 Mar 2020 19:36:07 +0000 (-0700) Subject: Remove AlwaysAssert(false) for hole. X-Git-Tag: cvc5-1.0.0~3482 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=eb15f0e13412935f3ec2517c5a09c169657e7c74;p=cvc5.git Remove AlwaysAssert(false) for hole. --- 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& 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";