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 -1
View File
@@ -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()
{
}