projects
/
cvc5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c6216f4
)
init bug fix
author
Kshitij Bansal
<kshitij@cs.nyu.edu>
Fri, 25 May 2012 16:45:21 +0000
(16:45 +0000)
committer
Kshitij Bansal
<kshitij@cs.nyu.edu>
Fri, 25 May 2012 16:45:21 +0000
(16:45 +0000)
src/theory/theory_engine.cpp
patch
|
blob
|
history
diff --git
a/src/theory/theory_engine.cpp
b/src/theory/theory_engine.cpp
index 0ab188dc411896f751b9bea13ffcc9768754f5b4..d326d0bb75cfe7b25712d9ae93b3bf226ab67517 100644
(file)
--- a/
src/theory/theory_engine.cpp
+++ b/
src/theory/theory_engine.cpp
@@
-41,6
+41,7
@@
TheoryEngine::TheoryEngine(context::Context* context,
context::UserContext* userContext,
const LogicInfo& logicInfo)
: d_propEngine(NULL),
+ d_decisionEngine(NULL),
d_context(context),
d_userContext(userContext),
d_logicInfo(logicInfo),