summaryrefslogtreecommitdiff
path: root/src/proof/theory_proof.cpp
diff options
context:
space:
mode:
authorClark Barrett <barrett@cs.nyu.edu>2016-06-23 16:55:09 -0700
committerClark Barrett <barrett@cs.nyu.edu>2016-06-23 16:55:44 -0700
commitbb25c992db15b8c6316af80ba32f2ffa0add0781 (patch)
tree64facc5b6cbbd21dddad71a1b263e99dea5684cd /src/proof/theory_proof.cpp
parentc167446c59939a56f10f853e7d33a92fc16df460 (diff)
Fixed some warnings, fixed bug in cdhashmap that was crashing cdmap_black,
re-enabled cdmap_black.
Diffstat (limited to 'src/proof/theory_proof.cpp')
-rw-r--r--src/proof/theory_proof.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/proof/theory_proof.cpp b/src/proof/theory_proof.cpp
index 634b2b738..a000bb8b3 100644
--- a/src/proof/theory_proof.cpp
+++ b/src/proof/theory_proof.cpp
@@ -620,7 +620,7 @@ void LFSCTheoryProofEngine::printTheoryLemmas(const IdToSatClause& lemmas,
}
}
- Assert(found);
+ AlwaysAssert(found);
Debug("pf::tp") << "Replacing theory assertion "
<< clause_expr[k]
<< " with "
@@ -729,7 +729,7 @@ void LFSCTheoryProofEngine::printTheoryLemmas(const IdToSatClause& lemmas,
}
}
- Assert(found);
+ AlwaysAssert(found);
Debug("pf::tp") << "Replacing theory assertion "
<< currentClauseExpr[k]
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback