summaryrefslogtreecommitdiff
path: root/src/theory/theory.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/theory.h')
-rw-r--r--src/theory/theory.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/theory/theory.h b/src/theory/theory.h
index ede06fd2d..08505be66 100644
--- a/src/theory/theory.h
+++ b/src/theory/theory.h
@@ -642,6 +642,12 @@ public:
* Don't preprocess subterm of this term
*/
virtual bool ppDontRewriteSubterm(TNode atom) { return false; }
+
+ /** notify preprocessed assertions
+ * Called on new assertions after preprocessing before they are asserted to theory engine.
+ * Should not modify assertions.
+ */
+ virtual void ppNotifyAssertions( std::vector< Node >& assertions ) {}
/**
* A Theory is called with presolve exactly one time per user
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback