public/index.html
2025-06-10 14:13:27 -06:00

269 lines
9.7 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!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 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="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="http://localhost:1313/">
<meta property="og:image" content="images/%!s(&lt;nil&gt;)">
<link rel="canonical" href="http://localhost:1313/">
<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.e5b470edf89c3e1b9498ce83a3fd0a2e73e9d06958e2c3a1af8d89781f9f2bf612b21d5e45ab8f4aef773661de2529437838673a136797a6a8aaab7759f94ded.css" integrity="sha512-5bRw7ficPhuUmM6Do/0KLnPp0GlY4sOhr42JeB&#43;fK/YSsh1eRauPSu93NmHeJSlDeDhnOhNnl6aoqqt3WflN7Q==">
<link href="/css/fontawesome.css" rel="stylesheet" />
<link href="/css/brands.css" rel="stylesheet" />
<link href="/css/solid.css" rel="stylesheet" />
</head>
<body>
<header>
<h1><a href="/">Formal Methods Tools</a></h1>
<nav>
<ul>
<li>
<a href="/tools/">Tools</a>
</li>
<li>
<a href="/taxonomies/">Data</a>
</li>
<li>
<a href="/about/">About</a>
</li>
</ul>
</nav>
</header>
<main>
<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 class="tool-card">
<h3>
SMTInterpol
<span class="subtitle">Interpolating SMT Solver</span>
</h3>
<p>SMTInterpol is an SMT Solver that can compute Craig interpolants for various theories.
APIs and Bindings This tool is …</p>
<a href="/tools/smtinterpol/" style="position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;text-indent:-9999px;overflow:hidden;">SMTInterpol</a>
</article>
<article class="tool-card">
<h3>
Yices 2
<span class="subtitle">SMT Solver</span>
</h3>
<p>Yices is an SMT solver developed by SRI International. It is widely used for checking the satisfiability of logical formulas …</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>
OpenSMT
<span class="subtitle">SMT Solver</span>
</h3>
<p>OpenSMT is a compact and open-source SMT-solver written in C++, with the main goal of making SMT-Solvers easy to understand …</p>
<a href="/tools/opensmt/" style="position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;text-indent:-9999px;overflow:hidden;">OpenSMT</a>
</article>
<article class="tool-card">
<h3>
ParaFROST
<span class="subtitle">SMT Solver</span>
</h3>
<p>ParaFROST is a parallel SAT solver with GPU-accelerated inprocessing capable of harnessing NVIDIA CUDA-enabled GPUs in …</p>
<a href="/tools/parafrost/" style="position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;text-indent:-9999px;overflow:hidden;">ParaFROST</a>
</article>
<article class="tool-card">
<h3>
MiniSat
<span class="subtitle">SAT Solver</span>
</h3>
<p> [ Not Maintained Since 2013 ] MiniSat is a minimalistic, open-source SAT solver, developed to help researchers and …</p>
<a href="/tools/minisat/" style="position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;text-indent:-9999px;overflow:hidden;">MiniSat</a>
</article>
<article class="tool-card">
<h3>
Riss
<span class="subtitle">SAT Tool Collection</span>
</h3>
<p> [ Not Maintained Since 2017 ] Riss is a SAT solving tool collection.
</p>
<a href="/tools/riss/" style="position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;text-indent:-9999px;overflow:hidden;">Riss</a>
</article>
<article class="tool-card">
<h3>
Z3
<span class="subtitle">Theorem Prover</span>
</h3>
<p>Z3 is a general-purpose theorem prover widely used for SAT &amp; SMT solving.
APIs and Bindings This tool is available …</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 class="tool-card">
<h3>
Q3B
<span class="subtitle">SMT Solver</span>
</h3>
<p> [ Not Maintained Since 2023 ] Q3B is an SMT solver for the quantified bit-vector formulas which uses BDDs.
</p>
<a href="/tools/q3b/" style="position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;text-indent:-9999px;overflow:hidden;">Q3B</a>
</article>
<article class="tool-card">
<h3>
Lingeling
<span class="subtitle">SMT Solver</span>
</h3>
<p>Lingeling is a SAT solver.
</p>
<a href="/tools/lingeling/" style="position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;text-indent:-9999px;overflow:hidden;">Lingeling</a>
</article>
<article class="tool-card">
<h3>
veriT
<span class="subtitle">SMT Solver</span>
</h3>
<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 …</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>
<article class="tool-card">
<h3>
SMT-RAT
<span class="subtitle">SMT Toolbox</span>
</h3>
<p>SMT-RAT is an SMT Real Algebra Toolbox.
APIs and Bindings This tool is available through the following interfaces:
C++ API: …</p>
<a href="/tools/smt-rat/" style="position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;text-indent:-9999px;overflow:hidden;">SMT-RAT</a>
</article>
<article class="tool-card">
<h3>
MathSAT
<span class="subtitle">SMT Solver</span>
</h3>
<p> [ Closed-Source Tool ]&nbsp; MiniSat is a minimalistic, open-source SAT solver, developed to help researchers and developers …</p>
<a href="/tools/mathsat/" style="position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;text-indent:-9999px;overflow:hidden;">MathSAT</a>
</article>
<article class="tool-card">
<h3>
STP
<span class="subtitle">Simple Theorem Prover</span>
</h3>
<p>STP is a constraint solver for quantifier-free bitvectors.
APIs and Bindings This tool is available through the following …</p>
<a href="/tools/stp/" style="position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;text-indent:-9999px;overflow:hidden;">STP</a>
</article>
<article class="tool-card">
<h3>
Glucose
<span class="subtitle">SAT Solver</span>
</h3>
<p>Glucose is a SAT solver.
</p>
<a href="/tools/glucose/" style="position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;text-indent:-9999px;overflow:hidden;">Glucose</a>
</article>
</section>
</main>
<footer>
<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>
</html>