summaryrefslogtreecommitdiff
path: root/src/theory/theory_model.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/theory_model.h')
-rw-r--r--src/theory/theory_model.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/theory/theory_model.h b/src/theory/theory_model.h
index 4b27aeacb..b0952538a 100644
--- a/src/theory/theory_model.h
+++ b/src/theory/theory_model.h
@@ -255,6 +255,7 @@ protected:
typedef std::hash_set<Node, NodeHashFunction> NodeSet;
/** process build model */
+ virtual void preProcessBuildModel(TheoryModel* m, bool fullModel);
virtual void processBuildModel(TheoryModel* m, bool fullModel);
/** normalize representative */
Node normalize(TheoryModel* m, TNode r, std::map<Node, Node>& constantReps, bool evalOnly);
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback