Skip to content

Commit

Permalink
Remove ULTIMATE prefix for tools (#610)
Browse files Browse the repository at this point in the history
  • Loading branch information
schuessf committed Apr 4, 2023
1 parent f733508 commit 3b46a93
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions trunk/source/WebsiteStatic/config/config.dist.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ const _CONFIG = {
tools: [
{
// name: A Human readable name of this tool. Used as Heading in the frontend.
name: "ULTIMATE Automizer",
name: "Automizer",
// id: A mandatory unique id for the tool.
id: "automizer",
// description: Frontend description.
Expand Down Expand Up @@ -114,7 +114,7 @@ const _CONFIG = {
logo_url: "img/tool_logo.png",
},
{
name: "ULTIMATE Büchi Automizer",
name: "Büchi Automizer",
id: "buechi_automizer",
description: "Termination analysis based on Büchi automata.",
languages: ["Boogie", "C"],
Expand All @@ -134,7 +134,7 @@ const _CONFIG = {
]
},
{
name: "ULTIMATE Kojak",
name: "Kojak",
id: "kojak",
description: "A software model checker.",
languages: ["Boogie", "C"],
Expand All @@ -154,7 +154,7 @@ const _CONFIG = {
]
},
{
name: "ULTIMATE Taipan",
name: "Taipan",
id: "taipan",
description: "Verification of safety properties using trace abstraction and abstract interpretation on path programs.",
languages: ["Boogie", "C"],
Expand Down Expand Up @@ -1038,7 +1038,7 @@ const _CONFIG = {
]
},
{
name: "ULTIMATE LTL Automizer",
name: "LTL Automizer",
id: "ltl_automizer",
description: "An LTL software model checker based on Büchi programs.",
languages: ["C"],
Expand Down Expand Up @@ -1285,7 +1285,7 @@ const _CONFIG = {
]
},
{
name: "ULTIMATE Lasso Ranker",
name: "Lasso Ranker",
id: "lasso_ranker",
description: "Synthesis of ranking functions and nontermination arguments.",
languages: ["Boogie", "C"],
Expand All @@ -1305,7 +1305,7 @@ const _CONFIG = {
]
},
{
name: "ULTIMATE Automata Library",
name: "Automata Library",
id: "automata_library",
description: "Nested Word Automta, Büchi Nested Word Automta, Petri Net, Alternating Finite Automata, Tree Automata.",
languages: ["Automata_script"],
Expand All @@ -1319,7 +1319,7 @@ const _CONFIG = {
]
},
{
name: "ULTIMATE Petri Automizer",
name: "Petri Automizer",
id: "perti_automizer",
description: "Petri net-based analysis of concurrent programs.",
languages: ["Boogie"],
Expand All @@ -1333,7 +1333,7 @@ const _CONFIG = {
]
},
{
name: "ULTIMATE Referee",
name: "Referee",
id: "referee",
description: "Checking validity of given invariants.",
languages: ["Boogie", "C"],
Expand All @@ -1353,7 +1353,7 @@ const _CONFIG = {
]
},
{
name: "ULTIMATE Eliminator",
name: "Eliminator",
id: "eliminator",
description: "Run SMT script.",
languages: ["Smt"],
Expand Down

0 comments on commit 3b46a93

Please sign in to comment.