200 lines
7.2 KiB
HTML
200 lines
7.2 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en-us" dir="ltr">
|
|
<head><script src="/livereload.js?mindelay=10&v=2&port=1313&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>Theorem Prover | 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="Theorem Prover">
|
|
<meta property="og:description" content="">
|
|
<meta property="og:url" content="http://localhost:1313/applications/theorem-prover/">
|
|
<meta property="og:image" content="images/%!s(<nil>)">
|
|
<link rel="canonical" href="http://localhost:1313/applications/theorem-prover/">
|
|
|
|
<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.256b9fe8f59dcf5eb078f26c8dc26801592eb04b43e5058d5f9b04c2e0e84222d42ff62b207f47e15481a1a1ba359192edeb7bfaac990e44713f5f67852c758f.css" integrity="sha512-JWuf6PWdz16wePJsjcJoAVkusEtD5QWNX5sEwuDoQiLUL/YrIH9H4VSBoaG6NZGS7et7+qyZDkRxP19nhSx1jw==">
|
|
|
|
<link href="/css/fontawesome.css" rel="stylesheet" />
|
|
<link href="/css/brands.css" rel="stylesheet" />
|
|
<link href="/css/solid.css" rel="stylesheet" />
|
|
|
|
<link rel="apple-touch-icon" sizes="57x57" href="/apple-icon-57x57.png">
|
|
<link rel="apple-touch-icon" sizes="60x60" href="/apple-icon-60x60.png">
|
|
<link rel="apple-touch-icon" sizes="72x72" href="/apple-icon-72x72.png">
|
|
<link rel="apple-touch-icon" sizes="76x76" href="/apple-icon-76x76.png">
|
|
<link rel="apple-touch-icon" sizes="114x114" href="/apple-icon-114x114.png">
|
|
<link rel="apple-touch-icon" sizes="120x120" href="/apple-icon-120x120.png">
|
|
<link rel="apple-touch-icon" sizes="144x144" href="/apple-icon-144x144.png">
|
|
<link rel="apple-touch-icon" sizes="152x152" href="/apple-icon-152x152.png">
|
|
<link rel="apple-touch-icon" sizes="180x180" href="/apple-icon-180x180.png">
|
|
<link rel="icon" type="image/png" sizes="192x192" href="/android-icon-192x192.png">
|
|
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
|
|
<link rel="icon" type="image/png" sizes="96x96" href="/favicon-96x96.png">
|
|
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
|
|
<link rel="manifest" href="/manifest.json">
|
|
<meta name="msapplication-TileColor" content="#ffffff">
|
|
<meta name="msapplication-TileImage" content="/ms-icon-144x144.png">
|
|
<meta name="theme-color" content="#ffffff">
|
|
|
|
|
|
|
|
|
|
|
|
</head>
|
|
<body>
|
|
|
|
<div class="banner">
|
|
<span class="banner-text">
|
|
🚧 This site is a work in progress. Don’t be shy to submit an <a href="https://gitmoss.fyi/fmtools/content/issues/new/choose" target="_blank" >issue</a> or <a href="https://gitmoss.fyi/fmtools/content/fork" target="_blank" >pull request</a> 🚧
|
|
</span>
|
|
</div>
|
|
|
|
|
|
<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>
|
|
|
|
<h1>
|
|
|
|
|
|
|
|
|
|
|
|
<span
|
|
class="term-title"
|
|
style="background:rgba(190,35,109,0.4)">
|
|
Theorem Prover
|
|
</span>
|
|
</h1>
|
|
|
|
<section id="tools-list">
|
|
<table id="taxonomy-table">
|
|
<thead>
|
|
<tr>
|
|
<th>Tool</th>
|
|
|
|
<th>Description</th>
|
|
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
|
|
<tr onclick="window.location='\/tools\/sat-smt\/bitwuzla\/'" style="cursor:pointer;">
|
|
<td class="tool"><a href="/tools/sat-smt/bitwuzla/">Bitwuzla</a></td>
|
|
<td class="description">Bitwuzla is a Satisfiability Modulo Theories (SMT) solver for the theories of fixed-size …</td>
|
|
|
|
|
|
|
|
</tr>
|
|
|
|
<tr onclick="window.location='\/tools\/sat-smt\/boolector\/'" style="cursor:pointer;">
|
|
<td class="tool"><a href="/tools/sat-smt/boolector/">Boolector</a></td>
|
|
<td class="description"> [ Not Maintained Since 2024 ] Boolector is a Satisfiability Modulo Theories (SMT) solver for the …</td>
|
|
|
|
|
|
|
|
</tr>
|
|
|
|
<tr onclick="window.location='\/tools\/sat-smt\/cvc4\/'" style="cursor:pointer;">
|
|
<td class="tool"><a href="/tools/sat-smt/cvc4/">cvc4</a></td>
|
|
<td class="description"> [ Not Maintained Since 2021 ] cvc4 is an automatic theorem prover for SMT problems. It is succeeded …</td>
|
|
|
|
|
|
|
|
</tr>
|
|
|
|
<tr onclick="window.location='\/tools\/sat-smt\/cvc5\/'" style="cursor:pointer;">
|
|
<td class="tool"><a href="/tools/sat-smt/cvc5/">cvc5</a></td>
|
|
<td class="description">cvc5 is an automatic theorem prover for SMT problems.
|
|
</td>
|
|
|
|
|
|
|
|
</tr>
|
|
|
|
<tr onclick="window.location='\/tools\/sat-smt\/e\/'" style="cursor:pointer;">
|
|
<td class="tool"><a href="/tools/sat-smt/e/">E</a></td>
|
|
<td class="description">E is a theorem prover for full first-order logic (and now monomorphic higher-order logic) with …</td>
|
|
|
|
|
|
|
|
</tr>
|
|
|
|
<tr onclick="window.location='\/tools\/sat-smt\/stp\/'" style="cursor:pointer;">
|
|
<td class="tool"><a href="/tools/sat-smt/stp/">STP</a></td>
|
|
<td class="description">STP is a constraint solver for quantifier-free bitvectors.
|
|
APIs and Bindings This tool is available …</td>
|
|
|
|
|
|
|
|
</tr>
|
|
|
|
<tr onclick="window.location='\/tools\/sat-smt\/vampire\/'" style="cursor:pointer;">
|
|
<td class="tool"><a href="/tools/sat-smt/vampire/">Vampire</a></td>
|
|
<td class="description">Vampire is a theorem prover.
|
|
</td>
|
|
|
|
|
|
|
|
</tr>
|
|
|
|
<tr onclick="window.location='\/tools\/sat-smt\/z3\/'" style="cursor:pointer;">
|
|
<td class="tool"><a href="/tools/sat-smt/z3/">Z3</a></td>
|
|
<td class="description">Z3 is a general-purpose theorem prover widely used for SAT & SMT solving.
|
|
APIs and Bindings This …</td>
|
|
|
|
|
|
|
|
</tr>
|
|
|
|
<tr onclick="window.location='\/tools\/sat-smt\/zipperposition\/'" style="cursor:pointer;">
|
|
<td class="tool"><a href="/tools/sat-smt/zipperposition/">Zipperposition</a></td>
|
|
<td class="description">Zipperposition is an automated theorem prover for first-order logic with equality and theories.
|
|
</td>
|
|
|
|
|
|
|
|
</tr>
|
|
|
|
</tbody>
|
|
</table>
|
|
|
|
</main>
|
|
<footer>
|
|
<p><a href="/contribute">Contribute</a> | <a href="/about">About</a> | <a href="/license">License</a> | <a href="/privacy">Privacy</a> </p>
|
|
|
|
|
|
<p>© Copyright 2025. An open-source project.</p>
|
|
|
|
</footer>
|
|
</body>
|
|
</html>
|