summaryrefslogtreecommitdiff
path: root/src/theory/theory_engine.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/theory_engine.h')
-rw-r--r--src/theory/theory_engine.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/theory/theory_engine.h b/src/theory/theory_engine.h
index aae6fce17..eed58864a 100644
--- a/src/theory/theory_engine.h
+++ b/src/theory/theory_engine.h
@@ -711,7 +711,8 @@ public:
* collect model info
*/
void collectModelInfo( theory::TheoryModel* m, bool fullModel );
- void collectModelComments( theory::TheoryModel* m );
+ /** post process model */
+ void postProcessModel( theory::TheoryModel* m );
/**
* Get the current model
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback