Skip to content

Commit

Permalink
disable unknown_function.call for c2po conf
Browse files Browse the repository at this point in the history
  • Loading branch information
reb-ddm committed Jul 31, 2024
1 parent 6de5039 commit 82d3802
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion conf/svcomp-c2po-no-maypointto.json
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,8 @@
"solver": "td3",
"sem": {
"unknown_function": {
"spawn": false
"spawn": false,
"call": false
},
"int": {
"signed_overflow": "assume_none"
Expand Down
3 changes: 2 additions & 1 deletion conf/svcomp-c2po.json
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,8 @@
"solver": "td3",
"sem": {
"unknown_function": {
"spawn": false
"spawn": false,
"call": false
},
"int": {
"signed_overflow": "assume_none"
Expand Down
3 changes: 2 additions & 1 deletion conf/svcomp-no-var-eq.json
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,8 @@
"solver": "td3",
"sem": {
"unknown_function": {
"spawn": false
"spawn": false,
"call": false
},
"int": {
"signed_overflow": "assume_none"
Expand Down

0 comments on commit 82d3802

Please sign in to comment.