summaryrefslogtreecommitdiff
path: root/src/theory/theory_state.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/theory_state.h')
-rw-r--r--src/theory/theory_state.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/theory/theory_state.h b/src/theory/theory_state.h
index 4ae381e78..633937991 100644
--- a/src/theory/theory_state.h
+++ b/src/theory/theory_state.h
@@ -74,6 +74,11 @@ class TheoryState
/** Returns true if lit is a SAT literal. */
virtual bool isSatLiteral(TNode lit) const;
+ /**
+ * Returns pointer to model. This model is only valid during last call effort
+ * check.
+ */
+ TheoryModel* getModel();
protected:
/** Pointer to the SAT context object used by the theory. */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback