This commit is contained in:
2025-06-09 11:45:24 -06:00
parent a87a4dbfbf
commit 3bb73fa9a7
176 changed files with 13421 additions and 12841 deletions

View File

@ -1,30 +1,34 @@
<!DOCTYPE html>
<html lang="en-us" dir="ltr">
<head>
<meta name="generator" content="Hugo 0.147.7"><script src="/livereload.js?mindelay=10&amp;v=2&amp;port=1313&amp;path=livereload" data-no-instant defer></script>
<meta name="generator" content="Hugo 0.147.7">
<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>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="Home">
<meta property="og:description" content="Laborum voluptate pariatur ex culpa magna nostrud est incididunt fugiat
pariatur do dolor ipsum enim. Consequat tempor do dolor eu. Non id id anim anim">
<meta property="og:url" content="http://localhost:1313/">
<meta property="og:title" content="The Ultimate Formal Methods Toolbox">
<meta property="og:description" content="Welcome to this collection of Formal Methods Tools, which aims to be the world&rsquo;s most comprehensive source for information on tools for formal methods.">
<meta property="og:url" content="https://example.org/">
<meta property="og:image" content="images/%!s(&lt;nil&gt;)">
<link rel="canonical" href="http://localhost:1313/">
<link rel="canonical" href="https://example.org/">
<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="apple-touch-icon" sizes="180x180" href='https://example.org/apple-touch-icon.png'>
<link rel="icon" type="image/png" sizes="32x32" href='https://example.org/favicon-32x32.png'>
<link rel="icon" type="image/png" sizes='16x16' href='https://example.org/favicon-16x16.png'>
<link rel="manifest" href='https://example.org/site.webmanifest'>
<link rel="stylesheet" href="http://localhost:1313/css/styles.53038a37cec6ee9be2905762d98a91929a364edeef3cc14cbdb28c4a72d26b80952b218b41de771e704189d6ba0354eaded498090785092be247770e2fab407f.css" integrity="sha512-UwOKN87G7pvikFdi2YqRkpo2Tt7vPMFMvbKMSnLSa4CVKyGLQd53HnBBida6A1Tq3tSYCQeFCSviR3cOL6tAfw==">
<link rel="stylesheet" href="https://example.org/css/styles.8b49a669b444200848aa2fc88c4dc95a3d61d6c822e7ad08eecab8049173e085d2bfa16bf17fa8ec14eb95bb1f04f9a822b2fc4836b4d329140ddd03444ca0bf.css" integrity="sha512-i0mmabREIAhIqi/IjE3JWj1h1sgi560I7sq4BJFz4IXSv6Fr8X&#43;o7BTrlbsfBPmoIrL8SDa00ykUDd0DREygvw==">
<link href="/css/fontawesome.css" rel="stylesheet" />
<link href="/css/brands.css" rel="stylesheet" />
<link href="/css/solid.css" rel="stylesheet" />
@ -37,14 +41,11 @@ pariatur do dolor ipsum enim. Consequat tempor do dolor eu. Non id id anim anim"
<nav>
<ul>
<li>
<a href="/">Home</a>
</li>
<li>
<a href="/tools/">Tools</a>
</li>
<li>
<a href="/taxonomies/">Taxonomies</a>
<a href="/taxonomies/">Data</a>
</li>
<li>
<a href="/about/">About</a>
@ -56,29 +57,82 @@ pariatur do dolor ipsum enim. Consequat tempor do dolor eu. Non id id anim anim"
</header>
<main>
<p>Laborum voluptate pariatur ex culpa magna nostrud est incididunt fugiat
pariatur do dolor ipsum enim. Consequat tempor do dolor eu. Non id id anim anim
excepteur excepteur pariatur nostrud qui irure ullamco.</p>
<div id="page-header">
<h1>The Ultimate Formal Methods Toolbox</h1>
<span class="subtitle">Discover, Explore, and Contribute to the Worlds Largest Collection of Formal Methods Tools</span>
</div>
<section>
<p>Welcome to this collection of Formal Methods Tools, which aims to be the world&rsquo;s most comprehensive source for information on tools for formal methods.
From decades-old classics to cutting-edge tools, this site aims to put as much information as possible into one convenient place.
<a href="/tools">Explore</a> a wide selection of tools, <a href="/contribute">contribute</a> tools you make or love, and help grow the formal methods community.</p>
<p>Below are some quick links that may be helpful, plus a random selection of tools (refreshed every time I push updates to this site).</p>
<p><a href="/applications/smt-solver/" class="button">
SMT Solvers
</a>
<a href="/applications/model-checker/" class="button">
Model Checkers
</a>
<a href="/contribute" class="button">
Contribute
</a></p>
</section>
<section>
<h2>Featured Tools</h2>
<article>
<h3><a href="/tools/z3/">Z3</a></h3>
<p><p>Z3 is a high-performance SMT solver and theorem prover developed by Microsoft Research. It is widely used for checking the satisfiability of logical formulas over various theories, including arithmetic, bit-vectors, arrays, and uninterpreted …</p></p>
<article class="tool-card">
<h3>
Z3
<span class="subtitle">Theorem Prover</span>
</h3>
<p><p>Z3 is a theorem prover developed by Microsoft Research, widely used for SAT &amp; SMT solving and related formal verification tasks. It supports a variety of input languages, including SMT-LIB, and offers APIs for multiple programming languages.
Z3 …</p></p>
<a href="/tools/z3/" style="position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;text-indent:-9999px;overflow:hidden;">Z3</a>
</article>
<article>
<h3><a href="/tools/yices/">Yices 2</a></h3>
<p><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 …</p></p>
<article class="tool-card">
<h3>
Yices 2
<span class="subtitle">SMT Solver</span>
</h3>
<p><p>Yices is an SMT solver developed by SRI International. It is widely used for checking the satisfiability of logical formulas over various theories. It supports the SMT-LIB standard and its own input language, and provides APIs for several programming …</p></p>
<a href="/tools/yices/" style="position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;text-indent:-9999px;overflow:hidden;">Yices 2</a>
</article>
<article class="tool-card">
<h3>
veriT
<span class="subtitle">SMT Solver</span>
</h3>
<p><p>veriT is an SMT solver developed by LORIA and ULiege. It supports a wide range of theories and is designed for use in formal verification, automated reasoning, and related research areas. veriT accepts input in SMT-LIB2 and DIMACS formats and …</p></p>
<a href="/tools/verit/" style="position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;text-indent:-9999px;overflow:hidden;">veriT</a>
</article>
</section>
</main>
<footer>
<p>Copyright 2025. All rights reserved.</p>
<p><a href="/contribute">Contribute</a> &nbsp;|&nbsp; <a href="/about">About</a> &nbsp;|&nbsp; <a href="/license">License</a> &nbsp;|&nbsp; <a href="/privacy">Privacy</a> </p>
<p>&copy; Copyright 2025. An open-source project.</p>
</footer>
</body>