-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
293 lines (276 loc) · 16.3 KB
/
Copy pathindex.html
File metadata and controls
293 lines (276 loc) · 16.3 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>ARCH-COMP - International Competition on Verifying Continuous and Hybrid Systems</title>
<meta name="description" content="ARCH-COMP is the friendly international competition for the verification of continuous and hybrid systems, held annually since 2017 as part of the ARCH workshop. Seven categories spanning reachability, falsification, stochastic models, and neural network control.">
<link rel="canonical" href="https://arch-comp.github.io/">
<meta name="theme-color" content="#2563eb">
<!-- Open Graph -->
<meta property="og:type" content="website">
<meta property="og:site_name" content="ARCH-COMP">
<meta property="og:title" content="ARCH-COMP - Applied Verification of Continuous and Hybrid Systems">
<meta property="og:description" content="The friendly international competition for the verification of continuous and hybrid systems, held annually since 2017.">
<meta property="og:url" content="https://arch-comp.github.io/">
<meta property="og:image" content="https://arch-comp.github.io/images/og-card.png">
<meta property="og:image:width" content="1200">
<meta property="og:image:height" content="630">
<!-- Twitter -->
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="ARCH-COMP - Applied Verification of Continuous and Hybrid Systems">
<meta name="twitter:description" content="The friendly international competition for the verification of continuous and hybrid systems, held annually since 2017.">
<meta name="twitter:image" content="https://arch-comp.github.io/images/og-card.png">
<!-- Icons -->
<link rel="icon" href="images/favicon.ico" sizes="any">
<link rel="icon" href="images/favicon.svg" type="image/svg+xml">
<link rel="apple-touch-icon" href="images/apple-touch-icon.png">
<link rel="stylesheet" href="styles.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap" rel="stylesheet">
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@graph": [
{
"@type": "Organization",
"@id": "https://arch-comp.github.io/#organization",
"name": "ARCH-COMP",
"alternateName": "International Competition on Verifying Continuous and Hybrid Systems",
"url": "https://arch-comp.github.io/",
"logo": "https://arch-comp.github.io/images/apple-touch-icon.png",
"sameAs": ["https://github.com/ARCH-COMP", "https://cps-vo.org/group/ARCH", "https://gitlab.com/goranf/ARCH-COMP"]
},
{
"@type": "Event",
"name": "ARCH-COMP 2027 - Friendly Competition on Verifying Continuous and Hybrid Systems",
"startDate": "2027-06-02",
"eventAttendanceMode": "https://schema.org/OnlineEventAttendanceMode",
"eventStatus": "https://schema.org/EventScheduled",
"url": "https://arch-comp.github.io/participate.html",
"location": {
"@type": "VirtualLocation",
"url": "https://cps-vo.org/group/ARCH"
},
"organizer": { "@id": "https://arch-comp.github.io/#organization" }
}
]
}
</script>
</head>
<body>
<a href="#main" class="skip-link">Skip to main content</a>
<header class="header">
<div class="container">
<div class="header-content">
<a href="#hero" class="logo" aria-label="ARCH-COMP home">
<img src="images/logo-white.svg" alt="ARCH" class="logo-img" width="300" height="100">
<span class="logo-word">ARCH-COMP</span>
</a>
<p class="tagline">Applied Verification of Continuous and Hybrid Systems</p>
</div>
<nav class="nav" aria-label="Primary">
<ul class="nav-list">
<li><a href="#about">About</a></li>
<li><a href="#categories">Categories</a></li>
<li><a href="#organizers">Organizers</a></li>
<li><a href="#contact">Contact</a></li>
<li class="nav-sep" aria-hidden="true"></li>
<li><a href="participate.html" class="to-page">Participate</a></li>
<li><a href="editions.html" class="to-page">Editions</a></li>
</ul>
</nav>
</div>
</header>
<main class="main" id="main">
<section id="hero" class="hero">
<div class="container">
<div class="hero-content">
<h1 class="hero-title">Advancing Verification of Continuous and Hybrid Systems</h1>
<p class="hero-description">
ARCH-COMP is the friendly international competition for the verification of continuous
and hybrid systems. Held annually since 2017 as part of the ARCH workshop, it brings
together tool developers across seven categories — from reachability analysis to
falsification, stochastic models, and neural network control — on a shared,
reproducible set of benchmarks.
</p>
<div class="hero-buttons">
<a href="participate.html" class="btn btn-primary">Call for Participation</a>
<a href="#categories" class="btn btn-secondary">Explore Categories</a>
</div>
</div>
</div>
</section>
<section id="about" class="about">
<div class="container">
<h2 class="section-title">About ARCH-COMP</h2>
<div class="about-content">
<div class="about-text">
<p>
ARCH-COMP is the annual <strong>friendly competition</strong> of the
<a href="https://cps-vo.org/group/ARCH" class="researcher-link" target="_blank" rel="noopener">ARCH workshop</a>
(Applied Verification for Continuous and Hybrid Systems), which since 2014 has focused on
transferring verification techniques for cyber-physical systems from theory to practice.
Since 2017, the competition has evaluated and compared state-of-the-art verification tools
on a curated, openly available collection of benchmarks.
</p>
<p>
Each category is coordinated by dedicated organizers who agree on benchmarks and metrics
with the participants. All results are made <strong>repeatable</strong>: participants submit
installation and execution scripts (typically containerized) so that every reported result
can be independently reproduced. Category reports are published each year in the
<em>EPiC Series in Computing</em>.
</p>
<div class="about-cta">
<a href="participate.html" class="btn btn-primary">Call to Participate</a>
<a href="https://arch.repeatability.cps.cit.tum.de/" class="btn btn-secondary" target="_blank" rel="noopener">Submission Platform</a>
</div>
</div>
<div class="about-stats">
<div class="stat">
<span class="stat-number">7</span>
<span class="stat-label">Competition Categories</span>
</div>
<div class="stat">
<span class="stat-number">40+</span>
<span class="stat-label">Participating Tools</span>
</div>
<div class="stat">
<span class="stat-number">10</span>
<span class="stat-label">Editions (2017–2026)</span>
</div>
</div>
</div>
</div>
</section>
<section id="categories" class="repositories">
<div class="container">
<h2 class="section-title">Competition Categories</h2>
<p class="section-description">
ARCH-COMP is organized into seven categories, each coordinated by dedicated leads who agree on
benchmarks and metrics with the participants. Not every category runs in every edition.
</p>
<div class="repo-grid">
<div class="repo-card">
<h3 class="repo-year">Linear Dynamics</h3>
<p class="section-text">Reachability and safety verification of continuous and hybrid systems with linear (affine) dynamics.</p>
<p class="cat-lead"><strong>Lead:</strong> Matthias Althoff (TU Munich)</p>
</div>
<div class="repo-card">
<h3 class="repo-year">Nonlinear Dynamics</h3>
<p class="section-text">Reachability analysis for continuous and hybrid systems governed by nonlinear ODEs.</p>
<p class="cat-lead"><strong>Lead:</strong> Luca Geretti (University of Verona)</p>
</div>
<div class="repo-card">
<h3 class="repo-year">Piecewise Constant Dynamics</h3>
<p class="section-text">Verification of hybrid automata with piecewise constant (rectangular) dynamics.</p>
<p class="cat-lead"><strong>Lead:</strong> Lei Bu (Nanjing University)</p>
</div>
<div class="repo-card">
<h3 class="repo-year">AI & Neural Network Control (AINNCS)</h3>
<p class="section-text">Verification of closed-loop systems whose controllers are neural networks.</p>
<p class="cat-lead"><strong>Lead:</strong> Taylor T. Johnson (Vanderbilt University)</p>
</div>
<div class="repo-card">
<h3 class="repo-year">Stochastic Models</h3>
<p class="section-text">Verification and controller synthesis for stochastic and probabilistic dynamical systems.</p>
<p class="cat-lead"><strong>Lead:</strong> Abolfazl Lavaei (Newcastle University)</p>
</div>
<div class="repo-card">
<h3 class="repo-year">Falsification</h3>
<p class="section-text">Finding counterexamples to temporal-logic specifications for cyber-physical systems.</p>
<p class="cat-lead"><strong>Lead:</strong> Ivan Porres (Åbo Akademi University)</p>
</div>
<div class="repo-card">
<h3 class="repo-year">Hybrid Programs</h3>
<p class="section-text">Deductive verification and theorem proving for hybrid programs.</p>
<p class="cat-lead"><strong>Lead:</strong> Stefan Mitsch (DePaul University)</p>
</div>
</div>
</div>
</section>
<section id="organizers" class="participants">
<div class="container">
<h2 class="section-title">Organizers</h2>
<p class="section-description">
ARCH-COMP is run by a team of general chairs together with the leads of each category.
</p>
<div class="committee-grid">
<div class="committee-role">
<h4>General Chairs</h4>
<p>
<a href="https://ensta-paris.fr/" class="researcher-link" target="_blank" rel="noopener">Goran Frehse</a> (ENSTA, IP Paris),
<a href="https://www.ce.cit.tum.de/en/cps/members/prof-dr-ing-matthias-althoff/" class="researcher-link" target="_blank" rel="noopener">Matthias Althoff</a> (TU Munich)
</p>
</div>
<div class="committee-role">
<h4>Evaluation Chairs</h4>
<p>
<a href="https://www.taylortjohnson.com/" class="researcher-link" target="_blank" rel="noopener">Taylor T. Johnson</a> (Vanderbilt University),
<a href="https://toladner.github.io/" class="researcher-link" target="_blank" rel="noopener">Tobias Ladner</a> (TU Munich),
<a href="https://www.ce.cit.tum.de/cps/members/nico-holzinger-msc/" class="researcher-link" target="_blank" rel="noopener">Nico Holzinger</a> (TU Munich)
</p>
</div>
<div class="committee-role">
<h4>Publication Chair</h4>
<p>
<a href="https://www.di.univr.it/?ent=persona&id=32338" class="researcher-link" target="_blank" rel="noopener">Luca Geretti</a> (University of Verona)
</p>
</div>
</div>
</div>
</section>
<section id="contact" class="contact">
<div class="container">
<h2 class="section-title">Get Involved</h2>
<div class="contact-content">
<div class="contact-info">
<h3>Join the Community</h3>
<p>
Interested in participating or contributing to ARCH-COMP? We welcome tool developers,
benchmark proposers, and researchers working on the verification of continuous, hybrid,
stochastic, and learning-enabled cyber-physical systems.
</p>
<ul class="contact-list">
<li>Email the organizers to get started</li>
<li>Contribute benchmarks and tools to a category</li>
<li>Submit a repeatability package</li>
<li>Participate in the annual competition</li>
</ul>
</div>
<div class="contact-links">
<a href="mailto:arch27-comp@easychair.org" class="contact-btn">Email the Organizers</a>
<a href="participate.html" class="contact-btn">Call for Participation</a>
<a href="https://arch.repeatability.cps.cit.tum.de/" class="contact-btn" target="_blank" rel="noopener">Submission Platform</a>
<a href="editions.html" class="contact-btn">Editions & Archive</a>
<a href="https://github.com/ARCH-COMP" class="contact-btn" target="_blank" rel="noopener">GitHub</a>
</div>
</div>
</div>
</section>
</main>
<footer class="footer">
<div class="container">
<div class="footer-content">
<div class="footer-info">
<h3>ARCH-COMP</h3>
<p>Applied Verification of Continuous and Hybrid Systems</p>
</div>
<nav class="footer-links" aria-label="Footer">
<a href="#about">About</a>
<a href="#categories">Categories</a>
<a href="#organizers">Organizers</a>
<a href="participate.html">Participate</a>
<a href="editions.html">Editions</a>
<a href="https://github.com/ARCH-COMP" target="_blank" rel="noopener">GitHub</a>
</nav>
</div>
<div class="footer-bottom">
<p>© 2027 ARCH-COMP. Content licensed under the MIT License.</p>
</div>
</div>
</footer>
<script src="script.js"></script>
</body>
</html>