summaryrefslogtreecommitdiff
path: root/src/theory/theory.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/theory.cpp')
-rw-r--r--src/theory/theory.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/theory/theory.cpp b/src/theory/theory.cpp
index afd311bf2..cde65aa0f 100644
--- a/src/theory/theory.cpp
+++ b/src/theory/theory.cpp
@@ -83,5 +83,10 @@ void Theory::printFacts(std::ostream& os) const {
}
}
+void Theory::debugPrintFacts() const{
+ cout << "Theory::debugPrintFacts()" << endl;
+ printFacts(cout);
+}
+
}/* CVC4::theory namespace */
}/* CVC4 namespace */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback