Ready to deploy in beta more
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
<!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>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
|
||||
<meta name="viewport" content ="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
|
||||
@ -14,16 +14,16 @@
|
||||
<meta property="og:type" content="article">
|
||||
<meta property="og:title" content="Constraint Solver">
|
||||
<meta property="og:description" content="">
|
||||
<meta property="og:url" content="http://localhost:1313/applications/constraint-solver/">
|
||||
<meta property="og:url" content="https://example.org/applications/constraint-solver/">
|
||||
<meta property="og:image" content="images/%!s(<nil>)">
|
||||
<link rel="canonical" href="http://localhost:1313/applications/constraint-solver/">
|
||||
<link rel="canonical" href="https://example.org/applications/constraint-solver/">
|
||||
|
||||
<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.e5b470edf89c3e1b9498ce83a3fd0a2e73e9d06958e2c3a1af8d89781f9f2bf612b21d5e45ab8f4aef773661de2529437838673a136797a6a8aaab7759f94ded.css" integrity="sha512-5bRw7ficPhuUmM6Do/0KLnPp0GlY4sOhr42JeB+fK/YSsh1eRauPSu93NmHeJSlDeDhnOhNnl6aoqqt3WflN7Q==">
|
||||
<link rel="stylesheet" href="https://example.org/css/styles.9d797fdbc9887767b3ad88393155cb84288660765fe6e18c89e2e00fd5ecfb0b9f46384188a0ae4e8b63f4c81526872e0ff61d1d5204287a0c3c8b6e8e34b6b9.css" integrity="sha512-nXl/28mId2ezrYg5MVXLhCiGYHZf5uGMieLgD9Xs+wufRjhBiKCuTotj9MgVJocuD/YdHVIEKHoMPItujjS2uQ==">
|
||||
|
||||
<link href="/css/fontawesome.css" rel="stylesheet" />
|
||||
<link href="/css/brands.css" rel="stylesheet" />
|
||||
@ -35,6 +35,14 @@
|
||||
|
||||
</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>
|
||||
|
||||
@ -97,6 +105,7 @@ APIs and Bindings This tool is available …</td>
|
||||
<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>
|
||||
|
@ -2,18 +2,18 @@
|
||||
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
||||
<channel>
|
||||
<title>Constraint Solver on Formal Methods Tools</title>
|
||||
<link>http://localhost:1313/applications/constraint-solver/</link>
|
||||
<link>https://example.org/applications/constraint-solver/</link>
|
||||
<description>Recent content in Constraint Solver on Formal Methods Tools</description>
|
||||
<generator>Hugo</generator>
|
||||
<language>en-us</language>
|
||||
<lastBuildDate>Sat, 07 Jun 2025 00:00:00 +0000</lastBuildDate>
|
||||
<atom:link href="http://localhost:1313/applications/constraint-solver/index.xml" rel="self" type="application/rss+xml" />
|
||||
<atom:link href="https://example.org/applications/constraint-solver/index.xml" rel="self" type="application/rss+xml" />
|
||||
<item>
|
||||
<title>STP</title>
|
||||
<link>http://localhost:1313/tools/sat-smt/stp/</link>
|
||||
<link>https://example.org/tools/sat-smt/stp/</link>
|
||||
<pubDate>Sat, 07 Jun 2025 00:00:00 +0000</pubDate>
|
||||
<guid>http://localhost:1313/tools/sat-smt/stp/</guid>
|
||||
<description><p>STP is a constraint solver for quantifier-free bitvectors.</p>
<h2 id="apis-and-bindings">APIs and Bindings</h2>
<p>This tool is available through the following interfaces:</p>
<ul>
<li><strong>C API:</strong> <a href="https://stp.readthedocs.io/en/latest/#c-library-usage">stp C API Reference</a></li>
<li><strong>Python bindings:</strong> <a href="https://stp.readthedocs.io/en/latest/#python-usage">stp PyPI package</a></li>
</ul></description>
|
||||
<guid>https://example.org/tools/sat-smt/stp/</guid>
|
||||
<description><p>STP is a constraint solver for quantifier-free bitvectors.</p>
<h2 id="apis-and-bindings">APIs and Bindings</h2>
<p>This tool is available through the following interfaces:</p>
<ul>
<li><strong>C API:</strong> <a href="https://stp.readthedocs.io/en/latest/#c-library-usage" target="_blank" >stp C API Reference</a></li>
<li><strong>Python bindings:</strong> <a href="https://stp.readthedocs.io/en/latest/#python-usage" target="_blank" >stp PyPI package</a></li>
</ul></description>
|
||||
</item>
|
||||
</channel>
|
||||
</rss>
|
||||
|
@ -1,6 +1,6 @@
|
||||
<!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>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
|
||||
<meta name="viewport" content ="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
|
||||
@ -14,16 +14,16 @@
|
||||
<meta property="og:type" content="article">
|
||||
<meta property="og:title" content="Applications">
|
||||
<meta property="og:description" content="">
|
||||
<meta property="og:url" content="http://localhost:1313/applications/">
|
||||
<meta property="og:url" content="https://example.org/applications/">
|
||||
<meta property="og:image" content="images/%!s(<nil>)">
|
||||
<link rel="canonical" href="http://localhost:1313/applications/">
|
||||
<link rel="canonical" href="https://example.org/applications/">
|
||||
|
||||
<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.e5b470edf89c3e1b9498ce83a3fd0a2e73e9d06958e2c3a1af8d89781f9f2bf612b21d5e45ab8f4aef773661de2529437838673a136797a6a8aaab7759f94ded.css" integrity="sha512-5bRw7ficPhuUmM6Do/0KLnPp0GlY4sOhr42JeB+fK/YSsh1eRauPSu93NmHeJSlDeDhnOhNnl6aoqqt3WflN7Q==">
|
||||
<link rel="stylesheet" href="https://example.org/css/styles.9d797fdbc9887767b3ad88393155cb84288660765fe6e18c89e2e00fd5ecfb0b9f46384188a0ae4e8b63f4c81526872e0ff61d1d5204287a0c3c8b6e8e34b6b9.css" integrity="sha512-nXl/28mId2ezrYg5MVXLhCiGYHZf5uGMieLgD9Xs+wufRjhBiKCuTotj9MgVJocuD/YdHVIEKHoMPItujjS2uQ==">
|
||||
|
||||
<link href="/css/fontawesome.css" rel="stylesheet" />
|
||||
<link href="/css/brands.css" rel="stylesheet" />
|
||||
@ -35,6 +35,14 @@
|
||||
|
||||
</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>
|
||||
|
||||
@ -88,6 +96,42 @@
|
||||
|
||||
|
||||
|
||||
<a
|
||||
class="term-link"
|
||||
id="applications_model-checker"
|
||||
style="background:rgba(74,58,26,0.4)"
|
||||
href="/applications/model-checker">
|
||||
Model Checker
|
||||
</a>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a
|
||||
class="term-link"
|
||||
id="applications_probabilistic-model-checker"
|
||||
style="background:rgba(232,228,128,0.4)"
|
||||
href="/applications/probabilistic-model-checker">
|
||||
Probabilistic Model Checker
|
||||
</a>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a
|
||||
class="term-link"
|
||||
id="applications_sat-solver"
|
||||
@ -139,6 +183,7 @@
|
||||
<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>
|
||||
|
@ -2,38 +2,52 @@
|
||||
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
||||
<channel>
|
||||
<title>Applications on Formal Methods Tools</title>
|
||||
<link>http://localhost:1313/applications/</link>
|
||||
<link>https://example.org/applications/</link>
|
||||
<description>Recent content in Applications on Formal Methods Tools</description>
|
||||
<generator>Hugo</generator>
|
||||
<language>en-us</language>
|
||||
<lastBuildDate>Sat, 07 Jun 2025 00:00:00 +0000</lastBuildDate>
|
||||
<atom:link href="http://localhost:1313/applications/index.xml" rel="self" type="application/rss+xml" />
|
||||
<atom:link href="https://example.org/applications/index.xml" rel="self" type="application/rss+xml" />
|
||||
<item>
|
||||
<title>Constraint Solver</title>
|
||||
<link>http://localhost:1313/applications/constraint-solver/</link>
|
||||
<link>https://example.org/applications/constraint-solver/</link>
|
||||
<pubDate>Sat, 07 Jun 2025 00:00:00 +0000</pubDate>
|
||||
<guid>http://localhost:1313/applications/constraint-solver/</guid>
|
||||
<guid>https://example.org/applications/constraint-solver/</guid>
|
||||
<description></description>
|
||||
</item>
|
||||
<item>
|
||||
<title>Model Checker</title>
|
||||
<link>https://example.org/applications/model-checker/</link>
|
||||
<pubDate>Sat, 07 Jun 2025 00:00:00 +0000</pubDate>
|
||||
<guid>https://example.org/applications/model-checker/</guid>
|
||||
<description></description>
|
||||
</item>
|
||||
<item>
|
||||
<title>Probabilistic Model Checker</title>
|
||||
<link>https://example.org/applications/probabilistic-model-checker/</link>
|
||||
<pubDate>Sat, 07 Jun 2025 00:00:00 +0000</pubDate>
|
||||
<guid>https://example.org/applications/probabilistic-model-checker/</guid>
|
||||
<description></description>
|
||||
</item>
|
||||
<item>
|
||||
<title>SAT Solver</title>
|
||||
<link>http://localhost:1313/applications/sat-solver/</link>
|
||||
<link>https://example.org/applications/sat-solver/</link>
|
||||
<pubDate>Sat, 07 Jun 2025 00:00:00 +0000</pubDate>
|
||||
<guid>http://localhost:1313/applications/sat-solver/</guid>
|
||||
<guid>https://example.org/applications/sat-solver/</guid>
|
||||
<description></description>
|
||||
</item>
|
||||
<item>
|
||||
<title>SMT Solver</title>
|
||||
<link>http://localhost:1313/applications/smt-solver/</link>
|
||||
<link>https://example.org/applications/smt-solver/</link>
|
||||
<pubDate>Sat, 07 Jun 2025 00:00:00 +0000</pubDate>
|
||||
<guid>http://localhost:1313/applications/smt-solver/</guid>
|
||||
<guid>https://example.org/applications/smt-solver/</guid>
|
||||
<description></description>
|
||||
</item>
|
||||
<item>
|
||||
<title>Theorem Prover</title>
|
||||
<link>http://localhost:1313/applications/theorem-prover/</link>
|
||||
<link>https://example.org/applications/theorem-prover/</link>
|
||||
<pubDate>Sat, 07 Jun 2025 00:00:00 +0000</pubDate>
|
||||
<guid>http://localhost:1313/applications/theorem-prover/</guid>
|
||||
<guid>https://example.org/applications/theorem-prover/</guid>
|
||||
<description></description>
|
||||
</item>
|
||||
</channel>
|
||||
|
113
applications/model-checker/index.html
Normal file
113
applications/model-checker/index.html
Normal file
@ -0,0 +1,113 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en-us" dir="ltr">
|
||||
<head>
|
||||
<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>Model Checker | 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="Model Checker">
|
||||
<meta property="og:description" content="">
|
||||
<meta property="og:url" content="https://example.org/applications/model-checker/">
|
||||
<meta property="og:image" content="images/%!s(<nil>)">
|
||||
<link rel="canonical" href="https://example.org/applications/model-checker/">
|
||||
|
||||
<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="https://example.org/css/styles.9d797fdbc9887767b3ad88393155cb84288660765fe6e18c89e2e00fd5ecfb0b9f46384188a0ae4e8b63f4c81526872e0ff61d1d5204287a0c3c8b6e8e34b6b9.css" integrity="sha512-nXl/28mId2ezrYg5MVXLhCiGYHZf5uGMieLgD9Xs+wufRjhBiKCuTotj9MgVJocuD/YdHVIEKHoMPItujjS2uQ==">
|
||||
|
||||
<link href="/css/fontawesome.css" rel="stylesheet" />
|
||||
<link href="/css/brands.css" rel="stylesheet" />
|
||||
<link href="/css/solid.css" rel="stylesheet" />
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</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(74,58,26,0.4)">
|
||||
Model Checker
|
||||
</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\/mc\/sally\/'" style="cursor:pointer;">
|
||||
<td class="tool"><a href="/tools/mc/sally/">Sally</a></td>
|
||||
<td class="description">Sally is a model checker for infinite state systems described as transition systems.
|
||||
</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>
|
19
applications/model-checker/index.xml
Normal file
19
applications/model-checker/index.xml
Normal file
@ -0,0 +1,19 @@
|
||||
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
|
||||
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
||||
<channel>
|
||||
<title>Model Checker on Formal Methods Tools</title>
|
||||
<link>https://example.org/applications/model-checker/</link>
|
||||
<description>Recent content in Model Checker on Formal Methods Tools</description>
|
||||
<generator>Hugo</generator>
|
||||
<language>en-us</language>
|
||||
<lastBuildDate>Sat, 07 Jun 2025 00:00:00 +0000</lastBuildDate>
|
||||
<atom:link href="https://example.org/applications/model-checker/index.xml" rel="self" type="application/rss+xml" />
|
||||
<item>
|
||||
<title>Sally</title>
|
||||
<link>https://example.org/tools/mc/sally/</link>
|
||||
<pubDate>Sat, 07 Jun 2025 00:00:00 +0000</pubDate>
|
||||
<guid>https://example.org/tools/mc/sally/</guid>
|
||||
<description><p>Sally is a model checker for infinite state systems described as transition systems.</p></description>
|
||||
</item>
|
||||
</channel>
|
||||
</rss>
|
129
applications/probabilistic-model-checker/index.html
Normal file
129
applications/probabilistic-model-checker/index.html
Normal file
@ -0,0 +1,129 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en-us" dir="ltr">
|
||||
<head>
|
||||
<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>Probabilistic Model Checker | 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="Probabilistic Model Checker">
|
||||
<meta property="og:description" content="">
|
||||
<meta property="og:url" content="https://example.org/applications/probabilistic-model-checker/">
|
||||
<meta property="og:image" content="images/%!s(<nil>)">
|
||||
<link rel="canonical" href="https://example.org/applications/probabilistic-model-checker/">
|
||||
|
||||
<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="https://example.org/css/styles.9d797fdbc9887767b3ad88393155cb84288660765fe6e18c89e2e00fd5ecfb0b9f46384188a0ae4e8b63f4c81526872e0ff61d1d5204287a0c3c8b6e8e34b6b9.css" integrity="sha512-nXl/28mId2ezrYg5MVXLhCiGYHZf5uGMieLgD9Xs+wufRjhBiKCuTotj9MgVJocuD/YdHVIEKHoMPItujjS2uQ==">
|
||||
|
||||
<link href="/css/fontawesome.css" rel="stylesheet" />
|
||||
<link href="/css/brands.css" rel="stylesheet" />
|
||||
<link href="/css/solid.css" rel="stylesheet" />
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</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(232,228,128,0.4)">
|
||||
Probabilistic Model Checker
|
||||
</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\/prob\/prism\/'" style="cursor:pointer;">
|
||||
<td class="tool"><a href="/tools/prob/prism/">PRISM</a></td>
|
||||
<td class="description">PRISM is a probabilistic model checker, a tool for formal modelling and analysis of systems that …</td>
|
||||
|
||||
|
||||
|
||||
</tr>
|
||||
|
||||
<tr onclick="window.location='\/tools\/prob\/stamina\/'" style="cursor:pointer;">
|
||||
<td class="tool"><a href="/tools/prob/stamina/">STAMINA</a></td>
|
||||
<td class="description">A state-space truncation tool for Markov-Chains that can analyze infinite-sized models. Intefaces …</td>
|
||||
|
||||
|
||||
|
||||
</tr>
|
||||
|
||||
<tr onclick="window.location='\/tools\/prob\/storm\/'" style="cursor:pointer;">
|
||||
<td class="tool"><a href="/tools/prob/storm/">Storm</a></td>
|
||||
<td class="description">Storm is a tool for the analysis of systems involving random or probabilistic phenomena.
|
||||
</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>
|
33
applications/probabilistic-model-checker/index.xml
Normal file
33
applications/probabilistic-model-checker/index.xml
Normal file
@ -0,0 +1,33 @@
|
||||
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
|
||||
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
||||
<channel>
|
||||
<title>Probabilistic Model Checker on Formal Methods Tools</title>
|
||||
<link>https://example.org/applications/probabilistic-model-checker/</link>
|
||||
<description>Recent content in Probabilistic Model Checker on Formal Methods Tools</description>
|
||||
<generator>Hugo</generator>
|
||||
<language>en-us</language>
|
||||
<lastBuildDate>Sat, 07 Jun 2025 00:00:00 +0000</lastBuildDate>
|
||||
<atom:link href="https://example.org/applications/probabilistic-model-checker/index.xml" rel="self" type="application/rss+xml" />
|
||||
<item>
|
||||
<title>PRISM</title>
|
||||
<link>https://example.org/tools/prob/prism/</link>
|
||||
<pubDate>Sat, 07 Jun 2025 00:00:00 +0000</pubDate>
|
||||
<guid>https://example.org/tools/prob/prism/</guid>
|
||||
<description><p>PRISM is a probabilistic model checker, a tool for formal modelling and analysis of systems that exhibit random or probabilistic behaviour.</p></description>
|
||||
</item>
|
||||
<item>
|
||||
<title>STAMINA</title>
|
||||
<link>https://example.org/tools/prob/stamina/</link>
|
||||
<pubDate>Sat, 07 Jun 2025 00:00:00 +0000</pubDate>
|
||||
<guid>https://example.org/tools/prob/stamina/</guid>
|
||||
<description><p>A state-space truncation tool for Markov-Chains that can analyze infinite-sized models. Intefaces with either <a href="../storm" >Storm</a> or <a href="../prism" >PRISM</a>.</p></description>
|
||||
</item>
|
||||
<item>
|
||||
<title>Storm</title>
|
||||
<link>https://example.org/tools/prob/storm/</link>
|
||||
<pubDate>Sat, 07 Jun 2025 00:00:00 +0000</pubDate>
|
||||
<guid>https://example.org/tools/prob/storm/</guid>
|
||||
<description><p>Storm is a tool for the analysis of systems involving random or probabilistic phenomena.</p></description>
|
||||
</item>
|
||||
</channel>
|
||||
</rss>
|
@ -1,6 +1,6 @@
|
||||
<!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>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
|
||||
<meta name="viewport" content ="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
|
||||
@ -14,16 +14,16 @@
|
||||
<meta property="og:type" content="article">
|
||||
<meta property="og:title" content="SAT Solver">
|
||||
<meta property="og:description" content="">
|
||||
<meta property="og:url" content="http://localhost:1313/applications/sat-solver/">
|
||||
<meta property="og:url" content="https://example.org/applications/sat-solver/">
|
||||
<meta property="og:image" content="images/%!s(<nil>)">
|
||||
<link rel="canonical" href="http://localhost:1313/applications/sat-solver/">
|
||||
<link rel="canonical" href="https://example.org/applications/sat-solver/">
|
||||
|
||||
<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.e5b470edf89c3e1b9498ce83a3fd0a2e73e9d06958e2c3a1af8d89781f9f2bf612b21d5e45ab8f4aef773661de2529437838673a136797a6a8aaab7759f94ded.css" integrity="sha512-5bRw7ficPhuUmM6Do/0KLnPp0GlY4sOhr42JeB+fK/YSsh1eRauPSu93NmHeJSlDeDhnOhNnl6aoqqt3WflN7Q==">
|
||||
<link rel="stylesheet" href="https://example.org/css/styles.9d797fdbc9887767b3ad88393155cb84288660765fe6e18c89e2e00fd5ecfb0b9f46384188a0ae4e8b63f4c81526872e0ff61d1d5204287a0c3c8b6e8e34b6b9.css" integrity="sha512-nXl/28mId2ezrYg5MVXLhCiGYHZf5uGMieLgD9Xs+wufRjhBiKCuTotj9MgVJocuD/YdHVIEKHoMPItujjS2uQ==">
|
||||
|
||||
<link href="/css/fontawesome.css" rel="stylesheet" />
|
||||
<link href="/css/brands.css" rel="stylesheet" />
|
||||
@ -35,6 +35,14 @@
|
||||
|
||||
</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>
|
||||
|
||||
@ -182,6 +190,7 @@ APIs and Bindings This …</td>
|
||||
<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>
|
||||
|
@ -2,88 +2,88 @@
|
||||
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
||||
<channel>
|
||||
<title>SAT Solver on Formal Methods Tools</title>
|
||||
<link>http://localhost:1313/applications/sat-solver/</link>
|
||||
<link>https://example.org/applications/sat-solver/</link>
|
||||
<description>Recent content in SAT Solver on Formal Methods Tools</description>
|
||||
<generator>Hugo</generator>
|
||||
<language>en-us</language>
|
||||
<lastBuildDate>Sat, 07 Jun 2025 00:00:00 +0000</lastBuildDate>
|
||||
<atom:link href="http://localhost:1313/applications/sat-solver/index.xml" rel="self" type="application/rss+xml" />
|
||||
<atom:link href="https://example.org/applications/sat-solver/index.xml" rel="self" type="application/rss+xml" />
|
||||
<item>
|
||||
<title>Bitwuzla</title>
|
||||
<link>http://localhost:1313/tools/sat-smt/bitwuzla/</link>
|
||||
<link>https://example.org/tools/sat-smt/bitwuzla/</link>
|
||||
<pubDate>Sat, 07 Jun 2025 00:00:00 +0000</pubDate>
|
||||
<guid>http://localhost:1313/tools/sat-smt/bitwuzla/</guid>
|
||||
<guid>https://example.org/tools/sat-smt/bitwuzla/</guid>
|
||||
<description><p>Bitwuzla is a Satisfiability Modulo Theories (SMT) solver for the theories of fixed-size bit-vectors, floating-point arithmetic, arrays, uninterpreted functions and their combinations.</p></description>
|
||||
</item>
|
||||
<item>
|
||||
<title>Boolector</title>
|
||||
<link>http://localhost:1313/tools/sat-smt/boolector/</link>
|
||||
<link>https://example.org/tools/sat-smt/boolector/</link>
|
||||
<pubDate>Sat, 07 Jun 2025 00:00:00 +0000</pubDate>
|
||||
<guid>http://localhost:1313/tools/sat-smt/boolector/</guid>
|
||||
<description><p>

<div style="display: flex; align-items: center; gap: 8px;">
 <span style="display: inline-block; width: 12px; height: 12px; border-radius: 50%; background: rgb(240, 85, 85);"></span>
 <span style="display:none">[</span>
 
 <span style="color: rgb(240, 85, 85); font-size: 1rem;">Not Maintained Since 2024</span>
 
 <span style="display:none">]</span>
</div>
Boolector is a Satisfiability Modulo Theories (SMT) solver for the theories of fixed-size bit-vectors, arrays and uninterpreted functions.
Succeeded by <a href="../bitwuzla">Bitwuzla</a></p></description>
|
||||
<guid>https://example.org/tools/sat-smt/boolector/</guid>
|
||||
<description><p>

<div style="display: flex; align-items: center; gap: 8px;">
 <span style="display: inline-block; width: 12px; height: 12px; border-radius: 50%; background: rgb(240, 85, 85);"></span>
 <span style="display:none">[</span>
 
 <span style="color: rgb(240, 85, 85); font-size: 1rem;">Not Maintained Since 2024</span>
 
 <span style="display:none">]</span>
</div>
Boolector is a Satisfiability Modulo Theories (SMT) solver for the theories of fixed-size bit-vectors, arrays and uninterpreted functions.
Succeeded by <a href="../bitwuzla" >Bitwuzla</a></p></description>
|
||||
</item>
|
||||
<item>
|
||||
<title>CryptoMiniSat</title>
|
||||
<link>http://localhost:1313/tools/sat-smt/cryptominisat/</link>
|
||||
<link>https://example.org/tools/sat-smt/cryptominisat/</link>
|
||||
<pubDate>Sat, 07 Jun 2025 00:00:00 +0000</pubDate>
|
||||
<guid>http://localhost:1313/tools/sat-smt/cryptominisat/</guid>
|
||||
<description><p>CryptoMiniSat is a SAT solver.</p>
<h2 id="apis-and-bindings">APIs and Bindings</h2>
<p>This tool is available through the following interfaces:</p>
<ul>
<li><strong>C++ Namespace:</strong> Documentation on <a href="https://www.msoos.org/cryptominisat5/">homepage</a></li>
<li><strong>Python package:</strong> <a href="https://pypi.org/project/pycryptosat/">PyPI package</a></li>
</ul></description>
|
||||
<guid>https://example.org/tools/sat-smt/cryptominisat/</guid>
|
||||
<description><p>CryptoMiniSat is a SAT solver.</p>
<h2 id="apis-and-bindings">APIs and Bindings</h2>
<p>This tool is available through the following interfaces:</p>
<ul>
<li><strong>C++ Namespace:</strong> Documentation on <a href="https://www.msoos.org/cryptominisat5/" target="_blank" >homepage</a></li>
<li><strong>Python package:</strong> <a href="https://pypi.org/project/pycryptosat/" target="_blank" >PyPI package</a></li>
</ul></description>
|
||||
</item>
|
||||
<item>
|
||||
<title>Glucose</title>
|
||||
<link>http://localhost:1313/tools/sat-smt/glucose/</link>
|
||||
<link>https://example.org/tools/sat-smt/glucose/</link>
|
||||
<pubDate>Sat, 07 Jun 2025 00:00:00 +0000</pubDate>
|
||||
<guid>http://localhost:1313/tools/sat-smt/glucose/</guid>
|
||||
<guid>https://example.org/tools/sat-smt/glucose/</guid>
|
||||
<description><p>Glucose is a SAT solver.</p></description>
|
||||
</item>
|
||||
<item>
|
||||
<title>Lingeling</title>
|
||||
<link>http://localhost:1313/tools/sat-smt/lingeling/</link>
|
||||
<link>https://example.org/tools/sat-smt/lingeling/</link>
|
||||
<pubDate>Sat, 07 Jun 2025 00:00:00 +0000</pubDate>
|
||||
<guid>http://localhost:1313/tools/sat-smt/lingeling/</guid>
|
||||
<guid>https://example.org/tools/sat-smt/lingeling/</guid>
|
||||
<description><p>Lingeling is a SAT solver.</p></description>
|
||||
</item>
|
||||
<item>
|
||||
<title>MiniSat</title>
|
||||
<link>http://localhost:1313/tools/sat-smt/minisat/</link>
|
||||
<link>https://example.org/tools/sat-smt/minisat/</link>
|
||||
<pubDate>Sat, 07 Jun 2025 00:00:00 +0000</pubDate>
|
||||
<guid>http://localhost:1313/tools/sat-smt/minisat/</guid>
|
||||
<guid>https://example.org/tools/sat-smt/minisat/</guid>
|
||||
<description><p>

<div style="display: flex; align-items: center; gap: 8px;">
 <span style="display: inline-block; width: 12px; height: 12px; border-radius: 50%; background: rgb(240, 85, 85);"></span>
 <span style="display:none">[</span>
 
 <span style="color: rgb(240, 85, 85); font-size: 1rem;">Not Maintained Since 2013</span>
 
 <span style="display:none">]</span>
</div>
MiniSat is a minimalistic, open-source SAT solver, developed to help researchers and developers alike to get started on SAT.</p></description>
|
||||
</item>
|
||||
<item>
|
||||
<title>ParaFROST</title>
|
||||
<link>http://localhost:1313/tools/sat-smt/parafrost/</link>
|
||||
<link>https://example.org/tools/sat-smt/parafrost/</link>
|
||||
<pubDate>Sat, 07 Jun 2025 00:00:00 +0000</pubDate>
|
||||
<guid>http://localhost:1313/tools/sat-smt/parafrost/</guid>
|
||||
<description><p>ParaFROST is a parallel SAT solver with GPU-accelerated inprocessing capable of harnessing NVIDIA CUDA-enabled GPUs in applying modern inprocessing tecnhiques in parallel.</p>
<h2 id="apis-and-bindings">APIs and Bindings</h2>
<p>This tool is available through the following interfaces:</p>
<ul>
<li><strong>C API:</strong> <a href="https://z3prover.github.io/api/html/group__capi.html">Z3 C API Reference</a></li>
<li><strong>C++ API:</strong> <a href="https://z3prover.github.io/api/html/namespacez3.html">Z3 C++ Namespace Reference</a></li>
<li><strong>.NET API:</strong> <a href="https://z3prover.github.io/api/html/namespace_microsoft_1_1_z3.html">Z3 .NET Namespace Reference</a></li>
<li><strong>Java API:</strong> <a href="https://z3prover.github.io/api/html/namespacecom_1_1microsoft_1_1z3.html">Z3 Java API Reference</a></li>
<li><strong>Python bindings:</strong> <a href="https://pypi.org/project/z3-solver/">z3-solver PyPI package</a> (<a href="https://z3prover.github.io/api/html/z3.html">Documentation</a>)</li>
<li><strong>Rust bindings:</strong> <a href="https://crates.io/crates/z3">z3 crate on crates.io</a></li>
</ul></description>
|
||||
<guid>https://example.org/tools/sat-smt/parafrost/</guid>
|
||||
<description><p>ParaFROST is a parallel SAT solver with GPU-accelerated inprocessing capable of harnessing NVIDIA CUDA-enabled GPUs in applying modern inprocessing tecnhiques in parallel.</p>
<h2 id="apis-and-bindings">APIs and Bindings</h2>
<p>This tool is available through the following interfaces:</p>
<ul>
<li><strong>C API:</strong> <a href="https://z3prover.github.io/api/html/group__capi.html" target="_blank" >Z3 C API Reference</a></li>
<li><strong>C++ API:</strong> <a href="https://z3prover.github.io/api/html/namespacez3.html" target="_blank" >Z3 C++ Namespace Reference</a></li>
<li><strong>.NET API:</strong> <a href="https://z3prover.github.io/api/html/namespace_microsoft_1_1_z3.html" target="_blank" >Z3 .NET Namespace Reference</a></li>
<li><strong>Java API:</strong> <a href="https://z3prover.github.io/api/html/namespacecom_1_1microsoft_1_1z3.html" target="_blank" >Z3 Java API Reference</a></li>
<li><strong>Python bindings:</strong> <a href="https://pypi.org/project/z3-solver/" target="_blank" >z3-solver PyPI package</a> (<a href="https://z3prover.github.io/api/html/z3.html" target="_blank" >Documentation</a>)</li>
<li><strong>Rust bindings:</strong> <a href="https://crates.io/crates/z3" target="_blank" >z3 crate on crates.io</a></li>
</ul></description>
|
||||
</item>
|
||||
<item>
|
||||
<title>Riss</title>
|
||||
<link>http://localhost:1313/tools/sat-smt/riss/</link>
|
||||
<link>https://example.org/tools/sat-smt/riss/</link>
|
||||
<pubDate>Sat, 07 Jun 2025 00:00:00 +0000</pubDate>
|
||||
<guid>http://localhost:1313/tools/sat-smt/riss/</guid>
|
||||
<guid>https://example.org/tools/sat-smt/riss/</guid>
|
||||
<description><p>

