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.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/theory/theory.h b/src/theory/theory.h
index 5b2032430..94cf9accd 100644
--- a/src/theory/theory.h
+++ b/src/theory/theory.h
@@ -516,6 +516,11 @@ public:
virtual EqualityStatus getEqualityStatus(TNode a, TNode b) { return EQUALITY_UNKNOWN; }
/**
+ * Return the model value of the give shared term (or null if not avalilable.
+ */
+ virtual Node getModelValue(TNode var) { return Node::null(); }
+
+ /**
* Check the current assignment's consistency.
*
* An implementation of check() is required to either:
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback