mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Add comment
This commit is contained in:
parent
48c3a5c225
commit
7be6b54fc7
@ -44,6 +44,8 @@ namespace solidity
|
|||||||
class ModelChecker
|
class ModelChecker
|
||||||
{
|
{
|
||||||
public:
|
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(
|
ModelChecker(
|
||||||
langutil::ErrorReporter& _errorReporter,
|
langutil::ErrorReporter& _errorReporter,
|
||||||
std::map<h256, std::string> const& _smtlib2Responses,
|
std::map<h256, std::string> const& _smtlib2Responses,
|
||||||
|
Loading…
Reference in New Issue
Block a user