<div style="display: flex; align-items: center; gap: 8px;">
 <span style="display: inline-block; width: 12px; height: 12px; border-radius: 50%; background: rgb(240, 85, 85);"></span>
 <span style="display:none">[</span>
 
 <span style="color: rgb(240, 85, 85); font-size: 1rem;">Not Maintained Since 2017</span>
 
 <span style="display:none">]</span>
</div>
Riss is a SAT solving tool collection.</p></description>
|
||||
</item>
|
||||
<item>
|
||||
<title>SMT-RAT</title>
|
||||
<link>http://localhost:1313/tools/sat-smt/smt-rat/</link>
|
||||
<link>https://example.org/tools/sat-smt/smt-rat/</link>
|
||||
<pubDate>Sat, 07 Jun 2025 00:00:00 +0000</pubDate>
|
||||
<guid>http://localhost:1313/tools/sat-smt/smt-rat/</guid>
|
||||
<description><p>SMT-RAT is an SMT Real Algebra Toolbox.</p>
<h2 id="apis-and-bindings">APIs and Bindings</h2>
<p>This tool is available through the following interfaces:</p>
<ul>
<li><strong>C++ API:</strong> <a href="https://ths-rwth.github.io/smtrat/dc/dad/md__builds_ths_smt_smtrat_doc_markdown_07_using_smtrat.html#autotoc_md25">C++ API Reference</a></li>
</ul></description>
|
||||
<guid>https://example.org/tools/sat-smt/smt-rat/</guid>
|
||||
<description><p>SMT-RAT is an SMT Real Algebra Toolbox.</p>
<h2 id="apis-and-bindings">APIs and Bindings</h2>
<p>This tool is available through the following interfaces:</p>
<ul>
<li><strong>C++ API:</strong> <a href="https://ths-rwth.github.io/smtrat/dc/dad/md__builds_ths_smt_smtrat_doc_markdown_07_using_smtrat.html#autotoc_md25" target="_blank" >C++ API Reference</a></li>
</ul></description>
|
||||
</item>
|
||||
<item>
|
||||
<title>Yices 2</title>
|
||||
<link>http://localhost:1313/tools/sat-smt/yices/</link>
|
||||
<link>https://example.org/tools/sat-smt/yices/</link>
|
||||
<pubDate>Sat, 07 Jun 2025 00:00:00 +0000</pubDate>
|
||||
<guid>http://localhost:1313/tools/sat-smt/yices/</guid>
|
||||
<description><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 languages, making it suitable for research and industrial applications in software and hardware verification.</p>
<h2 id="apis-and-bindings">APIs and Bindings</h2>
<p>This tool is available through the following interfaces:</p>
<ul>
<li><strong>General API:</strong> <a href="https://yices.csl.sri.com/doc/index.html">Yices API Reference</a></li>
<li><strong>Python bindings:</strong> <a href="https://pypi.org/project/yices/">yices2 PyPI package</a></li>
<li><strong>Rust bindings:</strong> <a href="https://crates.io/crates/yices2">yices2 crate on crates.io</a></li>
</ul></description>
|
||||
<guid>https://example.org/tools/sat-smt/yices/</guid>
|
||||
<description><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 languages, making it suitable for research and industrial applications in software and hardware verification.</p>
<h2 id="apis-and-bindings">APIs and Bindings</h2>
<p>This tool is available through the following interfaces:</p>
<ul>
<li><strong>General API:</strong> <a href="https://yices.csl.sri.com/doc/index.html" target="_blank" >Yices API Reference</a></li>
<li><strong>Python bindings:</strong> <a href="https://pypi.org/project/yices/" target="_blank" >yices2 PyPI package</a></li>
<li><strong>Rust bindings:</strong> <a href="https://crates.io/crates/yices2" target="_blank" >yices2 crate on crates.io</a></li>
</ul></description>
|
||||
</item>
|
||||
<item>
|
||||
<title>Z3</title>
|
||||
<link>http://localhost:1313/tools/sat-smt/z3/</link>
|
||||
<link>https://example.org/tools/sat-smt/z3/</link>
|
||||
<pubDate>Sat, 07 Jun 2025 00:00:00 +0000</pubDate>
|
||||
<guid>http://localhost:1313/tools/sat-smt/z3/</guid>
|
||||
<description><p>Z3 is a general-purpose theorem prover widely used for SAT &amp; SMT solving.</p>
<h2 id="apis-and-bindings">APIs and Bindings</h2>
<p>This tool is available through the following interfaces:</p>
<ul>
<li><strong>C API:</strong> <a href="https://z3prover.github.io/api/html/group__capi.html">Z3 C API Reference</a></li>
<li><strong>C++ API:</strong> <a href="https://z3prover.github.io/api/html/namespacez3.html">Z3 C++ Namespace Reference</a></li>
<li><strong>.NET API:</strong> <a href="https://z3prover.github.io/api/html/namespace_microsoft_1_1_z3.html">Z3 .NET Namespace Reference</a></li>
<li><strong>Java API:</strong> <a href="https://z3prover.github.io/api/html/namespacecom_1_1microsoft_1_1z3.html">Z3 Java API Reference</a></li>
<li><strong>Python bindings:</strong> <a href="https://pypi.org/project/z3-solver/">z3-solver PyPI package</a> (<a href="https://z3prover.github.io/api/html/z3.html">Documentation</a>)</li>
<li><strong>Rust bindings:</strong> <a href="https://crates.io/crates/z3">z3 crate on crates.io</a></li>
</ul></description>
|
||||
<guid>https://example.org/tools/sat-smt/z3/</guid>
|
||||
<description><p>Z3 is a general-purpose theorem prover widely used for SAT &amp; SMT solving.</p>
<h2 id="apis-and-bindings">APIs and Bindings</h2>
<p>This tool is available through the following interfaces:</p>
<ul>
<li><strong>C API:</strong> <a href="https://z3prover.github.io/api/html/group__capi.html" target="_blank" >Z3 C API Reference</a></li>
<li><strong>C++ API:</strong> <a href="https://z3prover.github.io/api/html/namespacez3.html" target="_blank" >Z3 C++ Namespace Reference</a></li>
<li><strong>.NET API:</strong> <a href="https://z3prover.github.io/api/html/namespace_microsoft_1_1_z3.html" target="_blank" >Z3 .NET Namespace Reference</a></li>
<li><strong>Java API:</strong> <a href="https://z3prover.github.io/api/html/namespacecom_1_1microsoft_1_1z3.html" target="_blank" >Z3 Java API Reference</a></li>
<li><strong>Python bindings:</strong> <a href="https://pypi.org/project/z3-solver/" target="_blank" >z3-solver PyPI package</a> (<a href="https://z3prover.github.io/api/html/z3.html" target="_blank" >Documentation</a>)</li>
<li><strong>Rust bindings:</strong> <a href="https://crates.io/crates/z3" target="_blank" >z3 crate on crates.io</a></li>
</ul></description>
|
||||
</item>
|
||||
</channel>
|
||||
</rss>
|
||||
|
@ -1,6 +1,6 @@
|
||||
<!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>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
|
||||
<meta name="viewport" content ="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
|
||||
@ -14,16 +14,16 @@
|
||||
<meta property="og:type" content="article">
|
||||
<meta property="og:title" content="SMT Solver">
|
||||
<meta property="og:description" content="">
|
||||
<meta property="og:url" content="http://localhost:1313/applications/smt-solver/">
|
||||
<meta property="og:url" content="https://example.org/applications/smt-solver/">
|
||||
<meta property="og:image" content="images/%!s(<nil>)">
|
||||
<link rel="canonical" href="http://localhost:1313/applications/smt-solver/">
|
||||
<link rel="canonical" href="https://example.org/applications/smt-solver/">
|
||||
|
||||
<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.e5b470edf89c3e1b9498ce83a3fd0a2e73e9d06958e2c3a1af8d89781f9f2bf612b21d5e45ab8f4aef773661de2529437838673a136797a6a8aaab7759f94ded.css" integrity="sha512-5bRw7ficPhuUmM6Do/0KLnPp0GlY4sOhr42JeB+fK/YSsh1eRauPSu93NmHeJSlDeDhnOhNnl6aoqqt3WflN7Q==">
|
||||
<link rel="stylesheet" href="https://example.org/css/styles.9d797fdbc9887767b3ad88393155cb84288660765fe6e18c89e2e00fd5ecfb0b9f46384188a0ae4e8b63f4c81526872e0ff61d1d5204287a0c3c8b6e8e34b6b9.css" integrity="sha512-nXl/28mId2ezrYg5MVXLhCiGYHZf5uGMieLgD9Xs+wufRjhBiKCuTotj9MgVJocuD/YdHVIEKHoMPItujjS2uQ==">
|
||||
|
||||
<link href="/css/fontawesome.css" rel="stylesheet" />
|
||||
<link href="/css/brands.css" rel="stylesheet" />
|
||||
@ -35,6 +35,14 @@
|
||||
|
||||
</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>
|
||||
|
||||
@ -214,6 +222,7 @@ APIs and Bindings This …</td>
|
||||
<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>
|
||||
|
@ -2,116 +2,116 @@
|
||||
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
||||
<channel>
|
||||
<title>SMT Solver on Formal Methods Tools</title>
|
||||
<link>http://localhost:1313/applications/smt-solver/</link>
|
||||
<link>https://example.org/applications/smt-solver/</link>
|
||||
<description>Recent content in SMT Solver on Formal Methods Tools</description>
|
||||
<generator>Hugo</generator>
|
||||
<language>en-us</language>
|
||||
<lastBuildDate>Sat, 07 Jun 2025 00:00:00 +0000</lastBuildDate>
|
||||
<atom:link href="http://localhost:1313/applications/smt-solver/index.xml" rel="self" type="application/rss+xml" />
|
||||
<atom:link href="https://example.org/applications/smt-solver/index.xml" rel="self" type="application/rss+xml" />
|
||||
<item>
|
||||
<title>Bitwuzla</title>
|
||||
<link>http://localhost:1313/tools/sat-smt/bitwuzla/</link>
|
||||
<link>https://example.org/tools/sat-smt/bitwuzla/</link>
|
||||
<pubDate>Sat, 07 Jun 2025 00:00:00 +0000</pubDate>
|
||||
<guid>http://localhost:1313/tools/sat-smt/bitwuzla/</guid>
|
||||
<guid>https://example.org/tools/sat-smt/bitwuzla/</guid>
|
||||
<description><p>Bitwuzla is a Satisfiability Modulo Theories (SMT) solver for the theories of fixed-size bit-vectors, floating-point arithmetic, arrays, uninterpreted functions and their combinations.</p></description>
|
||||
</item>
|
||||
<item>
|
||||
<title>Boolector</title>
|
||||
<link>http://localhost:1313/tools/sat-smt/boolector/</link>
|
||||
<link>https://example.org/tools/sat-smt/boolector/</link>
|
||||
<pubDate>Sat, 07 Jun 2025 00:00:00 +0000</pubDate>
|
||||
<guid>http://localhost:1313/tools/sat-smt/boolector/</guid>
|
||||
<description><p>

