Skip to content

Commit

Permalink
Update web interface for cReferee
Browse files Browse the repository at this point in the history
Avoid warning about library mode if there is a main function.
  • Loading branch information
Heizmann committed Aug 2, 2023
1 parent b6c7953 commit 43d58d8
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 9 deletions.
5 changes: 2 additions & 3 deletions releaseScripts/website-config/backend/settings_whitelist.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,8 @@
"Use bitvectors instead of ints",
"Memory model",
"Adapt memory model on pointer casts if necessary",
"Entry function"


"Entry function",
"Report unsoundness warnings"
],
"de.uni_freiburg.informatik.ultimate.plugins.generator.buchiautomizer": [
"Try twofold refinement",
Expand Down
9 changes: 9 additions & 0 deletions releaseScripts/website-config/frontend/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -1617,6 +1617,15 @@ const _CONFIG = {
"type": "bool",
"key": "Adapt memory model on pointer casts if necessary"
}
{
"plugin_id": "de.uni_freiburg.informatik.ultimate.plugins.generator.cacsl2boogietranslator",
"default": false,
"visible": false,
"name": "Report unsoundness warnings",
"id": "cacsl2boogietranslator_report_unsoundness_warnings",
"type": "bool",
"key": "Report unsoundness warnings"
},
]
},
{
Expand Down
5 changes: 2 additions & 3 deletions trunk/source/WebBackend/settings_whitelist.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,8 @@
"Use bitvectors instead of ints",
"Memory model",
"Adapt memory model on pointer casts if necessary",
"Entry function"


"Entry function",
"Report unsoundness warnings"
],
"de.uni_freiburg.informatik.ultimate.plugins.generator.buchiautomizer": [
"Try twofold refinement",
Expand Down
5 changes: 2 additions & 3 deletions trunk/source/WebBackend/settings_whitelist.json.dist
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,8 @@
"Use bitvectors instead of ints",
"Memory model",
"Adapt memory model on pointer casts if necessary",
"Entry function"


"Entry function",
"Report unsoundness warnings"
],
"de.uni_freiburg.informatik.ultimate.plugins.generator.buchiautomizer": [
"Try twofold refinement",
Expand Down
9 changes: 9 additions & 0 deletions trunk/source/WebsiteStatic/config/config.dist.js
Original file line number Diff line number Diff line change
Expand Up @@ -1617,6 +1617,15 @@ const _CONFIG = {
"type": "bool",
"key": "Adapt memory model on pointer casts if necessary"
}
{
"plugin_id": "de.uni_freiburg.informatik.ultimate.plugins.generator.cacsl2boogietranslator",
"default": false,
"visible": false,
"name": "Report unsoundness warnings",
"id": "cacsl2boogietranslator_report_unsoundness_warnings",
"type": "bool",
"key": "Report unsoundness warnings"
},
]
},
{
Expand Down

0 comments on commit 43d58d8

Please sign in to comment.