-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcredits.shtml
514 lines (499 loc) · 16.7 KB
/
credits.shtml
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
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<!--
Design by http://www.bluewebtemplates.com
Released for free under a Creative Commons Attribution 3.0 License
-->
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>SMT-LIB The Satisfiability Modulo Theories Library</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<link href="style.css" rel="stylesheet" type="text/css" />
<!-- CuFon: Enables smooth pretty custom font rendering. 100% SEO friendly. To disable, remove this section -->
<script type="text/javascript" src="js/cufon-yui.js"></script>
<script type="text/javascript" src="js/arial.js"></script>
<script type="text/javascript" src="js/cuf_run.js"></script>
<!-- CuFon ends -->
<link href="code-prettify/prettify.css" type="text/css" rel="stylesheet" />
<script src="code-prettify/run_prettify.js?lang=smtlib&skin=desert"></script>
</head>
<body>
<div class="main">
<div class="header">
<div class="header_resize">
<div class="menu_nav">
<ul>
<li><a href="index.shtml">Home</a></li>
<li><a href="about.shtml">About</a></li>
<li><a href="news.shtml">News</a></li>
<li><a href="standard.shtml">Standard</a></li>
<li><a href="benchmarks.shtml">Benchmarks</a></li>
<li><a href="software.shtml">Software</a></li>
<li class="active"><a href="credits.shtml">Credits</a></li>
</ul>
</div>
<div class="clr"></div>
<div class="logo">
<h1><a href="index.shtml">SMT-LIB <br/>
<small>The Satisfiability Modulo Theories Library</small></a>
</h1>
</div>
</div>
</div>
<div class="content">
<div class="content_resize">
<div class="mainbar">
<div class="article">
<h2>Credits </h2>
<ul class="ex_menu">
<li><a href="#citing">Citing SMT-LIB</a>
<li><a href="#players">Major Players</a>
<li><a href="#suggestions">Suggestions and Feedback</a>
<li><a href="#benchmarks">Benchmarks</a>
<li><a href="#funding">Funding</a>
<li><a href="#website">Web Site</a>
</ul>
<a name="citing"></a>
<h3>Citing SMT-LIB </h3>
To cite SMT-LIB as a whole the best would be to use something like the following:
<p>
<cite>
Clark Barrett, Pascal Fontaine, and Cesare Tinelli.
The Satisfiability Modulo Theories Library (SMT-LIB),
<tt>www.SMT-LIB.org</tt>. 2016.
[<a href="http://www.cs.uiowa.edu/~tinelli/biblio/BarFT-SMTLIB.bib">BibTeX entry</a>]
</cite>
</p>
To cite a publication on the the SMT-LIB format specifically, please use:
<p>
<cite>
Clark Barrett, Aaron Stump, and Cesare Tinelli.
The SMT-LIB Standard - Version 2.0.
Proceedings of the 8th International Workshop on Satisfiability Modulo Theories
(Edinburgh, England), 2010.
[<a href="http://www.cs.uiowa.edu/~tinelli/biblio/BarST-SMT-10.bib">BibTeX entry</a>]
</cite>
</p>
<a name="players"></a>
<h3>Major Players</h3>
<p>The SMT-LIB initiative was created by
<a href="http://st.fbk.eu/SilvioRanise">
Silvio Ranise</a>
and
<a href="http://www.cs.uiowa.edu/%7Etinelli">
Cesare Tinelli</a>
in 2002, after a proposal made at
<a href="http://www.mrg.dist.unige.it/conferences/frocos2002/">
FroCoS 2002</a>
by <a href="http://st.fbk.eu/AlessandroArmando">
Alessandro Armando</a>.
</p>
<p>
The initiative is currently co-ordinated by
<a href="http://www.cs.nyu.edu/~barrett/">
Clark Barrett</a>,
<a href="http://www.loria.fr/~fontaine/">
Pascal Fontaine</a>,
and
Cesare Tinelli.
Previous coordinators include
Silvio Ranise and
<a href="http://www.cs.uiowa.edu/~astump/">
Aaron Stump</a>.
</p>
<h4>Benchmarks</h4>
<p>
The SMT-LIB benchmark collection is co-managed by
Clark Barrett,
Pascal Fontaine,
<a href="https://cs.stanford.edu/~niemetz/">Aina Niemetz</a>,
<a href="https://cs.stanford.edu/~preiner/">Mathias Preiner</a>, and
<a href="https://team.inria.fr/veridis/schurr/">Hans-Jörg Schurr</a>.
Previous benchmark managers include
<a href="http://research.microsoft.com/en-us/um/people/leonardo/">Leonardo de Moura</a>,
and
<a href="http://research.microsoft.com/en-us/people/cwinter/">Christoph Wintersteiger</a>.
Since 2022, new benchmarks are checked for compliance with the Dolmen tool developed by
<a href="https://gbury.eu">Guillaume Bury</a>.
The collection is currently hosted on a <a href="https://clc-gitlab.cs.uiowa.edu:2443/explore/groups">GitLab server</a> at the <a href="http://www.uiowa.edu/">University of Iowa</a>.
The server was initially set up and populated by <a href="https://mebsout.github.io/">Alain Mebsout</a>.
Until 2013, the benchmark collection was co-managed by
Clark Barrett and <a href="http://cs.nyu.edu/~mdeters/">Morgan Deters</a>.
The querying and browsing interface for that, now discontinued, collection was developed and maintained by Morgan Deters.
<br><br>
An official copy of the benchmarks is also available on the <a href="https://www.starexec.or">StarExec</a> solver execution service.
</p>
<h4>SMT-COMP</h4>
<p>
A great impulse to the growth of the benchmark collection and to SMT-LIB as a whole has
been given by the affiliated solver competition <a href="http://www.smt-comp.org">SMT-COMP</a>.
Past and present organizers of SMT-COMP include
<a href="http://homepages.dcc.ufmg.br/~hbarbosa/">Haniel Barbosa</a>,
Clark Barrett,
<a href="https://it.linkedin.com/in/robertobruttomesso">Roberto Bruttomesso</a>,
David Cok,
<a href="https://www.lri.fr/~conchon/">Sylvain Conchon</a>,
<a href="https://www.sites.google.com/site/deharbe/">David Deharbe</a>,
Morgan Deters,
<a href="https://es.fbk.eu/people/griggio/">Alberto Griggio</a>,
Liana Hadarean,
<a href="https://swt.informatik.uni-freiburg.de/staff/heizmann">Matthias Heizmann</a>,
<a href="https://jochen-hoenicke.de/">Jochen Hoenicke</a>,
<a href="https://www.inf.usi.ch/postdoc/hyvarinen/">Antti Hyvarinen</a>,
Leonardo de Moura,
<a href="https://cs.stanford.edu/people/niemetz">Aina Niemetz</a>,
<a href="http://www.lsi.upc.edu/~oliveras/">Albert Oliveras</a>,
<a href="http://www.cs.man.ac.uk/~regerg/index.html">Giles Reger</a>,
Aaron Stump,
and
<a href="http://user.it.uu.se/~tjawe125/">Tjark Weber</a>.
</p>
<a name="suggestions"></a>
<h3>Suggestions and Feedback</h3>
<p>
The following additional people have contributed to the initiative over the years
with their suggestions and feedback on the SMT-LIB standard, the library, or
the solver competition (we apologize in advance for any omissions):
</p>
<p>
Peter Andrews,
Alessandro Armando,
Domagoj Babić,
Kshitij Bansal,
François Bobot,
Adrian Bock,
Sergey Berezin,
Murphy Berzish,
Nikolaj Bjørner,
Maria Paola Bonacina,
Sascha Boehme,
Alessandro Cimatti,
Adrien Champion,
Jürgen Christ,
David Cok,
Christopher Conway,
David Deharbe,
Morgan Deters,
Bruno Dutertre,
Levent Erkok,
Kousha Etessami,
Pascal Fontaine,
Anders Franzen,
Andrew Gacek,
Vijay Ganesh,
Amit Goel,
Alberto Griggio,
Jim Grundy,
John Harrison,
Matthias Heizmann,
Jochen Hoenicke,
Joxan Jaffar,
Predrag Janičić,
Paul Jackson,
Tim King,
Joseph Kiniry,
Daniel Kröning,
Sava Krstić,
Viktor Kuncak,
Pierre van de Laar,
Shuvendu Lahiri,
Vincent Langenfeld,
Florian Lapschies,
Anthony Lin,
Tianyi Liang,
Dan Liew,
Nuno Lopes,
Jinpeng Lv,
Claude Marchè,
Paulo Matos,
John Matthews,
Raphaël Michel,
David Monniaux,
Michał Moskal,
Jose Meseguer,
Leonardo de Moura,
Greg Nelson,
Ilkka Niemela,
Aina Niemetz,
Robert Nieuwenhuis,
Andres Nötzli,
Albert Oliveras,
Frank Pfenning,
Gabriele Paganelli,
Andrew Reynolds,
Cody Roux,
Philipp Rümmer,
Harald Rueß,
James Saxe,
Florian Schanda,
Roberto Sebastiani,
Sanjit Seshia,
Natarajan Shankar,
Eli Singerman,
Fabio Somenzi,
Ofer Strichman,
Geoff Sutcliffe,
Moshe Vardi,
Margus Veanes,
Andrei Voronkov,
Johannes Waldmann,
Tjark Weber,
Georg Weissenbacher,
Christoph Wintersteiger.
</p>
<a name="benchmarks"></a>
<h3>Benchmarks</h3>
<p>
The following people have also directly or indirectly contributed to SMT-LIB by
providing benchmarks natively in SMT-LIB format, or
translating existing benchmarks for us into SMT-LIB or similar formats, or
more generally making their benchmarks available to the research community
(we apologize in advance for any omissions):
</p>
<p>
Nicolas Amat,
Domagoj Babić,
Nicolas Beauger,
Armin Biere,
Nikolaj Bjørner,
Miquel Bofill,
Russell Bradford,
Aaron Bradley,
Brian Brady,
Martin Bromberger,
Geoffrey Brown,
Robert Brummayer,
Roberto Bruttomesso,
Randy Bryant,
Sebastian Buchwald,
Thomas Bunk,
Rick Butler,
Claudio Castellini,
Alex Coffin,
James Davenport,
Morgan Deters,
Michael Decoster,
David Deharbe,
Stefan Disch,
Bruno Dutertre,
Matthew England,
Levent Erkok,
Matteo Favaro,
Jean-Christophe Filliâtre,
Bernd Fischer,
Pascal Fontaine,
Andreas Fried,
Malay Ganai,
Vijay Ganesh,
Alexandre Gonzalvez,
Yeting Ge,
Bernhard Gleiss,
Patrice Godefroid,
Aman Goel,
Gert-Martin Greuel,
Alberto Griggio,
Matthias Güdemann,
Sumit Gulwani,
Trevor Hansen,
Matthias Heizmann,
Keijo Heljanko,
Andre Henning,
Julien Henry,
Jochen Hoenicke,
Anastasiia Izycheva,
Paul Jackson,
Ivan Jager,
Tomi Janhunen,
Fuqi Jia,
Jie-Hong Roland Jiang,
Andrew Jones,
Dejan Jovanović,
Johannes Kanig,
Gergely Kovasznai,
Hyondeuk Kim,
Tim King,
Daniel Kröning,
Wolfgang Kunz,
Stefan Kupferschmid,
Shuvendu Lahiri,
Rustan Leino,
Bohan Li,
Rhishikesh Limaye,
Nuno Lopes,
Fred Maris,
John Matthews,
Claude Marchè,
David Molnar,
Makai Mann,
Panagiotis Manolios,
Michał Moskal,
Leonardo de Moura,
Yannick Moy,
Casey Mulligan,
Ilkka Niemela,
Robert Nieuwenhuis,
Andres Nötzli,
Alex Ozdemir,
Kazuhiro Ogata,
Albert Oliveras,
Hristina Palikareva,
Lee Pike,
Lorenzo Platania,
Andre Platzer,
Florian Pigorsch,
Elizabeth Polgreen,
Hernán Ponce de Leon,
Mathias Preiner,
Shaz Qaader,
Jan-David Quesel,
Zvonimir Rakamaric,
Andrew Reynolds,
Miguel del Rio Almajano
Enric Rodriguez-Carbonell,
John Rushby,
Johann-Tobias Schäg,
Maria Schett,
Michael Schidlowsky,
Johannes Schoisswohl,
Christoph Scholl,
Hans-Jörg Schurr,
Sanjit Seshia,
Hossein Sheini,
Da Shen,
Jiae Shin,
Saurabh Srivastava,
Maria Sorea,
Volker Sorge,
Dominik Stoffel,
Ofer Strichman,
Christoph Sticksel,
Aaron Stump,
Geoff Sutcliffe,
Naoyuki Tamura,
Nestan Tsiskaridze,
Aaron Tomb,
Zak Tonks,
Ali Uncu,
Miroslav Velev,
Ramarathnam Venkatesan,
Alexey Vishnyakov,
Johannes Waldmann,
Angela Wallenburg,
Tjark Weber,
Markus Wedler,
Philipp Wendler,
Oliver Wienand,
Christoph Wintersteiger,
Clifford Wolf,
Dennis Yurichev,
Harald Roman Zankl,
Yoni Zohar,
the <a href="http://www.averest.org/">Averest</a> team,
<a href="http://www.calypto.com/">Calypto Design Systems</a>,
the <a href="http://www.cs.nyu.edu/acsys/cvcl/">CVC Lite</a> team,
the <a href="http://cvc4.cs.stanford.edu/web/">CVC4</a> team,
the <a href="http://bach.istc.kobe-u.ac.jp/csp2sat/">CSP2SAT</a> team,
the <a href="http://harvey.loria.fr/">HarVey</a> team,
the <a href="http://mathsat.itc.it/">MathSAT</a> team,
the <a href="http://miplib.zib.de/">MIPLIB</a> team,
the <a href="http://www.csl.sri.com/projects/sal/">SAL</a> team,
the Simplify team,
the <a href="http://www.event-b.org/">Rodin</a> team,
the <a href="http://www.cs.miami.edu/~tptp/">TPTP</a> team,
the <a href="http://www.cs.cmu.edu/~uclid/">UCLID</a> team,
the <a href="http://www.cs.wisc.edu/wisa">WiSA</a> team.
</p>
<a name="funding"></a>
<h3>Funding</h3>
<p>
The work on SMT-LIB has been partially supported over the years by the following companies and institutions:
<ul>
<li>
the <a href="http://www.nsf.gov">
National Science Foundation</a>,
2006-2008
(with grants 0551646, 0551645 and 0551697)
</li>
<li>
the <a href="http://obermann.uiowa.edu/">
Obermann Center for Advanced Studies</a>,
2007
</li>
<li>
<a href="http://www.intel.com/">
Intel Corporation</a>,
2005, 2006
</li>
<li>
<a href="http://www.src.org/">
Semiconductor Research Corporation</a>,
2008-9
(with grant 2008-TJ-1850)
</li>
</ul>
</p>
<a name="website"></a>
<h3>Web Site</h3>
<p>
This site was developed and is currently maintained by
Cesare Tinelli,
with contributions from Clark Barrett, Pascal Fontaine,
Matthias Preiner, and Hans-Jörg Schurr.
</p>
<p>
<em>Any opinions, findings and conclusions or recommendations expressed in this site are those of the authors and do not necessarily reflect the views of the funding institutions or corporations.
</em>
</p>
</div>
</div>
<div class="sidebar">
<div class="gadget">
<ul class="sb_menu">
<li><a href="index.shtml">Home</a></li>
<li><a href="about.shtml">About</a></li>
<li><a href="news.shtml">News</a></li>
<li>Standard
<ul class="ex_menu">
<li><a href="language.shtml">Language</a>
<li><a href="theories.shtml">Theories</a>
<li><a href="logics.shtml">Logics</a>
<li><a href="examples.shtml">Examples</a>
</ul>
</li>
<li><a href="benchmarks.shtml">Benchmarks</a></li>
<li>Software
<ul class="ex_menu">
<li><a href="solvers.shtml">Solvers</a></li>
<li><a href="utilities.shtml">Utilities</a></li>
</ul>
</li>
<li><a href="contact.shtml">Contact</a></li>
<li><a href="related.shtml">Related</a></li>
<li><a href="credits.shtml">Credits</a></li>
</ul>
</div>
</div>
</div>
</div>
<div class="clr"></div>
<div class="footer">
<div class="footer_resize">
<p class="lf">
© Copyright The SMT-LIB Initiative <br>
Based on a design by
Blue <a href="http://www.bluewebtemplates.com">Web Templates</a>
</p>
<ul class="fmenu">
<li><a href="index.shtml">Home</a></li>
<li><a href="about.shtml">About</a></li>
<li><a href="news.shtml">News</a></li>
<li><a href="standard.shtml">Standard</a></li>
<li><a href="benchmarks.shtml">Benchmarks</a></li>
<li><a href="software.shtml">Software</a></li>
<li class="active"><a href="credits.shtml">Credits</a></li>
</ul>
<div class="clr"></div>
</div>
</div>
</div>
</body>
</html>