<div style="display: flex; align-items: center; gap: 8px;">
 <span style="display: inline-block; width: 12px; height: 12px; border-radius: 50%; background: rgb(240, 85, 85);"></span>
 <span style="display:none">[</span>
 
 <span style="color: rgb(240, 85, 85); font-size: 1rem;">Not Maintained Since 2024</span>
 
 <span style="display:none">]</span>
</div>
Boolector is a Satisfiability Modulo Theories (SMT) solver for the theories of fixed-size bit-vectors, arrays and uninterpreted functions.
Succeeded by <a href="../bitwuzla">Bitwuzla</a></p></description>
|
||||
<guid>https://example.org/tools/sat-smt/boolector/</guid>
|
||||
<description><p>

<div style="display: flex; align-items: center; gap: 8px;">
 <span style="display: inline-block; width: 12px; height: 12px; border-radius: 50%; background: rgb(240, 85, 85);"></span>
 <span style="display:none">[</span>
 
 <span style="color: rgb(240, 85, 85); font-size: 1rem;">Not Maintained Since 2024</span>
 
 <span style="display:none">]</span>
</div>
Boolector is a Satisfiability Modulo Theories (SMT) solver for the theories of fixed-size bit-vectors, arrays and uninterpreted functions.
Succeeded by <a href="../bitwuzla" >Bitwuzla</a></p></description>
|
||||
</item>
|
||||
<item>
|
||||
<title>Colibri</title>
|
||||
<link>http://localhost:1313/tools/sat-smt/colibri/</link>
|
||||
<link>https://example.org/tools/sat-smt/colibri/</link>
|
||||
<pubDate>Sat, 07 Jun 2025 00:00:00 +0000</pubDate>
|
||||
<guid>http://localhost:1313/tools/sat-smt/colibri/</guid>
|
||||
<guid>https://example.org/tools/sat-smt/colibri/</guid>
|
||||
<description><p>Colibri is an SMT solver.</p></description>
|
||||
</item>
|
||||
<item>
|
||||
<title>cvc4</title>
|
||||
<link>http://localhost:1313/tools/sat-smt/cvc4/</link>
|
||||
<link>https://example.org/tools/sat-smt/cvc4/</link>
|
||||
<pubDate>Sat, 07 Jun 2025 00:00:00 +0000</pubDate>
|
||||
<guid>http://localhost:1313/tools/sat-smt/cvc4/</guid>
|
||||
<description><p>

<div style="display: flex; align-items: center; gap: 8px;">
 <span style="display: inline-block; width: 12px; height: 12px; border-radius: 50%; background: rgb(240, 85, 85);"></span>
 <span style="display:none">[</span>
 
 <span style="color: rgb(240, 85, 85); font-size: 1rem;">Not Maintained Since 2021</span>
 
 <span style="display:none">]</span>
</div>
cvc4 is an automatic theorem prover for SMT problems. It is succeeded by <a href="../cvc5">cvc5</a></p></description>
|
||||
<guid>https://example.org/tools/sat-smt/cvc4/</guid>
|
||||
<description><p>

<div style="display: flex; align-items: center; gap: 8px;">
 <span style="display: inline-block; width: 12px; height: 12px; border-radius: 50%; background: rgb(240, 85, 85);"></span>
 <span style="display:none">[</span>
 
 <span style="color: rgb(240, 85, 85); font-size: 1rem;">Not Maintained Since 2021</span>
 
 <span style="display:none">]</span>
