We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a321447 commit e9529acCopy full SHA for e9529ac
bin/versions
@@ -1,7 +1,7 @@
1
Z3_VERSION="4.8.12"
2
CVC4_VERSION="1.8"
3
YICES2_VERSION="2.6.2"
4
-BOOGIE_VERSION="2.9.6"
+BOOGIE_VERSION="3.5.1"
5
CORRAL_VERSION="1.1.8"
6
SYMBOOGLIX_COMMIT="ccb2e7f2b3"
7
LOCKPWN_COMMIT="12ba58f1ec"
share/smack/top.py
@@ -936,8 +936,7 @@ def verification_result(verifier_output, verifier):
936
def boogie_command(args):
937
command = ["boogie"]
938
command += [args.bpl_file]
939
- command += ["/doModSetAnalysis"]
940
- command += ["/useArrayTheory"]
+ command += ["/inferModifies"]
941
command += ["/timeLimit:%s" % args.time_limit]
942
command += ["/errorLimit:%s" % args.max_violations]
943
if not args.modular:
0 commit comments