Add CLI option to choose model checker engine

This commit is contained in:
Leonardo Alt
2020-10-16 15:01:47 +01:00
parent 23314fc96c
commit 4e49135318
34 changed files with 315 additions and 12 deletions
+3 -1
View File
@@ -341,7 +341,9 @@ Input Description
"def": {
"MyContract": [ "abi", "evm.bytecode.opcodes" ]
}
}
},
// Choose which model checker engine to use: all (default), bmc, chc, none.
"modelCheckerEngine": "chc"
}
}