</div>
cvc4 is an automatic theorem prover for SMT problems. It is succeeded by <a href="../cvc5" >cvc5</a></p></description>
|
||||
</item>
|
||||
<item>
|
||||
<title>cvc5</title>
|
||||
<link>http://localhost:1313/tools/sat-smt/cvc5/</link>
|
||||
<link>https://example.org/tools/sat-smt/cvc5/</link>
|
||||
<pubDate>Sat, 07 Jun 2025 00:00:00 +0000</pubDate>
|
||||
<guid>http://localhost:1313/tools/sat-smt/cvc5/</guid>
|
||||
<guid>https://example.org/tools/sat-smt/cvc5/</guid>
|
||||
<description><p>cvc5 is an automatic theorem prover for SMT problems.</p></description>
|
||||
</item>
|
||||
<item>
|
||||
<title>dReal</title>
|
||||
<link>http://localhost:1313/tools/sat-smt/dreal/</link>
|
||||
<link>https://example.org/tools/sat-smt/dreal/</link>
|
||||
<pubDate>Sat, 07 Jun 2025 00:00:00 +0000</pubDate>
|
||||
<guid>http://localhost:1313/tools/sat-smt/dreal/</guid>
|
||||
<guid>https://example.org/tools/sat-smt/dreal/</guid>
|
||||
<description><p>

<div style="display: flex; align-items: center; gap: 8px;">
 <span style="display: inline-block; width: 12px; height: 12px; border-radius: 50%; background: rgb(240, 85, 85);"></span>
 <span style="display:none">[</span>
 
 <span style="color: rgb(240, 85, 85); font-size: 1rem;">Not Maintained Since 2023</span>
 
 <span style="display:none">]</span>
</div>
dReal is an automated reasoning tool. It focuses on solving problems that can be encoded as first-order logic formulas over the real numbers. Its special strength is in handling problems that involve a wide range of nonlinear real functions.</p></description>
|
||||
</item>
|
||||
<item>
|
||||
<title>MathSAT</title>
|
||||
<link>http://localhost:1313/tools/sat-smt/mathsat/</link>
|
||||
<link>https://example.org/tools/sat-smt/mathsat/</link>
|
||||
<pubDate>Sat, 07 Jun 2025 00:00:00 +0000</pubDate>
|
||||
<guid>http://localhost:1313/tools/sat-smt/mathsat/</guid>
|
||||
<guid>https://example.org/tools/sat-smt/mathsat/</guid>
|
||||
<description><p><div style="display: flex; align-items: center; gap: 8px;">
 <span style="display: inline-block; width: 12px; height: 12px; border-radius: 50%; background: rgb(226, 181, 59);"></span>
 <span style="display:none">[</span>
 <span style="color: rgb(226, 181, 59); font-size: 1rem;">Closed-Source Tool</span>
 <span style="display:none">]&nbsp;</span>
</div>
MiniSat is a minimalistic, open-source SAT solver, developed to help researchers and developers alike to get started on SAT.</p></description>
|
||||
</item>
|
||||
<item>
|
||||
<title>OpenSMT</title>
|
||||
<link>http://localhost:1313/tools/sat-smt/opensmt/</link>
|
||||
<link>https://example.org/tools/sat-smt/opensmt/</link>
|
||||
<pubDate>Sat, 07 Jun 2025 00:00:00 +0000</pubDate>
|
||||
<guid>http://localhost:1313/tools/sat-smt/opensmt/</guid>
|
||||
<description><p>OpenSMT is a compact and open-source SMT-solver written in C++, with the main goal of making SMT-Solvers easy to understand and use as a computational engine for formal verification. OpenSMT is built on top of <a href="http://localhost:1313/tools/minisat">MiniSAT</a>.</p></description>
|
||||
<guid>https://example.org/tools/sat-smt/opensmt/</guid>
|
||||
<description><p>OpenSMT is a compact and open-source SMT-solver written in C++, with the main goal of making SMT-Solvers easy to understand and use as a computational engine for formal verification. OpenSMT is built on top of <a href="https://example.org/tools/minisat" >MiniSAT</a>.</p></description>
|
||||
</item>
|
||||
<item>
|
||||
<title>Q3B</title>
|
||||
<link>http://localhost:1313/tools/sat-smt/q3b/</link>
|
||||
<link>https://example.org/tools/sat-smt/q3b/</link>
|
||||
<pubDate>Sat, 07 Jun 2025 00:00:00 +0000</pubDate>
|
||||
<guid>http://localhost:1313/tools/sat-smt/q3b/</guid>
|
||||
<guid>https://example.org/tools/sat-smt/q3b/</guid>
|
||||
<description><p>

<div style="display: flex; align-items: center; gap: 8px;">
 <span style="display: inline-block; width: 12px; height: 12px; border-radius: 50%; background: rgb(240, 85, 85);"></span>
 <span style="display:none">[</span>
 
 <span style="color: rgb(240, 85, 85); font-size: 1rem;">Not Maintained Since 2023</span>
 
 <span style="display:none">]</span>
