mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
EncodingContext's solver needs to be set dynamically
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user