summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-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