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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/theory/theory_state.h b/src/theory/theory_state.h
index 58a66ef46..cc58347bf 100644
--- a/src/theory/theory_state.h
+++ b/src/theory/theory_state.h
@@ -47,6 +47,8 @@ class TheoryState
context::UserContext* getUserContext() const;
/** Get the environment */
Env& getEnv() const { return d_env; }
+ /** Get the options */
+ const Options& options() const { return getEnv().getOptions(); }
//-------------------------------------- equality information
/** Is t registered as a term in the equality engine of this class? */
virtual bool hasTerm(TNode a) const;
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback