Skip to content

Commit 0604c03

Browse files
committed
Update configuration to the one used for server runs
1 parent 6333f93 commit 0604c03

File tree

1 file changed

+10
-6
lines changed

1 file changed

+10
-6
lines changed

conf/svcomp25.json

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -65,16 +65,19 @@
6565
"congruence",
6666
"octagon",
6767
"wideningThresholds",
68-
"loopUnrollHeuristic",
6968
"memsafetySpecification",
7069
"noOverflows",
7170
"termination",
7271
"tmpSpecialAnalysis"
7372
]
74-
}
73+
},
74+
"wp": true
7575
},
7676
"exp": {
77-
"region-offsets": true
77+
"region-offsets": true,
78+
"arg": {
79+
"enabled": true
80+
}
7881
},
7982
"solver": "td3",
8083
"sem": {
@@ -90,10 +93,11 @@
9093
},
9194
"witness": {
9295
"yaml": {
93-
"enabled": true,
96+
"enabled": false,
9497
"format-version": "2.0",
9598
"entry-types": [
96-
"invariant_set"
99+
"invariant_set",
100+
"violation_sequence"
97101
],
98102
"invariant-types": [
99103
"loop_invariant"
@@ -102,7 +106,7 @@
102106
"invariant": {
103107
"loop-head": true,
104108
"after-lock": false,
105-
"other": false,
109+
"other": true,
106110
"accessed": false,
107111
"exact": true
108112
}

0 commit comments

Comments
 (0)