This commit is contained in:
2025-06-13 15:05:28 -06:00
parent a43350989a
commit 5cfeefe269
158 changed files with 13647 additions and 339 deletions

View File

@ -23,7 +23,7 @@
<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.9d797fdbc9887767b3ad88393155cb84288660765fe6e18c89e2e00fd5ecfb0b9f46384188a0ae4e8b63f4c81526872e0ff61d1d5204287a0c3c8b6e8e34b6b9.css" integrity="sha512-nXl/28mId2ezrYg5MVXLhCiGYHZf5uGMieLgD9Xs&#43;wufRjhBiKCuTotj9MgVJocuD/YdHVIEKHoMPItujjS2uQ==">
<link rel="stylesheet" href="http://localhost:1313/css/styles.256b9fe8f59dcf5eb078f26c8dc26801592eb04b43e5058d5f9b04c2e0e84222d42ff62b207f47e15481a1a1ba359192edeb7bfaac990e44713f5f67852c758f.css" integrity="sha512-JWuf6PWdz16wePJsjcJoAVkusEtD5QWNX5sEwuDoQiLUL/YrIH9H4VSBoaG6NZGS7et7&#43;qyZDkRxP19nhSx1jw==">
<link href="/css/fontawesome.css" rel="stylesheet" />
<link href="/css/brands.css" rel="stylesheet" />
@ -129,6 +129,15 @@
</tr>
<tr onclick="window.location='\/tools\/sat-smt\/cadical\/'" style="cursor:pointer;">
<td class="tool"><a href="/tools/sat-smt/cadical/">CaDiCaL</a></td>
<td class="description">CaDiCaL is a simplified satisfiability solver.
</td>
</tr>
<tr onclick="window.location='\/tools\/sat-smt\/colibri\/'" style="cursor:pointer;">
@ -172,6 +181,14 @@ APIs and Bindings This tool is available through the following …</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\/glucose\/'" style="cursor:pointer;">
@ -300,6 +317,15 @@ 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\/verit\/'" style="cursor:pointer;">
@ -325,6 +351,15 @@ 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>