This commit is contained in:
Leo Alt
2021-05-26 22:12:49 +02:00
parent d828aeee23
commit f7b045b886
4 changed files with 24 additions and 4 deletions
+1
View File
@@ -947,6 +947,7 @@ void CHC::resetSourceAnalysis()
{
auto smtlib2Interface = dynamic_cast<CHCSmtLib2Interface*>(m_interface.get());
solAssert(smtlib2Interface, "");
smtlib2Interface->reset();
m_context.setSolver(smtlib2Interface->smtlib2Interface());
}