Remove AlwaysAssert(false) for hole.
authorAlex Ozdemir <aozdemir@hmc.edu>
Mon, 16 Mar 2020 19:36:07 +0000 (12:36 -0700)
committerAlex Ozdemir <aozdemir@hmc.edu>
Mon, 16 Mar 2020 23:52:50 +0000 (16:52 -0700)
src/proof/arith_proof.cpp

index 2660f723fdd8e2cb8979d24131484466cfc3b3e2..7b56c176ff2385c02f0b04f3aa3df320190034cc 100644 (file)
@@ -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";