Add comment

This commit is contained in:
Leonardo Alt 2019-12-04 17:31:39 +01:00
parent 48c3a5c225
commit 7be6b54fc7

View File

@ -44,6 +44,8 @@ namespace solidity
class ModelChecker
{
public:
/// @param _enabledSolvers represents a runtime choice of which SMT solvers
/// should be used, even if all are available. The default choice is to use all.
ModelChecker(
langutil::ErrorReporter& _errorReporter,
std::map<h256, std::string> const& _smtlib2Responses,