summaryrefslogtreecommitdiff
path: root/src/theory/theory_engine.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/theory_engine.cpp')
-rw-r--r--src/theory/theory_engine.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/theory/theory_engine.cpp b/src/theory/theory_engine.cpp
index cf29039ff..647a40999 100644
--- a/src/theory/theory_engine.cpp
+++ b/src/theory/theory_engine.cpp
@@ -167,7 +167,8 @@ void TheoryEngine::finishInit() {
}
// Initialize the model
- d_eeDistributed->initializeModel(d_curr_model);
+ // !!!! temporary, will be part of combination engine initialization
+ d_eeDistributed->initializeModel(d_curr_model, nullptr);
// set the core equality engine on quantifiers engine
if (d_logicInfo.isQuantified())
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback