summaryrefslogtreecommitdiff
path: root/src/theory/theory.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/theory.cpp')
-rw-r--r--src/theory/theory.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/theory/theory.cpp b/src/theory/theory.cpp
index 719239806..140f0de63 100644
--- a/src/theory/theory.cpp
+++ b/src/theory/theory.cpp
@@ -53,6 +53,7 @@ std::ostream& operator<<(std::ostream& os, Theory::Effort level){
}/* ostream& operator<<(ostream&, Theory::Effort) */
Theory::Theory(TheoryId id,
+ Environment* env,
context::Context* satContext,
context::UserContext* userContext,
OutputChannel& out,
@@ -71,6 +72,7 @@ Theory::Theory(TheoryId id,
d_quantEngine(NULL),
d_decManager(nullptr),
d_extTheory(NULL),
+ d_env(env),
d_checkTime(getStatsPrefix(id) + name + "::checkTime"),
d_computeCareGraphTime(getStatsPrefix(id) + name
+ "::computeCareGraphTime"),
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback