projects
/
cvc5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d6b04a4
)
Remove AlwaysAssert(false) for hole.
author
Alex Ozdemir
<aozdemir@hmc.edu>
Mon, 16 Mar 2020 19:36:07 +0000
(12:36 -0700)
committer
Alex Ozdemir
<aozdemir@hmc.edu>
Mon, 16 Mar 2020 23:52:50 +0000
(16:52 -0700)
src/proof/arith_proof.cpp
patch
|
blob
|
history
diff --git
a/src/proof/arith_proof.cpp
b/src/proof/arith_proof.cpp
index 2660f723fdd8e2cb8979d24131484466cfc3b3e2..7b56c176ff2385c02f0b04f3aa3df320190034cc 100644
(file)
--- 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";