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:
@@ -24,7 +24,7 @@ using namespace dev::solidity;
|
||||
|
||||
ModelChecker::ModelChecker(ErrorReporter& _errorReporter, map<h256, string> const& _smtlib2Responses):
|
||||
m_bmc(m_context, _errorReporter, _smtlib2Responses),
|
||||
m_context(m_bmc.solver())
|
||||
m_context()
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user