</div>
Q3B is an SMT solver for the quantified bit-vector formulas which uses BDDs.</p></description>
|
||||
</item>
|
||||
<item>
|
||||
<title>SMT-RAT</title>
|
||||
<link>http://localhost:1313/tools/sat-smt/smt-rat/</link>
|
||||
<link>https://example.org/tools/sat-smt/smt-rat/</link>
|
||||
<pubDate>Sat, 07 Jun 2025 00:00:00 +0000</pubDate>
|
||||
<guid>http://localhost:1313/tools/sat-smt/smt-rat/</guid>
|
||||
<description><p>SMT-RAT is an SMT Real Algebra Toolbox.</p>
<h2 id="apis-and-bindings">APIs and Bindings</h2>
<p>This tool is available through the following interfaces:</p>
<ul>
<li><strong>C++ API:</strong> <a href="https://ths-rwth.github.io/smtrat/dc/dad/md__builds_ths_smt_smtrat_doc_markdown_07_using_smtrat.html#autotoc_md25">C++ API Reference</a></li>
</ul></description>
|
||||
<guid>https://example.org/tools/sat-smt/smt-rat/</guid>
|
||||
<description><p>SMT-RAT is an SMT Real Algebra Toolbox.</p>
<h2 id="apis-and-bindings">APIs and Bindings</h2>
<p>This tool is available through the following interfaces:</p>
<ul>
<li><strong>C++ API:</strong> <a href="https://ths-rwth.github.io/smtrat/dc/dad/md__builds_ths_smt_smtrat_doc_markdown_07_using_smtrat.html#autotoc_md25" target="_blank" >C++ API Reference</a></li>
</ul></description>
|
||||
</item>
|
||||
<item>
|
||||
<title>SMTInterpol</title>
|
||||
<link>http://localhost:1313/tools/sat-smt/smtinterpol/</link>
|
||||
<link>https://example.org/tools/sat-smt/smtinterpol/</link>
|
||||
<pubDate>Sat, 07 Jun 2025 00:00:00 +0000</pubDate>
|
||||
<guid>http://localhost:1313/tools/sat-smt/smtinterpol/</guid>
|
||||
<description><p>SMTInterpol is an SMT Solver that can compute Craig interpolants for various theories.</p>
<h2 id="apis-and-bindings">APIs and Bindings</h2>
<p>This tool is available through the following interfaces:</p>
<ul>
<li><strong>Java API:</strong> <a href="https://ultimate.informatik.uni-freiburg.de/smtinterpol/doc/index.html">Java API Reference</a></li>
</ul></description>
|
||||
<guid>https://example.org/tools/sat-smt/smtinterpol/</guid>
|
||||
<description><p>SMTInterpol is an SMT Solver that can compute Craig interpolants for various theories.</p>
<h2 id="apis-and-bindings">APIs and Bindings</h2>
<p>This tool is available through the following interfaces:</p>
<ul>
<li><strong>Java API:</strong> <a href="https://ultimate.informatik.uni-freiburg.de/smtinterpol/doc/index.html" target="_blank" >Java API Reference</a></li>
</ul></description>
|
||||
</item>
|
||||
<item>
|
||||
<title>STP</title>
|
||||
<link>http://localhost:1313/tools/sat-smt/stp/</link>
|
||||
<link>https://example.org/tools/sat-smt/stp/</link>
|
||||
<pubDate>Sat, 07 Jun 2025 00:00:00 +0000</pubDate>
|
||||
<guid>http://localhost:1313/tools/sat-smt/stp/</guid>
|
||||
<description><p>STP is a constraint solver for quantifier-free bitvectors.</p>
<h2 id="apis-and-bindings">APIs and Bindings</h2>
<p>This tool is available through the following interfaces:</p>
<ul>
<li><strong>C API:</strong> <a href="https://stp.readthedocs.io/en/latest/#c-library-usage">stp C API Reference</a></li>
<li><strong>Python bindings:</strong> <a href="https://stp.readthedocs.io/en/latest/#python-usage">stp PyPI package</a></li>
</ul></description>
|
||||
<guid>https://example.org/tools/sat-smt/stp/</guid>
|
||||
<description><p>STP is a constraint solver for quantifier-free bitvectors.</p>
<h2 id="apis-and-bindings">APIs and Bindings</h2>
<p>This tool is available through the following interfaces:</p>
<ul>
<li><strong>C API:</strong> <a href="https://stp.readthedocs.io/en/latest/#c-library-usage" target="_blank" >stp C API Reference</a></li>
<li><strong>Python bindings:</strong> <a href="https://stp.readthedocs.io/en/latest/#python-usage" target="_blank" >stp PyPI package</a></li>
</ul></description>
|
||||
</item>
|
||||
<item>
|
||||
<title>veriT</title>
|
||||
<link>http://localhost:1313/tools/sat-smt/verit/</link>
|
||||
<link>https://example.org/tools/sat-smt/verit/</link>
|
||||
<pubDate>Sat, 07 Jun 2025 00:00:00 +0000</pubDate>
|
||||
<guid>http://localhost:1313/tools/sat-smt/verit/</guid>
|
||||
<guid>https://example.org/tools/sat-smt/verit/</guid>
|
||||
<description><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 provides a command-line interface for ease of integration into verification workflows. The solver is actively maintained and distributed under the BSD license, making it suitable for both academic and industrial applications.</p></description>
|
||||
</item>
|
||||
<item>
|
||||
<title>Yices 2</title>
|
||||
<link>http://localhost:1313/tools/sat-smt/yices/</link>
|
||||
<link>https://example.org/tools/sat-smt/yices/</link>
|
||||
<pubDate>Sat, 07 Jun 2025 00:00:00 +0000</pubDate>
|
||||
<guid>http://localhost:1313/tools/sat-smt/yices/</guid>
|
||||
<description><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 languages, making it suitable for research and industrial applications in software and hardware verification.</p>
<h2 id="apis-and-bindings">APIs and Bindings</h2>
<p>This tool is available through the following interfaces:</p>
<ul>
<li><strong>General API:</strong> <a href="https://yices.csl.sri.com/doc/index.html">Yices API Reference</a></li>
<li><strong>Python bindings:</strong> <a href="https://pypi.org/project/yices/">yices2 PyPI package</a></li>
<li><strong>Rust bindings:</strong> <a href="https://crates.io/crates/yices2">yices2 crate on crates.io</a></li>
</ul></description>
|
||||
<guid>https://example.org/tools/sat-smt/yices/</guid>
|
||||
<description><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 languages, making it suitable for research and industrial applications in software and hardware verification.</p>
<h2 id="apis-and-bindings">APIs and Bindings</h2>
<p>This tool is available through the following interfaces:</p>
<ul>
<li><strong>General API:</strong> <a href="https://yices.csl.sri.com/doc/index.html" target="_blank" >Yices API Reference</a></li>
<li><strong>Python bindings:</strong> <a href="https://pypi.org/project/yices/" target="_blank" >yices2 PyPI package</a></li>
<li><strong>Rust bindings:</strong> <a href="https://crates.io/crates/yices2" target="_blank" >yices2 crate on crates.io</a></li>
</ul></description>
|
||||
</item>
|
||||
<item>
|
||||
<title>Z3</title>
|
||||
<link>http://localhost:1313/tools/sat-smt/z3/</link>
|
||||
<link>https://example.org/tools/sat-smt/z3/</link>
|
||||
<pubDate>Sat, 07 Jun 2025 00:00:00 +0000</pubDate>
|
||||
<guid>http://localhost:1313/tools/sat-smt/z3/</guid>
|
||||
<description><p>Z3 is a general-purpose theorem prover widely used for SAT &amp; SMT solving.</p>
<h2 id="apis-and-bindings">APIs and Bindings</h2>
<p>This tool is available through the following interfaces:</p>
<ul>
<li><strong>C API:</strong> <a href="https://z3prover.github.io/api/html/group__capi.html">Z3 C API Reference</a></li>
<li><strong>C++ API:</strong> <a href="https://z3prover.github.io/api/html/namespacez3.html">Z3 C++ Namespace Reference</a></li>
<li><strong>.NET API:</strong> <a href="https://z3prover.github.io/api/html/namespace_microsoft_1_1_z3.html">Z3 .NET Namespace Reference</a></li>
<li><strong>Java API:</strong> <a href="https://z3prover.github.io/api/html/namespacecom_1_1microsoft_1_1z3.html">Z3 Java API Reference</a></li>
<li><strong>Python bindings:</strong> <a href="https://pypi.org/project/z3-solver/">z3-solver PyPI package</a> (<a href="https://z3prover.github.io/api/html/z3.html">Documentation</a>)</li>
<li><strong>Rust bindings:</strong> <a href="https://crates.io/crates/z3">z3 crate on crates.io</a></li>
</ul></description>
|
||||
<guid>https://example.org/tools/sat-smt/z3/</guid>
|
||||
<description><p>Z3 is a general-purpose theorem prover widely used for SAT &amp; SMT solving.</p>
<h2 id="apis-and-bindings">APIs and Bindings</h2>
<p>This tool is available through the following interfaces:</p>
<ul>
<li><strong>C API:</strong> <a href="https://z3prover.github.io/api/html/group__capi.html" target="_blank" >Z3 C API Reference</a></li>
<li><strong>C++ API:</strong> <a href="https://z3prover.github.io/api/html/namespacez3.html" target="_blank" >Z3 C++ Namespace Reference</a></li>
<li><strong>.NET API:</strong> <a href="https://z3prover.github.io/api/html/namespace_microsoft_1_1_z3.html" target="_blank" >Z3 .NET Namespace Reference</a></li>
<li><strong>Java API:</strong> <a href="https://z3prover.github.io/api/html/namespacecom_1_1microsoft_1_1z3.html" target="_blank" >Z3 Java API Reference</a></li>
<li><strong>Python bindings:</strong> <a href="https://pypi.org/project/z3-solver/" target="_blank" >z3-solver PyPI package</a> (<a href="https://z3prover.github.io/api/html/z3.html" target="_blank" >Documentation</a>)</li>
<li><strong>Rust bindings:</strong> <a href="https://crates.io/crates/z3" target="_blank" >z3 crate on crates.io</a></li>
</ul></description>
|
||||
</item>
|
||||
</channel>
|
||||
</rss>
|
||||
|
@ -1,6 +1,6 @@
|
||||
<!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>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
|
||||
<meta name="viewport" content ="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
|
||||
@ -14,16 +14,16 @@
|
||||
<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:url" content="https://example.org/applications/theorem-prover/">
|
||||
<meta property="og:image" content="images/%!s(<nil>)">
|
||||
<link rel="canonical" href="http://localhost:1313/applications/theorem-prover/">
|
||||
<link rel="canonical" href="https://example.org/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="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.e5b470edf89c3e1b9498ce83a3fd0a2e73e9d06958e2c3a1af8d89781f9f2bf612b21d5e45ab8f4aef773661de2529437838673a136797a6a8aaab7759f94ded.css" integrity="sha512-5bRw7ficPhuUmM6Do/0KLnPp0GlY4sOhr42JeB+fK/YSsh1eRauPSu93NmHeJSlDeDhnOhNnl6aoqqt3WflN7Q==">
|
||||
<link rel="stylesheet" href="https://example.org/css/styles.9d797fdbc9887767b3ad88393155cb84288660765fe6e18c89e2e00fd5ecfb0b9f46384188a0ae4e8b63f4c81526872e0ff61d1d5204287a0c3c8b6e8e34b6b9.css" integrity="sha512-nXl/28mId2ezrYg5MVXLhCiGYHZf5uGMieLgD9Xs+wufRjhBiKCuTotj9MgVJocuD/YdHVIEKHoMPItujjS2uQ==">
|
||||
|
||||
<link href="/css/fontawesome.css" rel="stylesheet" />
|
||||
<link href="/css/brands.css" rel="stylesheet" />
|
||||
@ -35,6 +35,14 @@
|
||||
|
||||
</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>
|
||||
|
||||
@ -139,6 +147,7 @@ APIs and Bindings This …</td>
|
||||
<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>
|
||||
|
@ -2,53 +2,53 @@
|
||||
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
||||
<channel>
|
||||
<title>Theorem Prover on Formal Methods Tools</title>
|
||||
<link>http://localhost:1313/applications/theorem-prover/</link>
|
||||
<link>https://example.org/applications/theorem-prover/</link>
|
||||
<description>Recent content in Theorem Prover on Formal Methods Tools</description>
|
||||
<generator>Hugo</generator>
|
||||
<language>en-us</language>
|
||||
<lastBuildDate>Sat, 07 Jun 2025 00:00:00 +0000</lastBuildDate>
|
||||
<atom:link href="http://localhost:1313/applications/theorem-prover/index.xml" rel="self" type="application/rss+xml" />
|
||||
<atom:link href="https://example.org/applications/theorem-prover/index.xml" rel="self" type="application/rss+xml" />
|
||||
<item>
|
||||
<title>Bitwuzla</title>
|
||||
<link>http://localhost:1313/tools/sat-smt/bitwuzla/</link>
|
||||
<link>https://example.org/tools/sat-smt/bitwuzla/</link>
|
||||
<pubDate>Sat, 07 Jun 2025 00:00:00 +0000</pubDate>
|
||||
<guid>http://localhost:1313/tools/sat-smt/bitwuzla/</guid>
|
||||
<guid>https://example.org/tools/sat-smt/bitwuzla/</guid>
|
||||
<description><p>Bitwuzla is a Satisfiability Modulo Theories (SMT) solver for the theories of fixed-size bit-vectors, floating-point arithmetic, arrays, uninterpreted functions and their combinations.</p></description>
|
||||
</item>
|
||||
<item>
|
||||
<title>Boolector</title>
|
||||
<link>http://localhost:1313/tools/sat-smt/boolector/</link>
|
||||
<link>https://example.org/tools/sat-smt/boolector/</link>
|
||||
<pubDate>Sat, 07 Jun 2025 00:00:00 +0000</pubDate>
|
||||
<guid>http://localhost:1313/tools/sat-smt/boolector/</guid>
|
||||
<description><p>

<div style="display: flex; align-items: center; gap: 8px;">
 <span style="display: inline-block; width: 12px; height: 12px; border-radius: 50%; background: rgb(240, 85, 85);"></span>
 <span style="display:none">[</span>
 
 <span style="color: rgb(240, 85, 85); font-size: 1rem;">Not Maintained Since 2024</span>
 
 <span style="display:none">]</span>
</div>
Boolector is a Satisfiability Modulo Theories (SMT) solver for the theories of fixed-size bit-vectors, arrays and uninterpreted functions.
Succeeded by <a href="../bitwuzla">Bitwuzla</a></p></description>
|
||||
<guid>https://example.org/tools/sat-smt/boolector/</guid>
|
||||
<description><p>

<div style="display: flex; align-items: center; gap: 8px;">
 <span style="display: inline-block; width: 12px; height: 12px; border-radius: 50%; background: rgb(240, 85, 85);"></span>
 <span style="display:none">[</span>
 
 <span style="color: rgb(240, 85, 85); font-size: 1rem;">Not Maintained Since 2024</span>
 
 <span style="display:none">]</span>
</div>
Boolector is a Satisfiability Modulo Theories (SMT) solver for the theories of fixed-size bit-vectors, arrays and uninterpreted functions.
Succeeded by <a href="../bitwuzla" >Bitwuzla</a></p></description>
|
||||
</item>
|
||||
<item>
|
||||
<title>cvc4</title>
|
||||
<link>http://localhost:1313/tools/sat-smt/cvc4/</link>
|
||||
<link>https://example.org/tools/sat-smt/cvc4/</link>
|
||||
<pubDate>Sat, 07 Jun 2025 00:00:00 +0000</pubDate>
|
||||
<guid>http://localhost:1313/tools/sat-smt/cvc4/</guid>
|
||||
<description><p>

<div style="display: flex; align-items: center; gap: 8px;">
 <span style="display: inline-block; width: 12px; height: 12px; border-radius: 50%; background: rgb(240, 85, 85);"></span>
 <span style="display:none">[</span>
 
 <span style="color: rgb(240, 85, 85); font-size: 1rem;">Not Maintained Since 2021</span>
 
 <span style="display:none">]</span>
</div>
cvc4 is an automatic theorem prover for SMT problems. It is succeeded by <a href="../cvc5">cvc5</a></p></description>
|
||||
<guid>https://example.org/tools/sat-smt/cvc4/</guid>
|
||||
<description><p>

<div style="display: flex; align-items: center; gap: 8px;">
 <span style="display: inline-block; width: 12px; height: 12px; border-radius: 50%; background: rgb(240, 85, 85);"></span>
 <span style="display:none">[</span>
 
 <span style="color: rgb(240, 85, 85); font-size: 1rem;">Not Maintained Since 2021</span>
 
 <span style="display:none">]</span>
</div>
cvc4 is an automatic theorem prover for SMT problems. It is succeeded by <a href="../cvc5" >cvc5</a></p></description>
|
||||
</item>
|
||||
<item>
|
||||
<title>cvc5</title>
|
||||
<link>http://localhost:1313/tools/sat-smt/cvc5/</link>
|
||||
<link>https://example.org/tools/sat-smt/cvc5/</link>
|
||||
<pubDate>Sat, 07 Jun 2025 00:00:00 +0000</pubDate>
|
||||
<guid>http://localhost:1313/tools/sat-smt/cvc5/</guid>
|
||||
<guid>https://example.org/tools/sat-smt/cvc5/</guid>
|
||||
<description><p>cvc5 is an automatic theorem prover for SMT problems.</p></description>
|
||||
</item>
|
||||
<item>
|
||||
<title>STP</title>
|
||||
<link>http://localhost:1313/tools/sat-smt/stp/</link>
|
||||
<link>https://example.org/tools/sat-smt/stp/</link>
|
||||
<pubDate>Sat, 07 Jun 2025 00:00:00 +0000</pubDate>
|
||||
<guid>http://localhost:1313/tools/sat-smt/stp/</guid>
|
||||
<description><p>STP is a constraint solver for quantifier-free bitvectors.</p>
<h2 id="apis-and-bindings">APIs and Bindings</h2>
<p>This tool is available through the following interfaces:</p>
<ul>
<li><strong>C API:</strong> <a href="https://stp.readthedocs.io/en/latest/#c-library-usage">stp C API Reference</a></li>
<li><strong>Python bindings:</strong> <a href="https://stp.readthedocs.io/en/latest/#python-usage">stp PyPI package</a></li>
</ul></description>
|
||||
<guid>https://example.org/tools/sat-smt/stp/</guid>
|
||||
<description><p>STP is a constraint solver for quantifier-free bitvectors.</p>
<h2 id="apis-and-bindings">APIs and Bindings</h2>
<p>This tool is available through the following interfaces:</p>
<ul>
<li><strong>C API:</strong> <a href="https://stp.readthedocs.io/en/latest/#c-library-usage" target="_blank" >stp C API Reference</a></li>
<li><strong>Python bindings:</strong> <a href="https://stp.readthedocs.io/en/latest/#python-usage" target="_blank" >stp PyPI package</a></li>
</ul></description>
|
||||
</item>
|
||||
<item>
|
||||
<title>Z3</title>
|
||||
<link>http://localhost:1313/tools/sat-smt/z3/</link>
|
||||
<link>https://example.org/tools/sat-smt/z3/</link>
|
||||
<pubDate>Sat, 07 Jun 2025 00:00:00 +0000</pubDate>
|
||||
<guid>http://localhost:1313/tools/sat-smt/z3/</guid>
|
||||
<description><p>Z3 is a general-purpose theorem prover widely used for SAT &amp; SMT solving.</p>
<h2 id="apis-and-bindings">APIs and Bindings</h2>
<p>This tool is available through the following interfaces:</p>
<ul>
<li><strong>C API:</strong> <a href="https://z3prover.github.io/api/html/group__capi.html">Z3 C API Reference</a></li>
<li><strong>C++ API:</strong> <a href="https://z3prover.github.io/api/html/namespacez3.html">Z3 C++ Namespace Reference</a></li>
<li><strong>.NET API:</strong> <a href="https://z3prover.github.io/api/html/namespace_microsoft_1_1_z3.html">Z3 .NET Namespace Reference</a></li>
<li><strong>Java API:</strong> <a href="https://z3prover.github.io/api/html/namespacecom_1_1microsoft_1_1z3.html">Z3 Java API Reference</a></li>
<li><strong>Python bindings:</strong> <a href="https://pypi.org/project/z3-solver/">z3-solver PyPI package</a> (<a href="https://z3prover.github.io/api/html/z3.html">Documentation</a>)</li>
<li><strong>Rust bindings:</strong> <a href="https://crates.io/crates/z3">z3 crate on crates.io</a></li>
</ul></description>
|
||||
<guid>https://example.org/tools/sat-smt/z3/</guid>
|
||||
<description><p>Z3 is a general-purpose theorem prover widely used for SAT &amp; SMT solving.</p>
<h2 id="apis-and-bindings">APIs and Bindings</h2>
<p>This tool is available through the following interfaces:</p>
<ul>
<li><strong>C API:</strong> <a href="https://z3prover.github.io/api/html/group__capi.html" target="_blank" >Z3 C API Reference</a></li>
<li><strong>C++ API:</strong> <a href="https://z3prover.github.io/api/html/namespacez3.html" target="_blank" >Z3 C++ Namespace Reference</a></li>
<li><strong>.NET API:</strong> <a href="https://z3prover.github.io/api/html/namespace_microsoft_1_1_z3.html" target="_blank" >Z3 .NET Namespace Reference</a></li>
<li><strong>Java API:</strong> <a href="https://z3prover.github.io/api/html/namespacecom_1_1microsoft_1_1z3.html" target="_blank" >Z3 Java API Reference</a></li>
<li><strong>Python bindings:</strong> <a href="https://pypi.org/project/z3-solver/" target="_blank" >z3-solver PyPI package</a> (<a href="https://z3prover.github.io/api/html/z3.html" target="_blank" >Documentation</a>)</li>
<li><strong>Rust bindings:</strong> <a href="https://crates.io/crates/z3" target="_blank" >z3 crate on crates.io</a></li>
</ul></description>
|
||||
</item>
|
||||
</channel>
|
||||
</rss>
|
||||
|
Reference in New Issue
Block a user