summaryrefslogtreecommitdiff
path: root/src/theory/theory_engine.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/theory_engine.h')
-rw-r--r--src/theory/theory_engine.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/theory/theory_engine.h b/src/theory/theory_engine.h
index 8f534a62c..633d52a32 100644
--- a/src/theory/theory_engine.h
+++ b/src/theory/theory_engine.h
@@ -387,6 +387,8 @@ class TheoryEngine {
*/
theory::LemmaStatus lemma(TNode node, bool negated, bool removable);
+ RemoveITE& d_iteRemover;
+
/** Time spent in theory combination */
TimerStat d_combineTheoriesTime;
@@ -399,7 +401,7 @@ class TheoryEngine {
public:
/** Constructs a theory engine */
- TheoryEngine(context::Context* context, context::UserContext* userContext, const LogicInfo& logic);
+ TheoryEngine(context::Context* context, context::UserContext* userContext, RemoveITE& iteRemover, const LogicInfo& logic);
/** Destroys a theory engine */
~TheoryEngine();
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback