Move modelCheckerSettings out of settings in StandardCompiler

This commit is contained in:
Leonardo Alt
2020-10-19 10:39:06 +01:00
parent 6c9db334c6
commit b67ade5163
7 changed files with 30 additions and 16 deletions
+4 -1
View File
@@ -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"
}
}