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.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/theory/theory_engine.h b/src/theory/theory_engine.h
index a3779f0e8..a8fe52498 100644
--- a/src/theory/theory_engine.h
+++ b/src/theory/theory_engine.h
@@ -709,6 +709,12 @@ public:
*/
theory::EqualityStatus getEqualityStatus(TNode a, TNode b);
+ /**
+ * Retruns the value that a theory that owns the type of var currently
+ * has (or null if none);
+ */
+ Node getModelValue(TNode var);
+
private:
/** Default visitor for pre-registration */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback