projects
/
cvc5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
78f459b
)
rolling back r4625 for now (closes bug 464), Andy we should talk about this a bit...
author
Morgan Deters
<mdeters@gmail.com>
Mon, 26 Nov 2012 19:39:03 +0000
(19:39 +0000)
committer
Morgan Deters
<mdeters@gmail.com>
Mon, 26 Nov 2012 19:39:03 +0000
(19:39 +0000)
src/smt/smt_engine.cpp
patch
|
blob
|
history
diff --git
a/src/smt/smt_engine.cpp
b/src/smt/smt_engine.cpp
index 03834825de9406e29c300e227f25039c53a60421..5ea16f20f22089a18843049295ecdc3ca783384c 100644
(file)
--- a/
src/smt/smt_engine.cpp
+++ b/
src/smt/smt_engine.cpp
@@
-2641,7
+2641,7
@@
void SmtEngine::addToModelCommandAndDump(const Command& c, bool userVisible, con
// decouple SmtEngine and ExprManager if the user does a few
// ExprManager::mkSort() before SmtEngine::setOption("produce-models")
// and expects to find their cardinalities in the model.
- if(
userVisible &&
(!d_fullyInited || options::produceModels())) {
+ if(
/* userVisible && */
(!d_fullyInited || options::produceModels())) {
doPendingPops();
d_modelCommands->push_back(c.clone());
}