-
Notifications
You must be signed in to change notification settings - Fork 0
/
utilities.shtml
197 lines (175 loc) · 7.06 KB
/
utilities.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
<!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">
<h2>Utilities and Tools</h2>
<p>The page contains a set of utilities and tools to work with the SMT-LIB 2 format.
<div class="footnote"><b>Note:</b>
Most of the utilities tools below have been developed by third parties and are provided here as a convenience to the community.
Appearance on this page does not imply an endorsement of their full conformance to the SMT-LIB standard.
Please contact each utility's authors directly for questions, bug reports, or other requests.
</div>
<h4>Editing</h4>
<ul>
<li>
Syntax highlighting for <a href="https://github.com/bohlender/vim-z3-smt2">VIM</a>.
</li>
<li>
Syntax highlighting mode <a href="https://bitbucket.org/AdrienChampion/tmlanguages">TextMate and Sublime</a>.
</li>
<li>
<a href="https://github.com/chsticksel/smtlib-mode">Emacs mode</a> to edit and run SMT-LIB 2 scripts.
</li>
</ul>
<h4>Parsing</h4>
<ul>
<li>
An <a href="https://github.com/julianthome/smtlibv2-grammar">ANTLR grammar</a> of SMT-LIB 2.6 scripts.
</li>
<li>
<a href="http://smtlib.github.io/jSMTLIB/"><b>jSMTLIB</b></a>, a suite of Java tools for parsing and type-checking SMT-LIB 2 scripts, and
translating them to the input languages of some non-SMT-LIB-conforming solvers.
</li>
<li>
An open source <a href="http://es.fbk.eu/people/griggio/misc/smtlib2parser.html">generic lexer and parser</a> for SMT-LIB 2.0 scripts implemented in Flex and Bison and C99.
</li>
<li>
A <a href="http://hackage.haskell.org/package/smt-lib">Haskell library</a> for parsing and printing SMT-LIB 2 scripts.
</li>
<li>
An SWI-Prolog <a href="https://eu.swi-prolog.org/pack/list?p=smtlib">parser</a> for SMT-LIB 2.6 scripts.
</li>
<li>
An OCaml <a href="http://www.cs.uiowa.edu/~astump/software/ocaml-smt2.zip">parser</a> for SMT-LIB 2.0 scripts (not maintained).
</li>
</ul>
<h4>Language Servers</h4>
<ul>
<li>
<a href="https://github.com/Gbury/dolmen"><b>Dolmen</b></a>,
an LSP server SMT-LIB 2.6.
</li>
</ul>
<h4>Debugging</h4>
<ul>
<li>
<a href="http://fmv.jku.at/ddsmt/"><b>ddSMT</b></a>, a delta-debugger (input minimizer) for SMT-LIB-compliant solvers.
</li>
<!--
<li>
<a href="http://www.verit-solver.org/distrib/deltasmt.tar.gz"><b>Delta SMT</b></a>, another delta-debugger for SMT-LIB-compliant solvers.
</li>
-->
</ul>
<h4>Interfaces</h4>
<ul>
<li>
<a href="https://github.com/delcypher/nsolv"><b>Nsolv</b></a>, a front-end that allows multiple SMT-LIB 2 compliant solvers to be executed in parallel.
</li>
<li>
<a href="https://github.com/kino-mc/rsmt2"><b>rsmt2</b></a>, a generic Rust library to interact with SMT-LIB 2 compliant solvers running in a separate system process.
</li>
<li>
<a href="http://leventerkok.github.com/sbv/"><b>SBV</b></a>, a tool to express properties of Haskell programs and prove them using SMT solvers via an SMT-LIB interface.
</li>
<li>
<a href="http://ahorn.github.io/smt-kit/"><b>SMT Kit</b></a>, a C++11 library for many-sorted logics targeting quantifier-free SMT-LIB 2.0 formulas.
</li>
<li>
<a href="https://github.com/ossanha/smtpp"><b>SMTpp</b></a>, an OCaml tool operating both as a source-to-source transformer and analyzer for SMT-LIB 2.0.
</li>
<li>
<a href="http://www.pysmt.org"><b>pySMT</b></a>, a Python library for manipulating and solving SMT formulas using SMT-LIB 2-compliant solvers.
</ul>
</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>