From eb15f0e13412935f3ec2517c5a09c169657e7c74 Mon Sep 17 00:00:00 2001 From: Alex Ozdemir Date: Mon, 16 Mar 2020 12:36:07 -0700 Subject: [PATCH] Remove AlwaysAssert(false) for hole. --- src/proof/arith_proof.cpp | 1 - 1 file changed, 1 deletion(-) 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"; -- 2.30.2