summaryrefslogtreecommitdiff
path: root/src/theory/theory_engine.cpp
diff options
context:
space:
mode:
authorLiana Hadarean <lianahady@gmail.com>2013-10-07 23:52:21 -0400
committerLiana Hadarean <lianahady@gmail.com>2013-10-07 23:52:21 -0400
commitba8efaff308ef1eb14ec40dd74e0e18c16126d2c (patch)
tree6be32d8b470b21a5ce5b6da35c53fdcbc39eeaea /src/theory/theory_engine.cpp
parent867e79e0823c689889224078dfaebec03aee9730 (diff)
fixed some bugs
Diffstat (limited to 'src/theory/theory_engine.cpp')
-rw-r--r--src/theory/theory_engine.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/theory/theory_engine.cpp b/src/theory/theory_engine.cpp
index 78710e4b9..84bbbc179 100644
--- a/src/theory/theory_engine.cpp
+++ b/src/theory/theory_engine.cpp
@@ -46,6 +46,8 @@
#include "theory/rewriterules/efficient_e_matching.h"
+#include "proof/proof_manager.h"
+
using namespace std;
using namespace CVC4;
@@ -138,6 +140,7 @@ TheoryEngine::TheoryEngine(context::Context* context,
StatisticsRegistry::registerStat(&d_combineTheoriesTime);
d_true = NodeManager::currentNM()->mkConst<bool>(true);
d_false = NodeManager::currentNM()->mkConst<bool>(false);
+ PROOF (ProofManager::currentPM()->initTheoryProof(); );
}
TheoryEngine::~TheoryEngine() {
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback