Prepare build system for Z3.

This commit is contained in:
chriseth
2017-08-23 17:37:35 +02:00
parent b3f8ed457a
commit c9cf24458b
4 changed files with 57 additions and 25 deletions
+3
View File
@@ -76,6 +76,9 @@ bool SMTChecker::visit(FunctionDefinition const& _function)
void SMTChecker::endVisit(FunctionDefinition const&)
{
// TOOD we could check for "reachability", i.e. satisfiability here.
// We only handle local variables, so we clear everything.
// If we add storage variables, those should be cleared differently.
m_currentSequenceCounter.clear();
m_interface.pop();
m_currentFunction = nullptr;
}