public/tools/yices/index.html
2025-06-06 18:11:48 -06:00

741 lines
12 KiB
HTML

<!DOCTYPE html>
<html lang="en-us" dir="ltr">
<head><script src="/livereload.js?mindelay=10&amp;v=2&amp;port=1313&amp;path=livereload" data-no-instant defer></script>
<meta charset="utf-8">
<meta name="viewport" content ="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Yices 2 | Formal Methods Tools</title>
<meta name="keywords" content="Formal Methods Tools">
<meta property="og:locale" content='en_US'>
<meta property="og:type" content="article">
<meta property="og:title" content="Yices 2">
<meta property="og:description" content="Yices is a high-performance SMT solver and theorem prover developed by SRI International. It is widely used for checking the satisfiability of logical formulas">
<meta property="og:url" content="http://localhost:1313/tools/yices/">
<meta property="og:image" content="images/%!s(&lt;nil&gt;)">
<link rel="canonical" href="http://localhost:1313/tools/yices/">
<link rel="apple-touch-icon" sizes="180x180" href='http://localhost:1313/apple-touch-icon.png'>
<link rel="icon" type="image/png" sizes="32x32" href='http://localhost:1313/favicon-32x32.png'>
<link rel="icon" type="image/png" sizes='16x16' href='http://localhost:1313/favicon-16x16.png'>
<link rel="manifest" href='http://localhost:1313/site.webmanifest'>
<link rel="stylesheet" href="http://localhost:1313/css/styles.3c16fa11f5c61484ee5ec1ac349696f2785618fe48c1083f3bbc0395c162a5d56e99cbfe97b734fcc6597969970d589b651a0245aec395b2a5183f97402f6784.css" integrity="sha512-PBb6EfXGFITuXsGsNJaW8nhWGP5IwQg/O7wDlcFipdVumcv&#43;l7c0/MZZeWmXDVibZRoCRa7DlbKlGD&#43;XQC9nhA==">
</head>
<body>
<header>
<h1><a href="/">Formal Methods Tools</a></h1>
<nav>
<ul>
<li>
<a href="/">Home</a>
</li>
<li>
<a href="/tools/">Tools</a>
</li>
<li>
<a href="/taxonomies/">Taxonomies</a>
</li>
<li>
<a href="/about/">About</a>
</li>
</ul>
</nav>
</header>
<main>
<div id="page-header">
<h1>Yices 2</h1>
<span class="time">Updated <time datetime="2024-02-02T04:14:54-08:00">February 2, 2024</time></span>
</div>
<section id="quick-links">
<h2>Quick Links</h2>
<div id="link-list">
<ul>
<li><a href="https://yices.csl.sri.com/" target="_blank" rel="noopener">Homepage</a></li>
<li><a href="https://github.com/SRI-CSL/yices2" target="_blank" rel="noopener">Source Code</a></li>
<li><a href="https://yices.csl.sri.com/yices2-documentation.html" target="_blank" rel="noopener">Documentation</a></li>
</ul>
</div>
</section>
<section id="taxonomies">
<h2>At a Glance</h2>
<table id="taxonomy-table">
<tbody>
<tr>
<td>
<a
class="taxonomy-name"
href="/developers">
Developers
</a>
</td>
<td>
<a
class="term-link"
id="developers_sri-international"
style="background:rgba(97,35,218,0.4)"
href="/developers/sri-international">
SRI International
</a>
</td>
</tr>
<tr>
<td>
<a
class="taxonomy-name"
href="/domains">
Domains
</a>
</td>
<td>
<a
class="term-link"
id="domains_software-verification"
style="background:rgba(127,54,56,0.4)"
href="/domains/software-verification">
Software Verification
</a>
<a
class="term-link"
id="domains_hardware-verification"
style="background:rgba(35,59,44,0.4)"
href="/domains/hardware-verification">
Hardware Verification
</a>
<a
class="term-link"
id="domains_embedded-systems"
style="background:rgba(130,108,187,0.4)"
href="/domains/embedded-systems">
Embedded Systems
</a>
</td>
</tr>
<tr>
<td>
<a
class="taxonomy-name"
href="/formalisms">
Formalisms
</a>
</td>
<td>
<a
class="term-link"
id="formalisms_first-order-logic"
style="background:rgba(184,51,102,0.4)"
href="/formalisms/first-order-logic">
first-order logic
</a>
<a
class="term-link"
id="formalisms_smt-lib"
style="background:rgba(62,225,228,0.4)"
href="/formalisms/smt-lib">
SMT-LIB
</a>
<a
class="term-link"
id="formalisms_quantifier-logic"
style="background:rgba(201,150,70,0.4)"
href="/formalisms/quantifier-logic">
quantifier logic
</a>
<a
class="term-link"
id="formalisms_bit-vectors"
style="background:rgba(68,186,73,0.4)"
href="/formalisms/bit-vectors">
bit-vectors
</a>
<a
class="term-link"
id="formalisms_arrays"
style="background:rgba(163,203,195,0.4)"
href="/formalisms/arrays">
arrays
</a>
<a
class="term-link"
id="formalisms_uninterpreted-functions"
style="background:rgba(129,25,163,0.4)"
href="/formalisms/uninterpreted-functions">
uninterpreted functions
</a>
<a
class="term-link"
id="formalisms_arithmetic"
style="background:rgba(38,232,22,0.4)"
href="/formalisms/arithmetic">
arithmetic
</a>
</td>
</tr>
<tr>
<td>
<a
class="taxonomy-name"
href="/interactions">
Interactions
</a>
</td>
<td>
<a
class="term-link"
id="interactions_cli"
style="background:rgba(145,175,87,0.4)"
href="/interactions/cli">
CLI
</a>
<a
class="term-link"
id="interactions_c-api"
style="background:rgba(19,205,141,0.4)"
href="/interactions/c-api">
C API
</a>
<a
class="term-link"
id="interactions_ocaml-api"
style="background:rgba(54,250,207,0.4)"
href="/interactions/ocaml-api">
OCaml API
</a>
<a
class="term-link"
id="interactions_python-bindings"
style="background:rgba(37,32,133,0.4)"
href="/interactions/python-bindings">
Python Bindings
</a>
</td>
</tr>
<tr>
<td>
<a
class="taxonomy-name"
href="/languages">
Languages
</a>
</td>
<td>
<a
class="term-link"
id="languages_smt-lib"
style="background:rgba(62,225,228,0.4)"
href="/languages/smt-lib">
SMT-LIB
</a>
<a
class="term-link"
id="languages_yices-language"
style="background:rgba(198,79,125,0.4)"
href="/languages/yices-language">
Yices language
</a>
<a
class="term-link"
id="languages_c"
style="background:rgba(13,97,248,0.4)"
href="/languages/c">
C
</a>
<a
class="term-link"
id="languages_ocaml"
style="background:rgba(29,22,137,0.4)"
href="/languages/ocaml">
OCaml
</a>
<a
class="term-link"
id="languages_python"
style="background:rgba(167,245,243,0.4)"
href="/languages/python">
Python
</a>
</td>
</tr>
<tr>
<td>
<a
class="taxonomy-name"
href="/purposes">
Purposes
</a>
</td>
<td>
<a
class="term-link"
id="purposes_verification-tools"
style="background:rgba(229,94,239,0.4)"
href="/purposes/verification-tools">
Verification Tools
</a>
<a
class="term-link"
id="purposes_analysis-tools"
style="background:rgba(26,123,112,0.4)"
href="/purposes/analysis-tools">
Analysis Tools
</a>
</td>
</tr>
<tr>
<td>
<a
class="taxonomy-name"
href="/systems">
Systems
</a>
</td>
<td>
<a
class="term-link"
id="systems_discrete-systems"
style="background:rgba(151,241,175,0.4)"
href="/systems/discrete-systems">
Discrete Systems
</a>
<a
class="term-link"
id="systems_concurrent-systems"
style="background:rgba(14,80,100,0.4)"
href="/systems/concurrent-systems">
Concurrent Systems
</a>
</td>
</tr>
<tr>
<td>
<a
class="taxonomy-name"
href="/techniques">
Techniques
</a>
</td>
<td>
<a
class="term-link"
id="techniques_theorem-proving"
style="background:rgba(162,224,131,0.4)"
href="/techniques/theorem-proving">
Theorem Proving
</a>
<a
class="term-link"
id="techniques_smt-solving"
style="background:rgba(85,102,128,0.4)"
href="/techniques/smt-solving">
SMT Solving
</a>
<a
class="term-link"
id="techniques_model-checking"
style="background:rgba(125,56,99,0.4)"
href="/techniques/model-checking">
Model Checking
</a>
</td>
</tr>
</tbody>
</table>
</section>
<section>
<h2>Description</h2>
<p>Yices is a high-performance SMT solver and theorem prover developed by SRI International. It is widely used for checking the satisfiability of logical formulas over various theories, including arithmetic, bit-vectors, arrays, and uninterpreted functions. Yices supports the SMT-LIB standard and its own input language, and provides APIs for several programming languages, making it suitable for integration into formal verification, program analysis, and constraint solving tools.</p>
<h3 id="features">Features</h3>
<ul>
<li><strong>SMT Solver:</strong> Supports a wide range of theories and quantifiers.</li>
<li><strong>Multi-language APIs:</strong> C, OCaml, Python, and more.</li>
<li><strong>Cross-platform:</strong> Available on Windows, Linux, and macOS.</li>
<li><strong>Active development:</strong> Open source and maintained by SRI International.</li>
</ul>
</section>
<section id="publications">
<h2>Publications</h2>
<ul>
<li>
<strong>Yices 2.2</strong>
(July 2014)
by Dutertre, Bruno
| Appears in <em>Computer-Aided Verification</em>
(737-744)
| Volume 8559
| Published by <em>Springer</em>
</li>
</ul>
</section>
</main>
<footer>
<p>Copyright 2025. All rights reserved.</p>
</footer>
</body>
</html>