summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/theory/strings/inference_manager.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/theory/strings/inference_manager.cpp b/src/theory/strings/inference_manager.cpp
index cb0c807cc..772444f90 100644
--- a/src/theory/strings/inference_manager.cpp
+++ b/src/theory/strings/inference_manager.cpp
@@ -601,6 +601,7 @@ void InferenceManager::doPendingLemmas()
for (const Node& lc : d_pendingLem)
{
Trace("strings-pending") << "Process pending lemma : " << lc << std::endl;
+ ++(d_statistics.d_lemmasInfer);
d_out.lemma(lc);
}
for (const std::pair<const Node, bool>& prp : d_pendingReqPhase)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback