summaryrefslogtreecommitdiff
path: root/src/smt/env_obj.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/smt/env_obj.h')
-rw-r--r--src/smt/env_obj.h9
1 files changed, 6 insertions, 3 deletions
diff --git a/src/smt/env_obj.h b/src/smt/env_obj.h
index 75b97fda9..b240b4852 100644
--- a/src/smt/env_obj.h
+++ b/src/smt/env_obj.h
@@ -70,9 +70,6 @@ class EnvObj
const std::unordered_map<Node, Node>& visited,
bool useRewriter = true) const;
- /** Get the current logic information. */
- const LogicInfo& logicInfo() const;
-
/** Get the options object (const version only) via Env. */
const Options& options() const;
@@ -82,6 +79,12 @@ class EnvObj
/** Get a pointer to the UserContext via Env. */
context::UserContext* userContext() const;
+ /** Get the resource manager owned by this Env. */
+ ResourceManager* resourceManager() const;
+
+ /** Get the current logic information. */
+ const LogicInfo& logicInfo() const;
+
/** Get the statistics registry via Env. */
StatisticsRegistry& statisticsRegistry() const;
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback