EncodingContext's solver needs to be set dynamically

This commit is contained in:
Leonardo Alt
2019-07-08 14:40:15 +02:00
parent 035fde2932
commit 01570bbc8c
4 changed files with 20 additions and 8 deletions
+1
View File
@@ -49,6 +49,7 @@ void BMC::analyze(SourceUnit const& _source, shared_ptr<Scanner> const& _scanner
m_scanner = _scanner;
m_context.setSolver(m_interface);
m_context.clear();
_source.accept(*this);