-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathindex.shtml
More file actions
executable file
·166 lines (153 loc) · 5.55 KB
/
index.shtml
File metadata and controls
executable file
·166 lines (153 loc) · 5.55 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
<!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 class="active"><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><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">
<p> SMT-LIB is an international initiative aimed at facilitating research and development in
<a href="http://en.wikipedia.org/wiki/Satisfiability_Modulo_Theories">Satisfiability Modulo Theories</a> (SMT). Since its inception in 2003, the initiative has pursued these aims by focusing on the following concrete goals.
<ul>
<li>Provide standard rigorous descriptions of background theories used in SMT systems.
</li>
<li>Develop and promote common input and output languages for
<a href="http://en.wikipedia.org/wiki/Satisfiability_Modulo_Theories#SMT_solvers">SMT solvers</a>.
</li>
<li>Connect developers, researchers and users of SMT, and develop a community around it.
</li>
<li>Establish and make available to the research community a large library of benchmarks for SMT solvers.
</li>
<li>Collect and promote software tools useful to the SMT community.
</li>
</ul>
This website provides access to the following main artifacts of the initiative.
<ul>
<li>Documents describing the SMT-LIB input/output language for SMT solvers and its semantics;
</li>
<li>Specifications of background theories and <em>logics</em>;
</li>
<li>A large library of input problems, or benchmarks, written in the SMT-LIB language.
</li>
<li>Links to SMT solvers and related tools and utilities.
</li>
</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="fbg">
<div class="fbg_resize">
<div class="col c1">
<h3>Latest News</h3>
<small>March 18, 2026</small>
<p>
Extended theory Ints with an exponentiation operator and added logic QF_EIA.
</p>
</div>
<div class="col c2">
<h3>Previous News</h3>
<small>July 7, 2025</small>
<p>
Added several clarifications and fixed typos and minor errors.
</p>
</div>
<div class="col c3">
<h3>Older News</h3>
<small>February 5, 2025</small>
<p>
A new release of Version 2.7 of the SMT-LIB reference document
is now available. This release allows polymorphic types in
assertions, and introduces a theory of maps that models
higher-order functions.
</p>
<a href="news.shtml#2025-02-05">[More]</a>
</p>
</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 class="active"><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><a href="credits.shtml">Credits</a></li>
</ul>
<div class="clr"></div>
</div>
</div>
</div>
</body>
</html>