-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsolvers.shtml
218 lines (204 loc) · 7.33 KB
/
solvers.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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<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 class="active"><a href="software.shtml">Software</a></li>
<li><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">
<a name="solvers"><h2>SMT Solvers</h2></a>
<p>This is an incomplete list of publicly available SMT solvers.
Please contact us if you have or know of another solver not listed here.
</p>
<h3>Current Systems</h3>
<p>
To our knowledge, the following systems (listed alphabetically) were
under active development in 2018:
<a href="http://ergo.lri.fr/">
Alt-Ergo</a>,
<a href="http://aprove.informatik.rwth-aachen.de/">
AProVE</a>,
<a href="http://fmv.jku.at/boolector/">
Boolector</a>,
<a href="http://cs.nyu.edu/acsys/cvc4/">
CVC4</a>,
<a href="http://mathsat.fbk.eu/">
MathSAT 5</a>,
<a href="https://minkeyrink.com">
Minkeyrink</a>,
<a href="http://verify.inf.usi.ch/content/opensmt2">
OpenSMT 2</a>,
<a href="https://github.com/martinjonas/Q3B">
Q3B</a>,
<a href="http://ultimate.informatik.uni-freiburg.de/smtinterpol/">
SMTInterpol</a>,
<a href="http://smtrat.github.io/">
SMT-RAT</a>,
<a href="http://stp.github.io/">
STP</a>,
<a href="http://www.verit-solver.org/">
veriT</a>,
<a href="http://yices.csl.sri.com/">
Yices 2</a>,
<a href="https://github.com/Z3Prover/z3/wiki">
Z3</a>.
</p>
<h3>Older Systems</h3>
<p>To our knowledge, the following systems are no longer current
as their development has been discontinued.
They are included for historical reasons and comparison purposes.
<!--<a href="http://www.matf.bg.ac.yu/~janicic/argo/">
Argo-lib</a>,
-->
<a href="http://www.eecs.umich.edu/~ario/">
Ario</a>,
<a href="http://www.lsi.upc.es/~oliveras/bclt-main.html">
Barcelogic</a>,
<a href="http://uclid.eecs.berkeley.edu/Beaver/">
Beaver</a>,
<!--<a href="http://verify.stanford.edu/CVC/">
CVC</a>,
<a href="http://www.cs.nyu.edu/acsys/cvcl/">
CVC Lite</a>,
-->
<a href="http://www.cs.nyu.edu/acsys/cvc3/">
CVC3</a>,
<a href="http://sourceforge.net/projects/dpt">
DPT</a>,
<a href="http://moskal.me/smt/en.html">
Fx7</a>,
<a href="http://webloria.loria.fr/equipes/cassis/softwares/haRVey/">
haRVey</a>,
<!--<a href="http://www.fordocsys.com/htp.htm">
HTP</a>,
-->
<a href="http://ics.csl.sri.com/">
ICS</a>,
<a href="https://projects.avacs.org/projects/isat3">
iSAT3</a>,
<a href="http://www.cs.washington.edu/ai/lpsat.html">
LPSAT</a>,
<a href="http://mathsat4.disi.unitn.it/">
MathSAT 4</a>,
<a href="http://cl-informatik.uibk.ac.at/software/minismt/">
MiniSmt</a>,
<a href="http://www.cs.utexas.edu/~tdillig/mistral/index.html">
Mistral</a>,
<a href="http://verify.inf.usi.ch/opensmt1">
OpenSMT</a>,
<a href="http://www.jaist.ac.jp/~mizuhito/tools/rasat.html">
raSAT</a>,
<a href="http://www.ai-lab.it/ccr/index.html">
RDL</a>,
<a href="http://vlsi.colorado.edu/~hhkim/sateen/">
SatEEn</a>,
<a href="http://kind.ucd.ie/products/opensource/Simplify/">
Simplify</a>,
<a href="http://fm.csl.sri.com/simplics/">
Simplics</a>,
<a href="http://www.informatik.uni-bremen.de/agbs/florian/sonolar/">
SONOLAR</a>,
<a href="http://www.domagoj-babic.com/index.php/ResearchProjects/Spear">
Spear</a>,
<a href="http://www-step.stanford.edu/">
STeP</a>,
<a href="http://verify.stanford.edu/SVC/">
SVC</a>,
<a href="http://www.informatik.uni-bremen.de/agra/eng/sword.php">
SWORD</a>,
<!--
<a href="http://www.star.dist.unige.it/~marco/Tsat/default.htm">
Tsat++</a>,
-->
<a href="http://uclid.eecs.berkeley.edu">
UCLID</a>,
<a href="http://yices.csl.sri.com/old/yices1-documentation.shtml">
Yices</a>.
</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 class="active"><a href="software.shtml">Software</a></li>
<li><a href="credits.shtml">Credits</a></li>
</ul>
<div class="clr"></div>
</div>
</div>
</div>
</body>
</html>