From 6f9186c6eac5ce04c6ff3318e807909031528f59 Mon Sep 17 00:00:00 2001 From: Clark Barrett Date: Tue, 1 Sep 2015 13:07:05 -0700 Subject: [PATCH] Fixed but with getAssertions --- src/smt/smt_engine.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/smt/smt_engine.cpp b/src/smt/smt_engine.cpp index 1a9887e93..6511f689a 100644 --- a/src/smt/smt_engine.cpp +++ b/src/smt/smt_engine.cpp @@ -4401,6 +4401,7 @@ void SmtEngine::printSynthSolution( std::ostream& out ) { vector SmtEngine::getAssertions() throw(ModalException) { SmtScope smts(this); finalOptionsAreSet(); + doPendingPops(); if(Dump.isOn("benchmark")) { Dump("benchmark") << GetAssertionsCommand(); } -- 2.30.2