projects
/
cvc5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4d61b02
)
Fixed but with getAssertions
author
Clark Barrett
<barrett@cs.nyu.edu>
Tue, 1 Sep 2015 20:07:05 +0000
(13:07 -0700)
committer
Clark Barrett
<barrett@cs.nyu.edu>
Tue, 1 Sep 2015 20:07:05 +0000
(13:07 -0700)
src/smt/smt_engine.cpp
patch
|
blob
|
history
diff --git
a/src/smt/smt_engine.cpp
b/src/smt/smt_engine.cpp
index 1a9887e93d53f08f99dc4f9a28c4f16a4c67bb51..6511f689ae2bdeffda67bbbeee716c464aeb1b3f 100644
(file)
--- a/
src/smt/smt_engine.cpp
+++ b/
src/smt/smt_engine.cpp
@@
-4401,6
+4401,7
@@
void SmtEngine::printSynthSolution( std::ostream& out ) {
vector<Expr> SmtEngine::getAssertions() throw(ModalException) {
SmtScope smts(this);
finalOptionsAreSet();
+ doPendingPops();
if(Dump.isOn("benchmark")) {
Dump("benchmark") << GetAssertionsCommand();
}