Only save farkas+tightening proofs. Error on holes
[cvc5.git] / src / proof / arith_proof.cpp
index 7deb22d48c05deaa1016077667ab3c49a862f044..2660f723fdd8e2cb8979d24131484466cfc3b3e2 100644 (file)
@@ -1156,8 +1156,10 @@ void LFSCArithProof::printTheoryLemmaProof(std::vector<Expr>& lemma,
   }
   else
   {
+    AlwaysAssert(false) << "arith hole!";
     os << "\n; Arithmetic proofs which use reasoning more complex than Farkas "
-          "proofs are currently unsupported\n(clausify_false trust)\n";
+          "proofs and bound tightening are currently unsupported\n"
+          "(clausify_false trust)\n";
   }
 }