summaryrefslogtreecommitdiff
path: root/src/theory/theory.h
diff options
context:
space:
mode:
authorajreynol <andrew.j.reynolds@gmail.com>2016-07-06 13:33:55 -0500
committerajreynol <andrew.j.reynolds@gmail.com>2016-07-06 13:33:55 -0500
commit673bb476c2a1b51abbc95acb0afaf4e3b8a9feb7 (patch)
treeff5b597fe15afaeb83eae9e32d732f6bf27bff67 /src/theory/theory.h
parentcbc5adb5d4f131ea6bf9a40b0c27fecf67353b4d (diff)
Add comment field for model, resolves hack for printing sep logic models.
Diffstat (limited to 'src/theory/theory.h')
-rw-r--r--src/theory/theory.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/theory/theory.h b/src/theory/theory.h
index 81062d67a..3f9514364 100644
--- a/src/theory/theory.h
+++ b/src/theory/theory.h
@@ -593,7 +593,9 @@ public:
* class.
*/
virtual void collectModelInfo( TheoryModel* m, bool fullModel ){ }
-
+ /** if theories want to print something as a comment before model printing, do it here */
+ virtual void collectModelComments( TheoryModel* m ){ }
+
/**
* Return a decision request, if the theory has one, or the NULL node
* otherwise.
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback