mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Move modelCheckerSettings out of settings in StandardCompiler
This commit is contained in:
@@ -342,8 +342,11 @@ Input Description
|
||||
"MyContract": [ "abi", "evm.bytecode.opcodes" ]
|
||||
}
|
||||
},
|
||||
},
|
||||
"modelCheckerSettings":
|
||||
{
|
||||
// Choose which model checker engine to use: all (default), bmc, chc, none.
|
||||
"modelCheckerEngine": "chc"
|
||||
"engine": "chc"
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user