Fix base url
This commit is contained in:
@ -14,16 +14,16 @@
|
||||
<meta property="og:type" content="article">
|
||||
<meta property="og:title" content="Albert-Ludwigs-Universität">
|
||||
<meta property="og:description" content="">
|
||||
<meta property="og:url" content="https://example.org/developers/albert-ludwigs-universit%C3%A4t/">
|
||||
<meta property="og:url" content="https://fmtools.fyi/developers/albert-ludwigs-universit%C3%A4t/">
|
||||
<meta property="og:image" content="images/%!s(<nil>)">
|
||||
<link rel="canonical" href="https://example.org/developers/albert-ludwigs-universit%C3%A4t/">
|
||||
<link rel="canonical" href="https://fmtools.fyi/developers/albert-ludwigs-universit%C3%A4t/">
|
||||
|
||||
<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="apple-touch-icon" sizes="180x180" href='https://fmtools.fyi/apple-touch-icon.png'>
|
||||
<link rel="icon" type="image/png" sizes="32x32" href='https://fmtools.fyi/favicon-32x32.png'>
|
||||
<link rel="icon" type="image/png" sizes='16x16' href='https://fmtools.fyi/favicon-16x16.png'>
|
||||
<link rel="manifest" href='https://fmtools.fyi/site.webmanifest'>
|
||||
|
||||
<link rel="stylesheet" href="https://example.org/css/styles.9d797fdbc9887767b3ad88393155cb84288660765fe6e18c89e2e00fd5ecfb0b9f46384188a0ae4e8b63f4c81526872e0ff61d1d5204287a0c3c8b6e8e34b6b9.css" integrity="sha512-nXl/28mId2ezrYg5MVXLhCiGYHZf5uGMieLgD9Xs+wufRjhBiKCuTotj9MgVJocuD/YdHVIEKHoMPItujjS2uQ==">
|
||||
<link rel="stylesheet" href="https://fmtools.fyi/css/styles.9d797fdbc9887767b3ad88393155cb84288660765fe6e18c89e2e00fd5ecfb0b9f46384188a0ae4e8b63f4c81526872e0ff61d1d5204287a0c3c8b6e8e34b6b9.css" integrity="sha512-nXl/28mId2ezrYg5MVXLhCiGYHZf5uGMieLgD9Xs+wufRjhBiKCuTotj9MgVJocuD/YdHVIEKHoMPItujjS2uQ==">
|
||||
|
||||
<link href="/css/fontawesome.css" rel="stylesheet" />
|
||||
<link href="/css/brands.css" rel="stylesheet" />
|
||||
|
@ -2,17 +2,17 @@
|
||||
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
||||
<channel>
|
||||
<title>Albert-Ludwigs-Universität on Formal Methods Tools</title>
|
||||
<link>https://example.org/developers/albert-ludwigs-universit%C3%A4t/</link>
|
||||
<link>https://fmtools.fyi/developers/albert-ludwigs-universit%C3%A4t/</link>
|
||||
<description>Recent content in Albert-Ludwigs-Universität 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/developers/albert-ludwigs-universit%C3%A4t/index.xml" rel="self" type="application/rss+xml" />
|
||||
<atom:link href="https://fmtools.fyi/developers/albert-ludwigs-universit%C3%A4t/index.xml" rel="self" type="application/rss+xml" />
|
||||
<item>
|
||||
<title>ParaFROST</title>
|
||||
<link>https://example.org/tools/sat-smt/parafrost/</link>
|
||||
<link>https://fmtools.fyi/tools/sat-smt/parafrost/</link>
|
||||
<pubDate>Sat, 07 Jun 2025 00:00:00 +0000</pubDate>
|
||||
<guid>https://example.org/tools/sat-smt/parafrost/</guid>
|
||||
<guid>https://fmtools.fyi/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>
|
||||
</channel>
|
||||
|
@ -14,16 +14,16 @@
|
||||
<meta property="og:type" content="article">
|
||||
<meta property="og:title" content="CEA">
|
||||
<meta property="og:description" content="">
|
||||
<meta property="og:url" content="https://example.org/developers/cea/">
|
||||
<meta property="og:url" content="https://fmtools.fyi/developers/cea/">
|
||||
<meta property="og:image" content="images/%!s(<nil>)">
|
||||
<link rel="canonical" href="https://example.org/developers/cea/">
|
||||
<link rel="canonical" href="https://fmtools.fyi/developers/cea/">
|
||||
|
||||
<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="apple-touch-icon" sizes="180x180" href='https://fmtools.fyi/apple-touch-icon.png'>
|
||||
<link rel="icon" type="image/png" sizes="32x32" href='https://fmtools.fyi/favicon-32x32.png'>
|
||||
<link rel="icon" type="image/png" sizes='16x16' href='https://fmtools.fyi/favicon-16x16.png'>
|
||||
<link rel="manifest" href='https://fmtools.fyi/site.webmanifest'>
|
||||
|
||||
<link rel="stylesheet" href="https://example.org/css/styles.9d797fdbc9887767b3ad88393155cb84288660765fe6e18c89e2e00fd5ecfb0b9f46384188a0ae4e8b63f4c81526872e0ff61d1d5204287a0c3c8b6e8e34b6b9.css" integrity="sha512-nXl/28mId2ezrYg5MVXLhCiGYHZf5uGMieLgD9Xs+wufRjhBiKCuTotj9MgVJocuD/YdHVIEKHoMPItujjS2uQ==">
|
||||
<link rel="stylesheet" href="https://fmtools.fyi/css/styles.9d797fdbc9887767b3ad88393155cb84288660765fe6e18c89e2e00fd5ecfb0b9f46384188a0ae4e8b63f4c81526872e0ff61d1d5204287a0c3c8b6e8e34b6b9.css" integrity="sha512-nXl/28mId2ezrYg5MVXLhCiGYHZf5uGMieLgD9Xs+wufRjhBiKCuTotj9MgVJocuD/YdHVIEKHoMPItujjS2uQ==">
|
||||
|
||||
<link href="/css/fontawesome.css" rel="stylesheet" />
|
||||
<link href="/css/brands.css" rel="stylesheet" />
|
||||
|
@ -2,17 +2,17 @@
|
||||
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
||||
<channel>
|
||||
<title>CEA on Formal Methods Tools</title>
|
||||
<link>https://example.org/developers/cea/</link>
|
||||
<link>https://fmtools.fyi/developers/cea/</link>
|
||||
<description>Recent content in CEA 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/developers/cea/index.xml" rel="self" type="application/rss+xml" />
|
||||
<atom:link href="https://fmtools.fyi/developers/cea/index.xml" rel="self" type="application/rss+xml" />
|
||||
<item>
|
||||
<title>Colibri</title>
|
||||
<link>https://example.org/tools/sat-smt/colibri/</link>
|
||||
<link>https://fmtools.fyi/tools/sat-smt/colibri/</link>
|
||||
<pubDate>Sat, 07 Jun 2025 00:00:00 +0000</pubDate>
|
||||
<guid>https://example.org/tools/sat-smt/colibri/</guid>
|
||||
<guid>https://fmtools.fyi/tools/sat-smt/colibri/</guid>
|
||||
<description><p>Colibri is an SMT solver.</p></description>
|
||||
</item>
|
||||
</channel>
|
||||
|
@ -14,16 +14,16 @@
|
||||
<meta property="og:type" content="article">
|
||||
<meta property="og:title" content="DISI-University of Trento">
|
||||
<meta property="og:description" content="">
|
||||
<meta property="og:url" content="https://example.org/developers/disi-university-of-trento/">
|
||||
<meta property="og:url" content="https://fmtools.fyi/developers/disi-university-of-trento/">
|
||||
<meta property="og:image" content="images/%!s(<nil>)">
|
||||
<link rel="canonical" href="https://example.org/developers/disi-university-of-trento/">
|
||||
<link rel="canonical" href="https://fmtools.fyi/developers/disi-university-of-trento/">
|
||||
|
||||
<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="apple-touch-icon" sizes="180x180" href='https://fmtools.fyi/apple-touch-icon.png'>
|
||||
<link rel="icon" type="image/png" sizes="32x32" href='https://fmtools.fyi/favicon-32x32.png'>
|
||||
<link rel="icon" type="image/png" sizes='16x16' href='https://fmtools.fyi/favicon-16x16.png'>
|
||||
<link rel="manifest" href='https://fmtools.fyi/site.webmanifest'>
|
||||
|
||||
<link rel="stylesheet" href="https://example.org/css/styles.9d797fdbc9887767b3ad88393155cb84288660765fe6e18c89e2e00fd5ecfb0b9f46384188a0ae4e8b63f4c81526872e0ff61d1d5204287a0c3c8b6e8e34b6b9.css" integrity="sha512-nXl/28mId2ezrYg5MVXLhCiGYHZf5uGMieLgD9Xs+wufRjhBiKCuTotj9MgVJocuD/YdHVIEKHoMPItujjS2uQ==">
|
||||
<link rel="stylesheet" href="https://fmtools.fyi/css/styles.9d797fdbc9887767b3ad88393155cb84288660765fe6e18c89e2e00fd5ecfb0b9f46384188a0ae4e8b63f4c81526872e0ff61d1d5204287a0c3c8b6e8e34b6b9.css" integrity="sha512-nXl/28mId2ezrYg5MVXLhCiGYHZf5uGMieLgD9Xs+wufRjhBiKCuTotj9MgVJocuD/YdHVIEKHoMPItujjS2uQ==">
|
||||
|
||||
<link href="/css/fontawesome.css" rel="stylesheet" />
|
||||
<link href="/css/brands.css" rel="stylesheet" />
|
||||
|
@ -2,17 +2,17 @@
|
||||
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
||||
<channel>
|
||||
<title>DISI-University of Trento on Formal Methods Tools</title>
|
||||
<link>https://example.org/developers/disi-university-of-trento/</link>
|
||||
<link>https://fmtools.fyi/developers/disi-university-of-trento/</link>
|
||||
<description>Recent content in DISI-University of Trento 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/developers/disi-university-of-trento/index.xml" rel="self" type="application/rss+xml" />
|
||||
<atom:link href="https://fmtools.fyi/developers/disi-university-of-trento/index.xml" rel="self" type="application/rss+xml" />
|
||||
<item>
|
||||
<title>MathSAT</title>
|
||||
<link>https://example.org/tools/sat-smt/mathsat/</link>
|
||||
<link>https://fmtools.fyi/tools/sat-smt/mathsat/</link>
|
||||
<pubDate>Sat, 07 Jun 2025 00:00:00 +0000</pubDate>
|
||||
<guid>https://example.org/tools/sat-smt/mathsat/</guid>
|
||||
<guid>https://fmtools.fyi/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>
|
||||
</channel>
|
||||
|
@ -14,16 +14,16 @@
|
||||
<meta property="og:type" content="article">
|
||||
<meta property="og:title" content="Eindhoven University of Technology">
|
||||
<meta property="og:description" content="">
|
||||
<meta property="og:url" content="https://example.org/developers/eindhoven-university-of-technology/">
|
||||
<meta property="og:url" content="https://fmtools.fyi/developers/eindhoven-university-of-technology/">
|
||||
<meta property="og:image" content="images/%!s(<nil>)">
|
||||
<link rel="canonical" href="https://example.org/developers/eindhoven-university-of-technology/">
|
||||
<link rel="canonical" href="https://fmtools.fyi/developers/eindhoven-university-of-technology/">
|
||||
|
||||
<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="apple-touch-icon" sizes="180x180" href='https://fmtools.fyi/apple-touch-icon.png'>
|
||||
<link rel="icon" type="image/png" sizes="32x32" href='https://fmtools.fyi/favicon-32x32.png'>
|
||||
<link rel="icon" type="image/png" sizes='16x16' href='https://fmtools.fyi/favicon-16x16.png'>
|
||||
<link rel="manifest" href='https://fmtools.fyi/site.webmanifest'>
|
||||
|
||||
<link rel="stylesheet" href="https://example.org/css/styles.9d797fdbc9887767b3ad88393155cb84288660765fe6e18c89e2e00fd5ecfb0b9f46384188a0ae4e8b63f4c81526872e0ff61d1d5204287a0c3c8b6e8e34b6b9.css" integrity="sha512-nXl/28mId2ezrYg5MVXLhCiGYHZf5uGMieLgD9Xs+wufRjhBiKCuTotj9MgVJocuD/YdHVIEKHoMPItujjS2uQ==">
|
||||
<link rel="stylesheet" href="https://fmtools.fyi/css/styles.9d797fdbc9887767b3ad88393155cb84288660765fe6e18c89e2e00fd5ecfb0b9f46384188a0ae4e8b63f4c81526872e0ff61d1d5204287a0c3c8b6e8e34b6b9.css" integrity="sha512-nXl/28mId2ezrYg5MVXLhCiGYHZf5uGMieLgD9Xs+wufRjhBiKCuTotj9MgVJocuD/YdHVIEKHoMPItujjS2uQ==">
|
||||
|
||||
<link href="/css/fontawesome.css" rel="stylesheet" />
|
||||
<link href="/css/brands.css" rel="stylesheet" />
|
||||
|
@ -2,17 +2,17 @@
|
||||
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
||||
<channel>
|
||||
<title>Eindhoven University of Technology on Formal Methods Tools</title>
|
||||
<link>https://example.org/developers/eindhoven-university-of-technology/</link>
|
||||
<link>https://fmtools.fyi/developers/eindhoven-university-of-technology/</link>
|
||||
<description>Recent content in Eindhoven University of Technology 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/developers/eindhoven-university-of-technology/index.xml" rel="self" type="application/rss+xml" />
|
||||
<atom:link href="https://fmtools.fyi/developers/eindhoven-university-of-technology/index.xml" rel="self" type="application/rss+xml" />
|
||||
<item>
|
||||
<title>ParaFROST</title>
|
||||
<link>https://example.org/tools/sat-smt/parafrost/</link>
|
||||
<link>https://fmtools.fyi/tools/sat-smt/parafrost/</link>
|
||||
<pubDate>Sat, 07 Jun 2025 00:00:00 +0000</pubDate>
|
||||
<guid>https://example.org/tools/sat-smt/parafrost/</guid>
|
||||
<guid>https://fmtools.fyi/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>
|
||||
</channel>
|
||||
|
@ -14,16 +14,16 @@
|
||||
<meta property="og:type" content="article">
|
||||
<meta property="og:title" content="Fondazione Bruno Kessler">
|
||||
<meta property="og:description" content="">
|
||||
<meta property="og:url" content="https://example.org/developers/fondazione-bruno-kessler/">
|
||||
<meta property="og:url" content="https://fmtools.fyi/developers/fondazione-bruno-kessler/">
|
||||
<meta property="og:image" content="images/%!s(<nil>)">
|
||||
<link rel="canonical" href="https://example.org/developers/fondazione-bruno-kessler/">
|
||||
<link rel="canonical" href="https://fmtools.fyi/developers/fondazione-bruno-kessler/">
|
||||
|
||||
<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="apple-touch-icon" sizes="180x180" href='https://fmtools.fyi/apple-touch-icon.png'>
|
||||
<link rel="icon" type="image/png" sizes="32x32" href='https://fmtools.fyi/favicon-32x32.png'>
|
||||
<link rel="icon" type="image/png" sizes='16x16' href='https://fmtools.fyi/favicon-16x16.png'>
|
||||
<link rel="manifest" href='https://fmtools.fyi/site.webmanifest'>
|
||||
|
||||
<link rel="stylesheet" href="https://example.org/css/styles.9d797fdbc9887767b3ad88393155cb84288660765fe6e18c89e2e00fd5ecfb0b9f46384188a0ae4e8b63f4c81526872e0ff61d1d5204287a0c3c8b6e8e34b6b9.css" integrity="sha512-nXl/28mId2ezrYg5MVXLhCiGYHZf5uGMieLgD9Xs+wufRjhBiKCuTotj9MgVJocuD/YdHVIEKHoMPItujjS2uQ==">
|
||||
<link rel="stylesheet" href="https://fmtools.fyi/css/styles.9d797fdbc9887767b3ad88393155cb84288660765fe6e18c89e2e00fd5ecfb0b9f46384188a0ae4e8b63f4c81526872e0ff61d1d5204287a0c3c8b6e8e34b6b9.css" integrity="sha512-nXl/28mId2ezrYg5MVXLhCiGYHZf5uGMieLgD9Xs+wufRjhBiKCuTotj9MgVJocuD/YdHVIEKHoMPItujjS2uQ==">
|
||||
|
||||
<link href="/css/fontawesome.css" rel="stylesheet" />
|
||||
<link href="/css/brands.css" rel="stylesheet" />
|
||||
|
@ -2,17 +2,17 @@
|
||||
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
||||
<channel>
|
||||
<title>Fondazione Bruno Kessler on Formal Methods Tools</title>
|
||||
<link>https://example.org/developers/fondazione-bruno-kessler/</link>
|
||||
<link>https://fmtools.fyi/developers/fondazione-bruno-kessler/</link>
|
||||
<description>Recent content in Fondazione Bruno Kessler 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/developers/fondazione-bruno-kessler/index.xml" rel="self" type="application/rss+xml" />
|
||||
<atom:link href="https://fmtools.fyi/developers/fondazione-bruno-kessler/index.xml" rel="self" type="application/rss+xml" />
|
||||
<item>
|
||||
<title>MathSAT</title>
|
||||
<link>https://example.org/tools/sat-smt/mathsat/</link>
|
||||
<link>https://fmtools.fyi/tools/sat-smt/mathsat/</link>
|
||||
<pubDate>Sat, 07 Jun 2025 00:00:00 +0000</pubDate>
|
||||
<guid>https://example.org/tools/sat-smt/mathsat/</guid>
|
||||
<guid>https://fmtools.fyi/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>
|
||||
</channel>
|
||||
|
@ -14,16 +14,16 @@
|
||||
<meta property="og:type" content="article">
|
||||
<meta property="og:title" content="Gilles Audemard">
|
||||
<meta property="og:description" content="">
|
||||
<meta property="og:url" content="https://example.org/developers/gilles-audemard/">
|
||||
<meta property="og:url" content="https://fmtools.fyi/developers/gilles-audemard/">
|
||||
<meta property="og:image" content="images/%!s(<nil>)">
|
||||
<link rel="canonical" href="https://example.org/developers/gilles-audemard/">
|
||||
<link rel="canonical" href="https://fmtools.fyi/developers/gilles-audemard/">
|
||||
|
||||
<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="apple-touch-icon" sizes="180x180" href='https://fmtools.fyi/apple-touch-icon.png'>
|
||||
<link rel="icon" type="image/png" sizes="32x32" href='https://fmtools.fyi/favicon-32x32.png'>
|
||||
<link rel="icon" type="image/png" sizes='16x16' href='https://fmtools.fyi/favicon-16x16.png'>
|
||||
<link rel="manifest" href='https://fmtools.fyi/site.webmanifest'>
|
||||
|
||||
<link rel="stylesheet" href="https://example.org/css/styles.9d797fdbc9887767b3ad88393155cb84288660765fe6e18c89e2e00fd5ecfb0b9f46384188a0ae4e8b63f4c81526872e0ff61d1d5204287a0c3c8b6e8e34b6b9.css" integrity="sha512-nXl/28mId2ezrYg5MVXLhCiGYHZf5uGMieLgD9Xs+wufRjhBiKCuTotj9MgVJocuD/YdHVIEKHoMPItujjS2uQ==">
|
||||
<link rel="stylesheet" href="https://fmtools.fyi/css/styles.9d797fdbc9887767b3ad88393155cb84288660765fe6e18c89e2e00fd5ecfb0b9f46384188a0ae4e8b63f4c81526872e0ff61d1d5204287a0c3c8b6e8e34b6b9.css" integrity="sha512-nXl/28mId2ezrYg5MVXLhCiGYHZf5uGMieLgD9Xs+wufRjhBiKCuTotj9MgVJocuD/YdHVIEKHoMPItujjS2uQ==">
|
||||
|
||||
<link href="/css/fontawesome.css" rel="stylesheet" />
|
||||
<link href="/css/brands.css" rel="stylesheet" />
|
||||
|
@ -2,17 +2,17 @@
|
||||
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
||||
<channel>
|
||||
<title>Gilles Audemard on Formal Methods Tools</title>
|
||||
<link>https://example.org/developers/gilles-audemard/</link>
|
||||
<link>https://fmtools.fyi/developers/gilles-audemard/</link>
|
||||
<description>Recent content in Gilles Audemard 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/developers/gilles-audemard/index.xml" rel="self" type="application/rss+xml" />
|
||||
<atom:link href="https://fmtools.fyi/developers/gilles-audemard/index.xml" rel="self" type="application/rss+xml" />
|
||||
<item>
|
||||
<title>Glucose</title>
|
||||
<link>https://example.org/tools/sat-smt/glucose/</link>
|
||||
<link>https://fmtools.fyi/tools/sat-smt/glucose/</link>
|
||||
<pubDate>Sat, 07 Jun 2025 00:00:00 +0000</pubDate>
|
||||
<guid>https://example.org/tools/sat-smt/glucose/</guid>
|
||||
<guid>https://fmtools.fyi/tools/sat-smt/glucose/</guid>
|
||||
<description><p>Glucose is a SAT solver.</p></description>
|
||||
</item>
|
||||
</channel>
|
||||
|
@ -14,16 +14,16 @@
|
||||
<meta property="og:type" content="article">
|
||||
<meta property="og:title" content="Developers">
|
||||
<meta property="og:description" content="">
|
||||
<meta property="og:url" content="https://example.org/developers/">
|
||||
<meta property="og:url" content="https://fmtools.fyi/developers/">
|
||||
<meta property="og:image" content="images/%!s(<nil>)">
|
||||
<link rel="canonical" href="https://example.org/developers/">
|
||||
<link rel="canonical" href="https://fmtools.fyi/developers/">
|
||||
|
||||
<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="apple-touch-icon" sizes="180x180" href='https://fmtools.fyi/apple-touch-icon.png'>
|
||||
<link rel="icon" type="image/png" sizes="32x32" href='https://fmtools.fyi/favicon-32x32.png'>
|
||||
<link rel="icon" type="image/png" sizes='16x16' href='https://fmtools.fyi/favicon-16x16.png'>
|
||||
<link rel="manifest" href='https://fmtools.fyi/site.webmanifest'>
|
||||
|
||||
<link rel="stylesheet" href="https://example.org/css/styles.9d797fdbc9887767b3ad88393155cb84288660765fe6e18c89e2e00fd5ecfb0b9f46384188a0ae4e8b63f4c81526872e0ff61d1d5204287a0c3c8b6e8e34b6b9.css" integrity="sha512-nXl/28mId2ezrYg5MVXLhCiGYHZf5uGMieLgD9Xs+wufRjhBiKCuTotj9MgVJocuD/YdHVIEKHoMPItujjS2uQ==">
|
||||
<link rel="stylesheet" href="https://fmtools.fyi/css/styles.9d797fdbc9887767b3ad88393155cb84288660765fe6e18c89e2e00fd5ecfb0b9f46384188a0ae4e8b63f4c81526872e0ff61d1d5204287a0c3c8b6e8e34b6b9.css" integrity="sha512-nXl/28mId2ezrYg5MVXLhCiGYHZf5uGMieLgD9Xs+wufRjhBiKCuTotj9MgVJocuD/YdHVIEKHoMPItujjS2uQ==">
|
||||
|
||||
<link href="/css/fontawesome.css" rel="stylesheet" />
|
||||
<link href="/css/brands.css" rel="stylesheet" />
|
||||
|
@ -2,192 +2,192 @@
|
||||
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
||||
<channel>
|
||||
<title>Developers on Formal Methods Tools</title>
|
||||
<link>https://example.org/developers/</link>
|
||||
<link>https://fmtools.fyi/developers/</link>
|
||||
<description>Recent content in Developers 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/developers/index.xml" rel="self" type="application/rss+xml" />
|
||||
<atom:link href="https://fmtools.fyi/developers/index.xml" rel="self" type="application/rss+xml" />
|
||||
<item>
|
||||
<title>Albert-Ludwigs-Universität</title>
|
||||
<link>https://example.org/developers/albert-ludwigs-universit%C3%A4t/</link>
|
||||
<link>https://fmtools.fyi/developers/albert-ludwigs-universit%C3%A4t/</link>
|
||||
<pubDate>Sat, 07 Jun 2025 00:00:00 +0000</pubDate>
|
||||
<guid>https://example.org/developers/albert-ludwigs-universit%C3%A4t/</guid>
|
||||
<guid>https://fmtools.fyi/developers/albert-ludwigs-universit%C3%A4t/</guid>
|
||||
<description></description>
|
||||
</item>
|
||||
<item>
|
||||
<title>CEA</title>
|
||||
<link>https://example.org/developers/cea/</link>
|
||||
<link>https://fmtools.fyi/developers/cea/</link>
|
||||
<pubDate>Sat, 07 Jun 2025 00:00:00 +0000</pubDate>
|
||||
<guid>https://example.org/developers/cea/</guid>
|
||||
<guid>https://fmtools.fyi/developers/cea/</guid>
|
||||
<description></description>
|
||||
</item>
|
||||
<item>
|
||||
<title>DISI-University of Trento</title>
|
||||
<link>https://example.org/developers/disi-university-of-trento/</link>
|
||||
<link>https://fmtools.fyi/developers/disi-university-of-trento/</link>
|
||||
<pubDate>Sat, 07 Jun 2025 00:00:00 +0000</pubDate>
|
||||
<guid>https://example.org/developers/disi-university-of-trento/</guid>
|
||||
<guid>https://fmtools.fyi/developers/disi-university-of-trento/</guid>
|
||||
<description></description>
|
||||
</item>
|
||||
<item>
|
||||
<title>Eindhoven University of Technology</title>
|
||||
<link>https://example.org/developers/eindhoven-university-of-technology/</link>
|
||||
<link>https://fmtools.fyi/developers/eindhoven-university-of-technology/</link>
|
||||
<pubDate>Sat, 07 Jun 2025 00:00:00 +0000</pubDate>
|
||||
<guid>https://example.org/developers/eindhoven-university-of-technology/</guid>
|
||||
<guid>https://fmtools.fyi/developers/eindhoven-university-of-technology/</guid>
|
||||
<description></description>
|
||||
</item>
|
||||
<item>
|
||||
<title>Fondazione Bruno Kessler</title>
|
||||
<link>https://example.org/developers/fondazione-bruno-kessler/</link>
|
||||
<link>https://fmtools.fyi/developers/fondazione-bruno-kessler/</link>
|
||||
<pubDate>Sat, 07 Jun 2025 00:00:00 +0000</pubDate>
|
||||
<guid>https://example.org/developers/fondazione-bruno-kessler/</guid>
|
||||
<guid>https://fmtools.fyi/developers/fondazione-bruno-kessler/</guid>
|
||||
<description></description>
|
||||
</item>
|
||||
<item>
|
||||
<title>Gilles Audemard</title>
|
||||
<link>https://example.org/developers/gilles-audemard/</link>
|
||||
<link>https://fmtools.fyi/developers/gilles-audemard/</link>
|
||||
<pubDate>Sat, 07 Jun 2025 00:00:00 +0000</pubDate>
|
||||
<guid>https://example.org/developers/gilles-audemard/</guid>
|
||||
<guid>https://fmtools.fyi/developers/gilles-audemard/</guid>
|
||||
<description></description>
|
||||
</item>
|
||||
<item>
|
||||
<title>INRIA Rhône-Alpes</title>
|
||||
<link>https://example.org/developers/inria-rh%C3%B4ne-alpes/</link>
|
||||
<link>https://fmtools.fyi/developers/inria-rh%C3%B4ne-alpes/</link>
|
||||
<pubDate>Sat, 07 Jun 2025 00:00:00 +0000</pubDate>
|
||||
<guid>https://example.org/developers/inria-rh%C3%B4ne-alpes/</guid>
|
||||
<guid>https://fmtools.fyi/developers/inria-rh%C3%B4ne-alpes/</guid>
|
||||
<description></description>
|
||||
</item>
|
||||
<item>
|
||||
<title>Johannes Kepler Universität Linz</title>
|
||||
<link>https://example.org/developers/johannes-kepler-universit%C3%A4t-linz/</link>
|
||||
<link>https://fmtools.fyi/developers/johannes-kepler-universit%C3%A4t-linz/</link>
|
||||
<pubDate>Sat, 07 Jun 2025 00:00:00 +0000</pubDate>
|
||||
<guid>https://example.org/developers/johannes-kepler-universit%C3%A4t-linz/</guid>
|
||||
<guid>https://fmtools.fyi/developers/johannes-kepler-universit%C3%A4t-linz/</guid>
|
||||
<description></description>
|
||||
</item>
|
||||
<item>
|
||||
<title>Laurent Simon</title>
|
||||
<link>https://example.org/developers/laurent-simon/</link>
|
||||
<link>https://fmtools.fyi/developers/laurent-simon/</link>
|
||||
<pubDate>Sat, 07 Jun 2025 00:00:00 +0000</pubDate>
|
||||
<guid>https://example.org/developers/laurent-simon/</guid>
|
||||
<guid>https://fmtools.fyi/developers/laurent-simon/</guid>
|
||||
<description></description>
|
||||
</item>
|
||||
<item>
|
||||
<title>LORIA</title>
|
||||
<link>https://example.org/developers/loria/</link>
|
||||
<link>https://fmtools.fyi/developers/loria/</link>
|
||||
<pubDate>Sat, 07 Jun 2025 00:00:00 +0000</pubDate>
|
||||
<guid>https://example.org/developers/loria/</guid>
|
||||
<guid>https://fmtools.fyi/developers/loria/</guid>
|
||||
<description></description>
|
||||
</item>
|
||||
<item>
|
||||
<title>Masaryk University</title>
|
||||
<link>https://example.org/developers/masaryk-university/</link>
|
||||
<link>https://fmtools.fyi/developers/masaryk-university/</link>
|
||||
<pubDate>Sat, 07 Jun 2025 00:00:00 +0000</pubDate>
|
||||
<guid>https://example.org/developers/masaryk-university/</guid>
|
||||
<guid>https://fmtools.fyi/developers/masaryk-university/</guid>
|
||||
<description></description>
|
||||
</item>
|
||||
<item>
|
||||
<title>Microsoft Research</title>
|
||||
<link>https://example.org/developers/microsoft-research/</link>
|
||||
<link>https://fmtools.fyi/developers/microsoft-research/</link>
|
||||
<pubDate>Sat, 07 Jun 2025 00:00:00 +0000</pubDate>
|
||||
<guid>https://example.org/developers/microsoft-research/</guid>
|
||||
<guid>https://fmtools.fyi/developers/microsoft-research/</guid>
|
||||
<description></description>
|
||||
</item>
|
||||
<item>
|
||||
<title>Niklas Eén</title>
|
||||
<link>https://example.org/developers/niklas-e%C3%A9n/</link>
|
||||
<link>https://fmtools.fyi/developers/niklas-e%C3%A9n/</link>
|
||||
<pubDate>Sat, 07 Jun 2025 00:00:00 +0000</pubDate>
|
||||
<guid>https://example.org/developers/niklas-e%C3%A9n/</guid>
|
||||
<guid>https://fmtools.fyi/developers/niklas-e%C3%A9n/</guid>
|
||||
<description></description>
|
||||
</item>
|
||||
<item>
|
||||
<title>Niklas Sörensson</title>
|
||||
<link>https://example.org/developers/niklas-s%C3%B6rensson/</link>
|
||||
<link>https://fmtools.fyi/developers/niklas-s%C3%B6rensson/</link>
|
||||
<pubDate>Sat, 07 Jun 2025 00:00:00 +0000</pubDate>
|
||||
<guid>https://example.org/developers/niklas-s%C3%B6rensson/</guid>
|
||||
<guid>https://fmtools.fyi/developers/niklas-s%C3%B6rensson/</guid>
|
||||
<description></description>
|
||||
</item>
|
||||
<item>
|
||||
<title>Norbert Manthey</title>
|
||||
<link>https://example.org/developers/norbert-manthey/</link>
|
||||
<link>https://fmtools.fyi/developers/norbert-manthey/</link>
|
||||
<pubDate>Sat, 07 Jun 2025 00:00:00 +0000</pubDate>
|
||||
<guid>https://example.org/developers/norbert-manthey/</guid>
|
||||
<guid>https://fmtools.fyi/developers/norbert-manthey/</guid>
|
||||
<description></description>
|
||||
</item>
|
||||
<item>
|
||||
<title>Oxford University</title>
|
||||
<link>https://example.org/developers/oxford-university/</link>
|
||||
<link>https://fmtools.fyi/developers/oxford-university/</link>
|
||||
<pubDate>Sat, 07 Jun 2025 00:00:00 +0000</pubDate>
|
||||
<guid>https://example.org/developers/oxford-university/</guid>
|
||||
<guid>https://fmtools.fyi/developers/oxford-university/</guid>
|
||||
<description></description>
|
||||
</item>
|
||||
<item>
|
||||
<title>RWTH Aachen</title>
|
||||
<link>https://example.org/developers/rwth-aachen/</link>
|
||||
<link>https://fmtools.fyi/developers/rwth-aachen/</link>
|
||||
<pubDate>Sat, 07 Jun 2025 00:00:00 +0000</pubDate>
|
||||
<guid>https://example.org/developers/rwth-aachen/</guid>
|
||||
<guid>https://fmtools.fyi/developers/rwth-aachen/</guid>
|
||||
<description></description>
|
||||
</item>
|
||||
<item>
|
||||
<title>SRI International</title>
|
||||
<link>https://example.org/developers/sri-international/</link>
|
||||
<link>https://fmtools.fyi/developers/sri-international/</link>
|
||||
<pubDate>Sat, 07 Jun 2025 00:00:00 +0000</pubDate>
|
||||
<guid>https://example.org/developers/sri-international/</guid>
|
||||
<guid>https://fmtools.fyi/developers/sri-international/</guid>
|
||||
<description></description>
|
||||
</item>
|
||||
<item>
|
||||
<title>Stanford University</title>
|
||||
<link>https://example.org/developers/stanford-university/</link>
|
||||
<link>https://fmtools.fyi/developers/stanford-university/</link>
|
||||
<pubDate>Sat, 07 Jun 2025 00:00:00 +0000</pubDate>
|
||||
<guid>https://example.org/developers/stanford-university/</guid>
|
||||
<guid>https://fmtools.fyi/developers/stanford-university/</guid>
|
||||
<description></description>
|
||||
</item>
|
||||
<item>
|
||||
<title>ULiege</title>
|
||||
<link>https://example.org/developers/uliege/</link>
|
||||
<link>https://fmtools.fyi/developers/uliege/</link>
|
||||
<pubDate>Sat, 07 Jun 2025 00:00:00 +0000</pubDate>
|
||||
<guid>https://example.org/developers/uliege/</guid>
|
||||
<guid>https://fmtools.fyi/developers/uliege/</guid>
|
||||
<description></description>
|
||||
</item>
|
||||
<item>
|
||||
<title>University of Freiburg</title>
|
||||
<link>https://example.org/developers/university-of-freiburg/</link>
|
||||
<link>https://fmtools.fyi/developers/university-of-freiburg/</link>
|
||||
<pubDate>Sat, 07 Jun 2025 00:00:00 +0000</pubDate>
|
||||
<guid>https://example.org/developers/university-of-freiburg/</guid>
|
||||
<guid>https://fmtools.fyi/developers/university-of-freiburg/</guid>
|
||||
<description></description>
|
||||
</item>
|
||||
<item>
|
||||
<title>University of Illinois</title>
|
||||
<link>https://example.org/developers/university-of-illinois/</link>
|
||||
<link>https://fmtools.fyi/developers/university-of-illinois/</link>
|
||||
<pubDate>Sat, 07 Jun 2025 00:00:00 +0000</pubDate>
|
||||
<guid>https://example.org/developers/university-of-illinois/</guid>
|
||||
<guid>https://fmtools.fyi/developers/university-of-illinois/</guid>
|
||||
<description></description>
|
||||
</item>
|
||||
<item>
|
||||
<title>University of Iowa</title>
|
||||
<link>https://example.org/developers/university-of-iowa/</link>
|
||||
<link>https://fmtools.fyi/developers/university-of-iowa/</link>
|
||||
<pubDate>Sat, 07 Jun 2025 00:00:00 +0000</pubDate>
|
||||
<guid>https://example.org/developers/university-of-iowa/</guid>
|
||||
<guid>https://fmtools.fyi/developers/university-of-iowa/</guid>
|
||||
<description></description>
|
||||
</item>
|
||||
<item>
|
||||
<title>University of Lugano</title>
|
||||
<link>https://example.org/developers/university-of-lugano/</link>
|
||||
<link>https://fmtools.fyi/developers/university-of-lugano/</link>
|
||||
<pubDate>Sat, 07 Jun 2025 00:00:00 +0000</pubDate>
|
||||
<guid>https://example.org/developers/university-of-lugano/</guid>
|
||||
<guid>https://fmtools.fyi/developers/university-of-lugano/</guid>
|
||||
<description></description>
|
||||
</item>
|
||||
<item>
|
||||
<title>University of Virginia</title>
|
||||
<link>https://example.org/developers/university-of-virginia/</link>
|
||||
<link>https://fmtools.fyi/developers/university-of-virginia/</link>
|
||||
<pubDate>Sat, 07 Jun 2025 00:00:00 +0000</pubDate>
|
||||
<guid>https://example.org/developers/university-of-virginia/</guid>
|
||||
<guid>https://fmtools.fyi/developers/university-of-virginia/</guid>
|
||||
<description></description>
|
||||
</item>
|
||||
<item>
|
||||
<title>Utah State University</title>
|
||||
<link>https://example.org/developers/utah-state-university/</link>
|
||||
<link>https://fmtools.fyi/developers/utah-state-university/</link>
|
||||
<pubDate>Sat, 07 Jun 2025 00:00:00 +0000</pubDate>
|
||||
<guid>https://example.org/developers/utah-state-university/</guid>
|
||||
<guid>https://fmtools.fyi/developers/utah-state-university/</guid>
|
||||
<description></description>
|
||||
</item>
|
||||
</channel>
|
||||
|
@ -14,16 +14,16 @@
|
||||
<meta property="og:type" content="article">
|
||||
<meta property="og:title" content="INRIA Rhône-Alpes">
|
||||
<meta property="og:description" content="">
|
||||
<meta property="og:url" content="https://example.org/developers/inria-rh%C3%B4ne-alpes/">
|
||||
<meta property="og:url" content="https://fmtools.fyi/developers/inria-rh%C3%B4ne-alpes/">
|
||||
<meta property="og:image" content="images/%!s(<nil>)">
|
||||
<link rel="canonical" href="https://example.org/developers/inria-rh%C3%B4ne-alpes/">
|
||||
<link rel="canonical" href="https://fmtools.fyi/developers/inria-rh%C3%B4ne-alpes/">
|
||||
|
||||
<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="apple-touch-icon" sizes="180x180" href='https://fmtools.fyi/apple-touch-icon.png'>
|
||||
<link rel="icon" type="image/png" sizes="32x32" href='https://fmtools.fyi/favicon-32x32.png'>
|
||||
<link rel="icon" type="image/png" sizes='16x16' href='https://fmtools.fyi/favicon-16x16.png'>
|
||||
<link rel="manifest" href='https://fmtools.fyi/site.webmanifest'>
|
||||
|
||||
<link rel="stylesheet" href="https://example.org/css/styles.9d797fdbc9887767b3ad88393155cb84288660765fe6e18c89e2e00fd5ecfb0b9f46384188a0ae4e8b63f4c81526872e0ff61d1d5204287a0c3c8b6e8e34b6b9.css" integrity="sha512-nXl/28mId2ezrYg5MVXLhCiGYHZf5uGMieLgD9Xs+wufRjhBiKCuTotj9MgVJocuD/YdHVIEKHoMPItujjS2uQ==">
|
||||
<link rel="stylesheet" href="https://fmtools.fyi/css/styles.9d797fdbc9887767b3ad88393155cb84288660765fe6e18c89e2e00fd5ecfb0b9f46384188a0ae4e8b63f4c81526872e0ff61d1d5204287a0c3c8b6e8e34b6b9.css" integrity="sha512-nXl/28mId2ezrYg5MVXLhCiGYHZf5uGMieLgD9Xs+wufRjhBiKCuTotj9MgVJocuD/YdHVIEKHoMPItujjS2uQ==">
|
||||
|
||||
<link href="/css/fontawesome.css" rel="stylesheet" />
|
||||
<link href="/css/brands.css" rel="stylesheet" />
|
||||
|
@ -2,17 +2,17 @@
|
||||
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
||||
<channel>
|
||||
<title>INRIA Rhône-Alpes on Formal Methods Tools</title>
|
||||
<link>https://example.org/developers/inria-rh%C3%B4ne-alpes/</link>
|
||||
<link>https://fmtools.fyi/developers/inria-rh%C3%B4ne-alpes/</link>
|
||||
<description>Recent content in INRIA Rhône-Alpes 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/developers/inria-rh%C3%B4ne-alpes/index.xml" rel="self" type="application/rss+xml" />
|
||||
<atom:link href="https://fmtools.fyi/developers/inria-rh%C3%B4ne-alpes/index.xml" rel="self" type="application/rss+xml" />
|
||||
<item>
|
||||
<title>CryptoMiniSat</title>
|
||||
<link>https://example.org/tools/sat-smt/cryptominisat/</link>
|
||||
<link>https://fmtools.fyi/tools/sat-smt/cryptominisat/</link>
|
||||
<pubDate>Sat, 07 Jun 2025 00:00:00 +0000</pubDate>
|
||||
<guid>https://example.org/tools/sat-smt/cryptominisat/</guid>
|
||||
<guid>https://fmtools.fyi/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>
|
||||
</channel>
|
||||
|
@ -14,16 +14,16 @@
|
||||
<meta property="og:type" content="article">
|
||||
<meta property="og:title" content="Johannes Kepler Universität Linz">
|
||||
<meta property="og:description" content="">
|
||||
<meta property="og:url" content="https://example.org/developers/johannes-kepler-universit%C3%A4t-linz/">
|
||||
<meta property="og:url" content="https://fmtools.fyi/developers/johannes-kepler-universit%C3%A4t-linz/">
|
||||
<meta property="og:image" content="images/%!s(<nil>)">
|
||||
<link rel="canonical" href="https://example.org/developers/johannes-kepler-universit%C3%A4t-linz/">
|
||||
<link rel="canonical" href="https://fmtools.fyi/developers/johannes-kepler-universit%C3%A4t-linz/">
|
||||
|
||||
<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="apple-touch-icon" sizes="180x180" href='https://fmtools.fyi/apple-touch-icon.png'>
|
||||
<link rel="icon" type="image/png" sizes="32x32" href='https://fmtools.fyi/favicon-32x32.png'>
|
||||
<link rel="icon" type="image/png" sizes='16x16' href='https://fmtools.fyi/favicon-16x16.png'>
|
||||
<link rel="manifest" href='https://fmtools.fyi/site.webmanifest'>
|
||||
|
||||
<link rel="stylesheet" href="https://example.org/css/styles.9d797fdbc9887767b3ad88393155cb84288660765fe6e18c89e2e00fd5ecfb0b9f46384188a0ae4e8b63f4c81526872e0ff61d1d5204287a0c3c8b6e8e34b6b9.css" integrity="sha512-nXl/28mId2ezrYg5MVXLhCiGYHZf5uGMieLgD9Xs+wufRjhBiKCuTotj9MgVJocuD/YdHVIEKHoMPItujjS2uQ==">
|
||||
<link rel="stylesheet" href="https://fmtools.fyi/css/styles.9d797fdbc9887767b3ad88393155cb84288660765fe6e18c89e2e00fd5ecfb0b9f46384188a0ae4e8b63f4c81526872e0ff61d1d5204287a0c3c8b6e8e34b6b9.css" integrity="sha512-nXl/28mId2ezrYg5MVXLhCiGYHZf5uGMieLgD9Xs+wufRjhBiKCuTotj9MgVJocuD/YdHVIEKHoMPItujjS2uQ==">
|
||||
|
||||
<link href="/css/fontawesome.css" rel="stylesheet" />
|
||||
<link href="/css/brands.css" rel="stylesheet" />
|
||||
|
@ -2,24 +2,24 @@
|
||||
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
||||
<channel>
|
||||
<title>Johannes Kepler Universität Linz on Formal Methods Tools</title>
|
||||
<link>https://example.org/developers/johannes-kepler-universit%C3%A4t-linz/</link>
|
||||
<link>https://fmtools.fyi/developers/johannes-kepler-universit%C3%A4t-linz/</link>
|
||||
<description>Recent content in Johannes Kepler Universität Linz 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/developers/johannes-kepler-universit%C3%A4t-linz/index.xml" rel="self" type="application/rss+xml" />
|
||||
<atom:link href="https://fmtools.fyi/developers/johannes-kepler-universit%C3%A4t-linz/index.xml" rel="self" type="application/rss+xml" />
|
||||
<item>
|
||||
<title>Boolector</title>
|
||||
<link>https://example.org/tools/sat-smt/boolector/</link>
|
||||
<link>https://fmtools.fyi/tools/sat-smt/boolector/</link>
|
||||
<pubDate>Sat, 07 Jun 2025 00:00:00 +0000</pubDate>
|
||||
<guid>https://example.org/tools/sat-smt/boolector/</guid>
|
||||
<guid>https://fmtools.fyi/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>Lingeling</title>
|
||||
<link>https://example.org/tools/sat-smt/lingeling/</link>
|
||||
<link>https://fmtools.fyi/tools/sat-smt/lingeling/</link>
|
||||
<pubDate>Sat, 07 Jun 2025 00:00:00 +0000</pubDate>
|
||||
<guid>https://example.org/tools/sat-smt/lingeling/</guid>
|
||||
<guid>https://fmtools.fyi/tools/sat-smt/lingeling/</guid>
|
||||
<description><p>Lingeling is a SAT solver.</p></description>
|
||||
</item>
|
||||
</channel>
|
||||
|
@ -14,16 +14,16 @@
|
||||
<meta property="og:type" content="article">
|
||||
<meta property="og:title" content="Laurent Simon">
|
||||
<meta property="og:description" content="">
|
||||
<meta property="og:url" content="https://example.org/developers/laurent-simon/">
|
||||
<meta property="og:url" content="https://fmtools.fyi/developers/laurent-simon/">
|
||||
<meta property="og:image" content="images/%!s(<nil>)">
|
||||
<link rel="canonical" href="https://example.org/developers/laurent-simon/">
|
||||
<link rel="canonical" href="https://fmtools.fyi/developers/laurent-simon/">
|
||||
|
||||
<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="apple-touch-icon" sizes="180x180" href='https://fmtools.fyi/apple-touch-icon.png'>
|
||||
<link rel="icon" type="image/png" sizes="32x32" href='https://fmtools.fyi/favicon-32x32.png'>
|
||||
<link rel="icon" type="image/png" sizes='16x16' href='https://fmtools.fyi/favicon-16x16.png'>
|
||||
<link rel="manifest" href='https://fmtools.fyi/site.webmanifest'>
|
||||
|
||||
<link rel="stylesheet" href="https://example.org/css/styles.9d797fdbc9887767b3ad88393155cb84288660765fe6e18c89e2e00fd5ecfb0b9f46384188a0ae4e8b63f4c81526872e0ff61d1d5204287a0c3c8b6e8e34b6b9.css" integrity="sha512-nXl/28mId2ezrYg5MVXLhCiGYHZf5uGMieLgD9Xs+wufRjhBiKCuTotj9MgVJocuD/YdHVIEKHoMPItujjS2uQ==">
|
||||
<link rel="stylesheet" href="https://fmtools.fyi/css/styles.9d797fdbc9887767b3ad88393155cb84288660765fe6e18c89e2e00fd5ecfb0b9f46384188a0ae4e8b63f4c81526872e0ff61d1d5204287a0c3c8b6e8e34b6b9.css" integrity="sha512-nXl/28mId2ezrYg5MVXLhCiGYHZf5uGMieLgD9Xs+wufRjhBiKCuTotj9MgVJocuD/YdHVIEKHoMPItujjS2uQ==">
|
||||
|
||||
<link href="/css/fontawesome.css" rel="stylesheet" />
|
||||
<link href="/css/brands.css" rel="stylesheet" />
|
||||
|
@ -2,17 +2,17 @@
|
||||
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
||||
<channel>
|
||||
<title>Laurent Simon on Formal Methods Tools</title>
|
||||
<link>https://example.org/developers/laurent-simon/</link>
|
||||
<link>https://fmtools.fyi/developers/laurent-simon/</link>
|
||||
<description>Recent content in Laurent Simon 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/developers/laurent-simon/index.xml" rel="self" type="application/rss+xml" />
|
||||
<atom:link href="https://fmtools.fyi/developers/laurent-simon/index.xml" rel="self" type="application/rss+xml" />
|
||||
<item>
|
||||
<title>Glucose</title>
|
||||
<link>https://example.org/tools/sat-smt/glucose/</link>
|
||||
<link>https://fmtools.fyi/tools/sat-smt/glucose/</link>
|
||||
<pubDate>Sat, 07 Jun 2025 00:00:00 +0000</pubDate>
|
||||
<guid>https://example.org/tools/sat-smt/glucose/</guid>
|
||||
<guid>https://fmtools.fyi/tools/sat-smt/glucose/</guid>
|
||||
<description><p>Glucose is a SAT solver.</p></description>
|
||||
</item>
|
||||
</channel>
|
||||
|
@ -14,16 +14,16 @@
|
||||
<meta property="og:type" content="article">
|
||||
<meta property="og:title" content="LORIA">
|
||||
<meta property="og:description" content="">
|
||||
<meta property="og:url" content="https://example.org/developers/loria/">
|
||||
<meta property="og:url" content="https://fmtools.fyi/developers/loria/">
|
||||
<meta property="og:image" content="images/%!s(<nil>)">
|
||||
<link rel="canonical" href="https://example.org/developers/loria/">
|
||||
<link rel="canonical" href="https://fmtools.fyi/developers/loria/">
|
||||
|
||||
<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="apple-touch-icon" sizes="180x180" href='https://fmtools.fyi/apple-touch-icon.png'>
|
||||
<link rel="icon" type="image/png" sizes="32x32" href='https://fmtools.fyi/favicon-32x32.png'>
|
||||
<link rel="icon" type="image/png" sizes='16x16' href='https://fmtools.fyi/favicon-16x16.png'>
|
||||
<link rel="manifest" href='https://fmtools.fyi/site.webmanifest'>
|
||||
|
||||
<link rel="stylesheet" href="https://example.org/css/styles.9d797fdbc9887767b3ad88393155cb84288660765fe6e18c89e2e00fd5ecfb0b9f46384188a0ae4e8b63f4c81526872e0ff61d1d5204287a0c3c8b6e8e34b6b9.css" integrity="sha512-nXl/28mId2ezrYg5MVXLhCiGYHZf5uGMieLgD9Xs+wufRjhBiKCuTotj9MgVJocuD/YdHVIEKHoMPItujjS2uQ==">
|
||||
<link rel="stylesheet" href="https://fmtools.fyi/css/styles.9d797fdbc9887767b3ad88393155cb84288660765fe6e18c89e2e00fd5ecfb0b9f46384188a0ae4e8b63f4c81526872e0ff61d1d5204287a0c3c8b6e8e34b6b9.css" integrity="sha512-nXl/28mId2ezrYg5MVXLhCiGYHZf5uGMieLgD9Xs+wufRjhBiKCuTotj9MgVJocuD/YdHVIEKHoMPItujjS2uQ==">
|
||||
|
||||
<link href="/css/fontawesome.css" rel="stylesheet" />
|
||||
<link href="/css/brands.css" rel="stylesheet" />
|
||||
|
@ -2,17 +2,17 @@
|
||||
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
||||
<channel>
|
||||
<title>LORIA on Formal Methods Tools</title>
|
||||
<link>https://example.org/developers/loria/</link>
|
||||
<link>https://fmtools.fyi/developers/loria/</link>
|
||||
<description>Recent content in LORIA 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/developers/loria/index.xml" rel="self" type="application/rss+xml" />
|
||||
<atom:link href="https://fmtools.fyi/developers/loria/index.xml" rel="self" type="application/rss+xml" />
|
||||
<item>
|
||||
<title>veriT</title>
|
||||
<link>https://example.org/tools/sat-smt/verit/</link>
|
||||
<link>https://fmtools.fyi/tools/sat-smt/verit/</link>
|
||||
<pubDate>Sat, 07 Jun 2025 00:00:00 +0000</pubDate>
|
||||
<guid>https://example.org/tools/sat-smt/verit/</guid>
|
||||
<guid>https://fmtools.fyi/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>
|
||||
</channel>
|
||||
|
@ -14,16 +14,16 @@
|
||||
<meta property="og:type" content="article">
|
||||
<meta property="og:title" content="Masaryk University">
|
||||
<meta property="og:description" content="">
|
||||
<meta property="og:url" content="https://example.org/developers/masaryk-university/">
|
||||
<meta property="og:url" content="https://fmtools.fyi/developers/masaryk-university/">
|
||||
<meta property="og:image" content="images/%!s(<nil>)">
|
||||
<link rel="canonical" href="https://example.org/developers/masaryk-university/">
|
||||
<link rel="canonical" href="https://fmtools.fyi/developers/masaryk-university/">
|
||||
|
||||
<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="apple-touch-icon" sizes="180x180" href='https://fmtools.fyi/apple-touch-icon.png'>
|
||||
<link rel="icon" type="image/png" sizes="32x32" href='https://fmtools.fyi/favicon-32x32.png'>
|
||||
<link rel="icon" type="image/png" sizes='16x16' href='https://fmtools.fyi/favicon-16x16.png'>
|
||||
<link rel="manifest" href='https://fmtools.fyi/site.webmanifest'>
|
||||
|
||||
<link rel="stylesheet" href="https://example.org/css/styles.9d797fdbc9887767b3ad88393155cb84288660765fe6e18c89e2e00fd5ecfb0b9f46384188a0ae4e8b63f4c81526872e0ff61d1d5204287a0c3c8b6e8e34b6b9.css" integrity="sha512-nXl/28mId2ezrYg5MVXLhCiGYHZf5uGMieLgD9Xs+wufRjhBiKCuTotj9MgVJocuD/YdHVIEKHoMPItujjS2uQ==">
|
||||
<link rel="stylesheet" href="https://fmtools.fyi/css/styles.9d797fdbc9887767b3ad88393155cb84288660765fe6e18c89e2e00fd5ecfb0b9f46384188a0ae4e8b63f4c81526872e0ff61d1d5204287a0c3c8b6e8e34b6b9.css" integrity="sha512-nXl/28mId2ezrYg5MVXLhCiGYHZf5uGMieLgD9Xs+wufRjhBiKCuTotj9MgVJocuD/YdHVIEKHoMPItujjS2uQ==">
|
||||
|
||||
<link href="/css/fontawesome.css" rel="stylesheet" />
|
||||
<link href="/css/brands.css" rel="stylesheet" />
|
||||
|
@ -2,17 +2,17 @@
|
||||
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
||||
<channel>
|
||||
<title>Masaryk University on Formal Methods Tools</title>
|
||||
<link>https://example.org/developers/masaryk-university/</link>
|
||||
<link>https://fmtools.fyi/developers/masaryk-university/</link>
|
||||
<description>Recent content in Masaryk University 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/developers/masaryk-university/index.xml" rel="self" type="application/rss+xml" />
|
||||
<atom:link href="https://fmtools.fyi/developers/masaryk-university/index.xml" rel="self" type="application/rss+xml" />
|
||||
<item>
|
||||
<title>Q3B</title>
|
||||
<link>https://example.org/tools/sat-smt/q3b/</link>
|
||||
<link>https://fmtools.fyi/tools/sat-smt/q3b/</link>
|
||||
<pubDate>Sat, 07 Jun 2025 00:00:00 +0000</pubDate>
|
||||
<guid>https://example.org/tools/sat-smt/q3b/</guid>
|
||||
<guid>https://fmtools.fyi/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>
|
||||
</channel>
|
||||
|
@ -14,16 +14,16 @@
|
||||
<meta property="og:type" content="article">
|
||||
<meta property="og:title" content="Microsoft Research">
|
||||
<meta property="og:description" content="">
|
||||
<meta property="og:url" content="https://example.org/developers/microsoft-research/">
|
||||
<meta property="og:url" content="https://fmtools.fyi/developers/microsoft-research/">
|
||||
<meta property="og:image" content="images/%!s(<nil>)">
|
||||
<link rel="canonical" href="https://example.org/developers/microsoft-research/">
|
||||
<link rel="canonical" href="https://fmtools.fyi/developers/microsoft-research/">
|
||||
|
||||
<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="apple-touch-icon" sizes="180x180" href='https://fmtools.fyi/apple-touch-icon.png'>
|
||||
<link rel="icon" type="image/png" sizes="32x32" href='https://fmtools.fyi/favicon-32x32.png'>
|
||||
<link rel="icon" type="image/png" sizes='16x16' href='https://fmtools.fyi/favicon-16x16.png'>
|
||||
<link rel="manifest" href='https://fmtools.fyi/site.webmanifest'>
|
||||
|
||||
<link rel="stylesheet" href="https://example.org/css/styles.9d797fdbc9887767b3ad88393155cb84288660765fe6e18c89e2e00fd5ecfb0b9f46384188a0ae4e8b63f4c81526872e0ff61d1d5204287a0c3c8b6e8e34b6b9.css" integrity="sha512-nXl/28mId2ezrYg5MVXLhCiGYHZf5uGMieLgD9Xs+wufRjhBiKCuTotj9MgVJocuD/YdHVIEKHoMPItujjS2uQ==">
|
||||
<link rel="stylesheet" href="https://fmtools.fyi/css/styles.9d797fdbc9887767b3ad88393155cb84288660765fe6e18c89e2e00fd5ecfb0b9f46384188a0ae4e8b63f4c81526872e0ff61d1d5204287a0c3c8b6e8e34b6b9.css" integrity="sha512-nXl/28mId2ezrYg5MVXLhCiGYHZf5uGMieLgD9Xs+wufRjhBiKCuTotj9MgVJocuD/YdHVIEKHoMPItujjS2uQ==">
|
||||
|
||||
<link href="/css/fontawesome.css" rel="stylesheet" />
|
||||
<link href="/css/brands.css" rel="stylesheet" />
|
||||
|
@ -2,17 +2,17 @@
|
||||
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
||||
<channel>
|
||||
<title>Microsoft Research on Formal Methods Tools</title>
|
||||
<link>https://example.org/developers/microsoft-research/</link>
|
||||
<link>https://fmtools.fyi/developers/microsoft-research/</link>
|
||||
<description>Recent content in Microsoft Research 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/developers/microsoft-research/index.xml" rel="self" type="application/rss+xml" />
|
||||
<atom:link href="https://fmtools.fyi/developers/microsoft-research/index.xml" rel="self" type="application/rss+xml" />
|
||||
<item>
|
||||
<title>Z3</title>
|
||||
<link>https://example.org/tools/sat-smt/z3/</link>
|
||||
<link>https://fmtools.fyi/tools/sat-smt/z3/</link>
|
||||
<pubDate>Sat, 07 Jun 2025 00:00:00 +0000</pubDate>
|
||||
<guid>https://example.org/tools/sat-smt/z3/</guid>
|
||||
<guid>https://fmtools.fyi/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>
|
||||
|
@ -14,16 +14,16 @@
|
||||
<meta property="og:type" content="article">
|
||||
<meta property="og:title" content="Niklas Eén">
|
||||
<meta property="og:description" content="">
|
||||
<meta property="og:url" content="https://example.org/developers/niklas-e%C3%A9n/">
|
||||
<meta property="og:url" content="https://fmtools.fyi/developers/niklas-e%C3%A9n/">
|
||||
<meta property="og:image" content="images/%!s(<nil>)">
|
||||
<link rel="canonical" href="https://example.org/developers/niklas-e%C3%A9n/">
|
||||
<link rel="canonical" href="https://fmtools.fyi/developers/niklas-e%C3%A9n/">
|
||||
|
||||
<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="apple-touch-icon" sizes="180x180" href='https://fmtools.fyi/apple-touch-icon.png'>
|
||||
<link rel="icon" type="image/png" sizes="32x32" href='https://fmtools.fyi/favicon-32x32.png'>
|
||||
<link rel="icon" type="image/png" sizes='16x16' href='https://fmtools.fyi/favicon-16x16.png'>
|
||||
<link rel="manifest" href='https://fmtools.fyi/site.webmanifest'>
|
||||
|
||||
<link rel="stylesheet" href="https://example.org/css/styles.9d797fdbc9887767b3ad88393155cb84288660765fe6e18c89e2e00fd5ecfb0b9f46384188a0ae4e8b63f4c81526872e0ff61d1d5204287a0c3c8b6e8e34b6b9.css" integrity="sha512-nXl/28mId2ezrYg5MVXLhCiGYHZf5uGMieLgD9Xs+wufRjhBiKCuTotj9MgVJocuD/YdHVIEKHoMPItujjS2uQ==">
|
||||
<link rel="stylesheet" href="https://fmtools.fyi/css/styles.9d797fdbc9887767b3ad88393155cb84288660765fe6e18c89e2e00fd5ecfb0b9f46384188a0ae4e8b63f4c81526872e0ff61d1d5204287a0c3c8b6e8e34b6b9.css" integrity="sha512-nXl/28mId2ezrYg5MVXLhCiGYHZf5uGMieLgD9Xs+wufRjhBiKCuTotj9MgVJocuD/YdHVIEKHoMPItujjS2uQ==">
|
||||
|
||||
<link href="/css/fontawesome.css" rel="stylesheet" />
|
||||
<link href="/css/brands.css" rel="stylesheet" />
|
||||
|
@ -2,17 +2,17 @@
|
||||
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
||||
<channel>
|
||||
<title>Niklas Eén on Formal Methods Tools</title>
|
||||
<link>https://example.org/developers/niklas-e%C3%A9n/</link>
|
||||
<link>https://fmtools.fyi/developers/niklas-e%C3%A9n/</link>
|
||||
<description>Recent content in Niklas Eén 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/developers/niklas-e%C3%A9n/index.xml" rel="self" type="application/rss+xml" />
|
||||
<atom:link href="https://fmtools.fyi/developers/niklas-e%C3%A9n/index.xml" rel="self" type="application/rss+xml" />
|
||||
<item>
|
||||
<title>MiniSat</title>
|
||||
<link>https://example.org/tools/sat-smt/minisat/</link>
|
||||
<link>https://fmtools.fyi/tools/sat-smt/minisat/</link>
|
||||
<pubDate>Sat, 07 Jun 2025 00:00:00 +0000</pubDate>
|
||||
<guid>https://example.org/tools/sat-smt/minisat/</guid>
|
||||
<guid>https://fmtools.fyi/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>
|
||||
</channel>
|
||||
|
@ -14,16 +14,16 @@
|
||||
<meta property="og:type" content="article">
|
||||
<meta property="og:title" content="Niklas Sörensson">
|
||||
<meta property="og:description" content="">
|
||||
<meta property="og:url" content="https://example.org/developers/niklas-s%C3%B6rensson/">
|
||||
<meta property="og:url" content="https://fmtools.fyi/developers/niklas-s%C3%B6rensson/">
|
||||
<meta property="og:image" content="images/%!s(<nil>)">
|
||||
<link rel="canonical" href="https://example.org/developers/niklas-s%C3%B6rensson/">
|
||||
<link rel="canonical" href="https://fmtools.fyi/developers/niklas-s%C3%B6rensson/">
|
||||
|
||||
<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="apple-touch-icon" sizes="180x180" href='https://fmtools.fyi/apple-touch-icon.png'>
|
||||
<link rel="icon" type="image/png" sizes="32x32" href='https://fmtools.fyi/favicon-32x32.png'>
|
||||
<link rel="icon" type="image/png" sizes='16x16' href='https://fmtools.fyi/favicon-16x16.png'>
|
||||
<link rel="manifest" href='https://fmtools.fyi/site.webmanifest'>
|
||||
|
||||
<link rel="stylesheet" href="https://example.org/css/styles.9d797fdbc9887767b3ad88393155cb84288660765fe6e18c89e2e00fd5ecfb0b9f46384188a0ae4e8b63f4c81526872e0ff61d1d5204287a0c3c8b6e8e34b6b9.css" integrity="sha512-nXl/28mId2ezrYg5MVXLhCiGYHZf5uGMieLgD9Xs+wufRjhBiKCuTotj9MgVJocuD/YdHVIEKHoMPItujjS2uQ==">
|
||||
<link rel="stylesheet" href="https://fmtools.fyi/css/styles.9d797fdbc9887767b3ad88393155cb84288660765fe6e18c89e2e00fd5ecfb0b9f46384188a0ae4e8b63f4c81526872e0ff61d1d5204287a0c3c8b6e8e34b6b9.css" integrity="sha512-nXl/28mId2ezrYg5MVXLhCiGYHZf5uGMieLgD9Xs+wufRjhBiKCuTotj9MgVJocuD/YdHVIEKHoMPItujjS2uQ==">
|
||||
|
||||
<link href="/css/fontawesome.css" rel="stylesheet" />
|
||||
<link href="/css/brands.css" rel="stylesheet" />
|
||||
|
@ -2,17 +2,17 @@
|
||||
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
||||
<channel>
|
||||
<title>Niklas Sörensson on Formal Methods Tools</title>
|
||||
<link>https://example.org/developers/niklas-s%C3%B6rensson/</link>
|
||||
<link>https://fmtools.fyi/developers/niklas-s%C3%B6rensson/</link>
|
||||
<description>Recent content in Niklas Sörensson 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/developers/niklas-s%C3%B6rensson/index.xml" rel="self" type="application/rss+xml" />
|
||||
<atom:link href="https://fmtools.fyi/developers/niklas-s%C3%B6rensson/index.xml" rel="self" type="application/rss+xml" />
|
||||
<item>
|
||||
<title>MiniSat</title>
|
||||
<link>https://example.org/tools/sat-smt/minisat/</link>
|
||||
<link>https://fmtools.fyi/tools/sat-smt/minisat/</link>
|
||||
<pubDate>Sat, 07 Jun 2025 00:00:00 +0000</pubDate>
|
||||
<guid>https://example.org/tools/sat-smt/minisat/</guid>
|
||||
<guid>https://fmtools.fyi/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>
|
||||
</channel>
|
||||
|
@ -14,16 +14,16 @@
|
||||
<meta property="og:type" content="article">
|
||||
<meta property="og:title" content="Norbert Manthey">
|
||||
<meta property="og:description" content="">
|
||||
<meta property="og:url" content="https://example.org/developers/norbert-manthey/">
|
||||
<meta property="og:url" content="https://fmtools.fyi/developers/norbert-manthey/">
|
||||
<meta property="og:image" content="images/%!s(<nil>)">
|
||||
<link rel="canonical" href="https://example.org/developers/norbert-manthey/">
|
||||
<link rel="canonical" href="https://fmtools.fyi/developers/norbert-manthey/">
|
||||
|
||||
<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="apple-touch-icon" sizes="180x180" href='https://fmtools.fyi/apple-touch-icon.png'>
|
||||
<link rel="icon" type="image/png" sizes="32x32" href='https://fmtools.fyi/favicon-32x32.png'>
|
||||
<link rel="icon" type="image/png" sizes='16x16' href='https://fmtools.fyi/favicon-16x16.png'>
|
||||
<link rel="manifest" href='https://fmtools.fyi/site.webmanifest'>
|
||||
|
||||
<link rel="stylesheet" href="https://example.org/css/styles.9d797fdbc9887767b3ad88393155cb84288660765fe6e18c89e2e00fd5ecfb0b9f46384188a0ae4e8b63f4c81526872e0ff61d1d5204287a0c3c8b6e8e34b6b9.css" integrity="sha512-nXl/28mId2ezrYg5MVXLhCiGYHZf5uGMieLgD9Xs+wufRjhBiKCuTotj9MgVJocuD/YdHVIEKHoMPItujjS2uQ==">
|
||||
<link rel="stylesheet" href="https://fmtools.fyi/css/styles.9d797fdbc9887767b3ad88393155cb84288660765fe6e18c89e2e00fd5ecfb0b9f46384188a0ae4e8b63f4c81526872e0ff61d1d5204287a0c3c8b6e8e34b6b9.css" integrity="sha512-nXl/28mId2ezrYg5MVXLhCiGYHZf5uGMieLgD9Xs+wufRjhBiKCuTotj9MgVJocuD/YdHVIEKHoMPItujjS2uQ==">
|
||||
|
||||
<link href="/css/fontawesome.css" rel="stylesheet" />
|
||||
<link href="/css/brands.css" rel="stylesheet" />
|
||||
|
@ -2,17 +2,17 @@
|
||||
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
||||
<channel>
|
||||
<title>Norbert Manthey on Formal Methods Tools</title>
|
||||
<link>https://example.org/developers/norbert-manthey/</link>
|
||||
<link>https://fmtools.fyi/developers/norbert-manthey/</link>
|
||||
<description>Recent content in Norbert Manthey 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/developers/norbert-manthey/index.xml" rel="self" type="application/rss+xml" />
|
||||
<atom:link href="https://fmtools.fyi/developers/norbert-manthey/index.xml" rel="self" type="application/rss+xml" />
|
||||
<item>
|
||||
<title>Riss</title>
|
||||
<link>https://example.org/tools/sat-smt/riss/</link>
|
||||
<link>https://fmtools.fyi/tools/sat-smt/riss/</link>
|
||||
<pubDate>Sat, 07 Jun 2025 00:00:00 +0000</pubDate>
|
||||
<guid>https://example.org/tools/sat-smt/riss/</guid>
|
||||
<guid>https://fmtools.fyi/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>
|
||||
</channel>
|
||||
|
@ -14,16 +14,16 @@
|
||||
<meta property="og:type" content="article">
|
||||
<meta property="og:title" content="Oxford University">
|
||||
<meta property="og:description" content="">
|
||||
<meta property="og:url" content="https://example.org/developers/oxford-university/">
|
||||
<meta property="og:url" content="https://fmtools.fyi/developers/oxford-university/">
|
||||
<meta property="og:image" content="images/%!s(<nil>)">
|
||||
<link rel="canonical" href="https://example.org/developers/oxford-university/">
|
||||
<link rel="canonical" href="https://fmtools.fyi/developers/oxford-university/">
|
||||
|
||||
<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="apple-touch-icon" sizes="180x180" href='https://fmtools.fyi/apple-touch-icon.png'>
|
||||
<link rel="icon" type="image/png" sizes="32x32" href='https://fmtools.fyi/favicon-32x32.png'>
|
||||
<link rel="icon" type="image/png" sizes='16x16' href='https://fmtools.fyi/favicon-16x16.png'>
|
||||
<link rel="manifest" href='https://fmtools.fyi/site.webmanifest'>
|
||||
|
||||
<link rel="stylesheet" href="https://example.org/css/styles.9d797fdbc9887767b3ad88393155cb84288660765fe6e18c89e2e00fd5ecfb0b9f46384188a0ae4e8b63f4c81526872e0ff61d1d5204287a0c3c8b6e8e34b6b9.css" integrity="sha512-nXl/28mId2ezrYg5MVXLhCiGYHZf5uGMieLgD9Xs+wufRjhBiKCuTotj9MgVJocuD/YdHVIEKHoMPItujjS2uQ==">
|
||||
<link rel="stylesheet" href="https://fmtools.fyi/css/styles.9d797fdbc9887767b3ad88393155cb84288660765fe6e18c89e2e00fd5ecfb0b9f46384188a0ae4e8b63f4c81526872e0ff61d1d5204287a0c3c8b6e8e34b6b9.css" integrity="sha512-nXl/28mId2ezrYg5MVXLhCiGYHZf5uGMieLgD9Xs+wufRjhBiKCuTotj9MgVJocuD/YdHVIEKHoMPItujjS2uQ==">
|
||||
|
||||
<link href="/css/fontawesome.css" rel="stylesheet" />
|
||||
<link href="/css/brands.css" rel="stylesheet" />
|
||||
|
@ -2,17 +2,17 @@
|
||||
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
||||
<channel>
|
||||
<title>Oxford University on Formal Methods Tools</title>
|
||||
<link>https://example.org/developers/oxford-university/</link>
|
||||
<link>https://fmtools.fyi/developers/oxford-university/</link>
|
||||
<description>Recent content in Oxford University 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/developers/oxford-university/index.xml" rel="self" type="application/rss+xml" />
|
||||
<atom:link href="https://fmtools.fyi/developers/oxford-university/index.xml" rel="self" type="application/rss+xml" />
|
||||
<item>
|
||||
<title>PRISM</title>
|
||||
<link>https://example.org/tools/prob/prism/</link>
|
||||
<link>https://fmtools.fyi/tools/prob/prism/</link>
|
||||
<pubDate>Sat, 07 Jun 2025 00:00:00 +0000</pubDate>
|
||||
<guid>https://example.org/tools/prob/prism/</guid>
|
||||
<guid>https://fmtools.fyi/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>
|
||||
</channel>
|
||||
|
@ -14,16 +14,16 @@
|
||||
<meta property="og:type" content="article">
|
||||
<meta property="og:title" content="RWTH Aachen">
|
||||
<meta property="og:description" content="">
|
||||
<meta property="og:url" content="https://example.org/developers/rwth-aachen/">
|
||||
<meta property="og:url" content="https://fmtools.fyi/developers/rwth-aachen/">
|
||||
<meta property="og:image" content="images/%!s(<nil>)">
|
||||
<link rel="canonical" href="https://example.org/developers/rwth-aachen/">
|
||||
<link rel="canonical" href="https://fmtools.fyi/developers/rwth-aachen/">
|
||||
|
||||
<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="apple-touch-icon" sizes="180x180" href='https://fmtools.fyi/apple-touch-icon.png'>
|
||||
<link rel="icon" type="image/png" sizes="32x32" href='https://fmtools.fyi/favicon-32x32.png'>
|
||||
<link rel="icon" type="image/png" sizes='16x16' href='https://fmtools.fyi/favicon-16x16.png'>
|
||||
<link rel="manifest" href='https://fmtools.fyi/site.webmanifest'>
|
||||
|
||||
<link rel="stylesheet" href="https://example.org/css/styles.9d797fdbc9887767b3ad88393155cb84288660765fe6e18c89e2e00fd5ecfb0b9f46384188a0ae4e8b63f4c81526872e0ff61d1d5204287a0c3c8b6e8e34b6b9.css" integrity="sha512-nXl/28mId2ezrYg5MVXLhCiGYHZf5uGMieLgD9Xs+wufRjhBiKCuTotj9MgVJocuD/YdHVIEKHoMPItujjS2uQ==">
|
||||
<link rel="stylesheet" href="https://fmtools.fyi/css/styles.9d797fdbc9887767b3ad88393155cb84288660765fe6e18c89e2e00fd5ecfb0b9f46384188a0ae4e8b63f4c81526872e0ff61d1d5204287a0c3c8b6e8e34b6b9.css" integrity="sha512-nXl/28mId2ezrYg5MVXLhCiGYHZf5uGMieLgD9Xs+wufRjhBiKCuTotj9MgVJocuD/YdHVIEKHoMPItujjS2uQ==">
|
||||
|
||||
<link href="/css/fontawesome.css" rel="stylesheet" />
|
||||
<link href="/css/brands.css" rel="stylesheet" />
|
||||
|
@ -2,24 +2,24 @@
|
||||
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
||||
<channel>
|
||||
<title>RWTH Aachen on Formal Methods Tools</title>
|
||||
<link>https://example.org/developers/rwth-aachen/</link>
|
||||
<link>https://fmtools.fyi/developers/rwth-aachen/</link>
|
||||
<description>Recent content in RWTH Aachen 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/developers/rwth-aachen/index.xml" rel="self" type="application/rss+xml" />
|
||||
<atom:link href="https://fmtools.fyi/developers/rwth-aachen/index.xml" rel="self" type="application/rss+xml" />
|
||||
<item>
|
||||
<title>SMT-RAT</title>
|
||||
<link>https://example.org/tools/sat-smt/smt-rat/</link>
|
||||
<link>https://fmtools.fyi/tools/sat-smt/smt-rat/</link>
|
||||
<pubDate>Sat, 07 Jun 2025 00:00:00 +0000</pubDate>
|
||||
<guid>https://example.org/tools/sat-smt/smt-rat/</guid>
|
||||
<guid>https://fmtools.fyi/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>Storm</title>
|
||||
<link>https://example.org/tools/prob/storm/</link>
|
||||
<link>https://fmtools.fyi/tools/prob/storm/</link>
|
||||
<pubDate>Sat, 07 Jun 2025 00:00:00 +0000</pubDate>
|
||||
<guid>https://example.org/tools/prob/storm/</guid>
|
||||
<guid>https://fmtools.fyi/tools/prob/storm/</guid>
|
||||
<description><p>Storm is a tool for the analysis of systems involving random or probabilistic phenomena.</p></description>
|
||||
</item>
|
||||
</channel>
|
||||
|
@ -14,16 +14,16 @@
|
||||
<meta property="og:type" content="article">
|
||||
<meta property="og:title" content="SRI International">
|
||||
<meta property="og:description" content="">
|
||||
<meta property="og:url" content="https://example.org/developers/sri-international/">
|
||||
<meta property="og:url" content="https://fmtools.fyi/developers/sri-international/">
|
||||
<meta property="og:image" content="images/%!s(<nil>)">
|
||||
<link rel="canonical" href="https://example.org/developers/sri-international/">
|
||||
<link rel="canonical" href="https://fmtools.fyi/developers/sri-international/">
|
||||
|
||||
<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="apple-touch-icon" sizes="180x180" href='https://fmtools.fyi/apple-touch-icon.png'>
|
||||
<link rel="icon" type="image/png" sizes="32x32" href='https://fmtools.fyi/favicon-32x32.png'>
|
||||
<link rel="icon" type="image/png" sizes='16x16' href='https://fmtools.fyi/favicon-16x16.png'>
|
||||
<link rel="manifest" href='https://fmtools.fyi/site.webmanifest'>
|
||||
|
||||
<link rel="stylesheet" href="https://example.org/css/styles.9d797fdbc9887767b3ad88393155cb84288660765fe6e18c89e2e00fd5ecfb0b9f46384188a0ae4e8b63f4c81526872e0ff61d1d5204287a0c3c8b6e8e34b6b9.css" integrity="sha512-nXl/28mId2ezrYg5MVXLhCiGYHZf5uGMieLgD9Xs+wufRjhBiKCuTotj9MgVJocuD/YdHVIEKHoMPItujjS2uQ==">
|
||||
<link rel="stylesheet" href="https://fmtools.fyi/css/styles.9d797fdbc9887767b3ad88393155cb84288660765fe6e18c89e2e00fd5ecfb0b9f46384188a0ae4e8b63f4c81526872e0ff61d1d5204287a0c3c8b6e8e34b6b9.css" integrity="sha512-nXl/28mId2ezrYg5MVXLhCiGYHZf5uGMieLgD9Xs+wufRjhBiKCuTotj9MgVJocuD/YdHVIEKHoMPItujjS2uQ==">
|
||||
|
||||
<link href="/css/fontawesome.css" rel="stylesheet" />
|
||||
<link href="/css/brands.css" rel="stylesheet" />
|
||||
|
@ -2,24 +2,24 @@
|
||||
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
||||
<channel>
|
||||
<title>SRI International on Formal Methods Tools</title>
|
||||
<link>https://example.org/developers/sri-international/</link>
|
||||
<link>https://fmtools.fyi/developers/sri-international/</link>
|
||||
<description>Recent content in SRI International 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/developers/sri-international/index.xml" rel="self" type="application/rss+xml" />
|
||||
<atom:link href="https://fmtools.fyi/developers/sri-international/index.xml" rel="self" type="application/rss+xml" />
|
||||
<item>
|
||||
<title>Sally</title>
|
||||
<link>https://example.org/tools/mc/sally/</link>
|
||||
<link>https://fmtools.fyi/tools/mc/sally/</link>
|
||||
<pubDate>Sat, 07 Jun 2025 00:00:00 +0000</pubDate>
|
||||
<guid>https://example.org/tools/mc/sally/</guid>
|
||||
<guid>https://fmtools.fyi/tools/mc/sally/</guid>
|
||||
<description><p>Sally is a model checker for infinite state systems described as transition systems.</p></description>
|
||||
</item>
|
||||
<item>
|
||||
<title>Yices 2</title>
|
||||
<link>https://example.org/tools/sat-smt/yices/</link>
|
||||
<link>https://fmtools.fyi/tools/sat-smt/yices/</link>
|
||||
<pubDate>Sat, 07 Jun 2025 00:00:00 +0000</pubDate>
|
||||
<guid>https://example.org/tools/sat-smt/yices/</guid>
|
||||
<guid>https://fmtools.fyi/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>
|
||||
</channel>
|
||||
|
@ -14,16 +14,16 @@
|
||||
<meta property="og:type" content="article">
|
||||
<meta property="og:title" content="Stanford University">
|
||||
<meta property="og:description" content="">
|
||||
<meta property="og:url" content="https://example.org/developers/stanford-university/">
|
||||
<meta property="og:url" content="https://fmtools.fyi/developers/stanford-university/">
|
||||
<meta property="og:image" content="images/%!s(<nil>)">
|
||||
<link rel="canonical" href="https://example.org/developers/stanford-university/">
|
||||
<link rel="canonical" href="https://fmtools.fyi/developers/stanford-university/">
|
||||
|
||||
<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="apple-touch-icon" sizes="180x180" href='https://fmtools.fyi/apple-touch-icon.png'>
|
||||
<link rel="icon" type="image/png" sizes="32x32" href='https://fmtools.fyi/favicon-32x32.png'>
|
||||
<link rel="icon" type="image/png" sizes='16x16' href='https://fmtools.fyi/favicon-16x16.png'>
|
||||
<link rel="manifest" href='https://fmtools.fyi/site.webmanifest'>
|
||||
|
||||
<link rel="stylesheet" href="https://example.org/css/styles.9d797fdbc9887767b3ad88393155cb84288660765fe6e18c89e2e00fd5ecfb0b9f46384188a0ae4e8b63f4c81526872e0ff61d1d5204287a0c3c8b6e8e34b6b9.css" integrity="sha512-nXl/28mId2ezrYg5MVXLhCiGYHZf5uGMieLgD9Xs+wufRjhBiKCuTotj9MgVJocuD/YdHVIEKHoMPItujjS2uQ==">
|
||||
<link rel="stylesheet" href="https://fmtools.fyi/css/styles.9d797fdbc9887767b3ad88393155cb84288660765fe6e18c89e2e00fd5ecfb0b9f46384188a0ae4e8b63f4c81526872e0ff61d1d5204287a0c3c8b6e8e34b6b9.css" integrity="sha512-nXl/28mId2ezrYg5MVXLhCiGYHZf5uGMieLgD9Xs+wufRjhBiKCuTotj9MgVJocuD/YdHVIEKHoMPItujjS2uQ==">
|
||||
|
||||
<link href="/css/fontawesome.css" rel="stylesheet" />
|
||||
<link href="/css/brands.css" rel="stylesheet" />
|
||||
|
@ -2,45 +2,45 @@
|
||||
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
||||
<channel>
|
||||
<title>Stanford University on Formal Methods Tools</title>
|
||||
<link>https://example.org/developers/stanford-university/</link>
|
||||
<link>https://fmtools.fyi/developers/stanford-university/</link>
|
||||
<description>Recent content in Stanford University 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/developers/stanford-university/index.xml" rel="self" type="application/rss+xml" />
|
||||
<atom:link href="https://fmtools.fyi/developers/stanford-university/index.xml" rel="self" type="application/rss+xml" />
|
||||
<item>
|
||||
<title>Bitwuzla</title>
|
||||
<link>https://example.org/tools/sat-smt/bitwuzla/</link>
|
||||
<link>https://fmtools.fyi/tools/sat-smt/bitwuzla/</link>
|
||||
<pubDate>Sat, 07 Jun 2025 00:00:00 +0000</pubDate>
|
||||
<guid>https://example.org/tools/sat-smt/bitwuzla/</guid>
|
||||
<guid>https://fmtools.fyi/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>https://example.org/tools/sat-smt/boolector/</link>
|
||||
<link>https://fmtools.fyi/tools/sat-smt/boolector/</link>
|
||||
<pubDate>Sat, 07 Jun 2025 00:00:00 +0000</pubDate>
|
||||
<guid>https://example.org/tools/sat-smt/boolector/</guid>
|
||||
<guid>https://fmtools.fyi/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>https://example.org/tools/sat-smt/cvc4/</link>
|
||||
<link>https://fmtools.fyi/tools/sat-smt/cvc4/</link>
|
||||
<pubDate>Sat, 07 Jun 2025 00:00:00 +0000</pubDate>
|
||||
<guid>https://example.org/tools/sat-smt/cvc4/</guid>
|
||||
<guid>https://fmtools.fyi/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>https://example.org/tools/sat-smt/cvc5/</link>
|
||||
<link>https://fmtools.fyi/tools/sat-smt/cvc5/</link>
|
||||
<pubDate>Sat, 07 Jun 2025 00:00:00 +0000</pubDate>
|
||||
<guid>https://example.org/tools/sat-smt/cvc5/</guid>
|
||||
<guid>https://fmtools.fyi/tools/sat-smt/cvc5/</guid>
|
||||
<description><p>cvc5 is an automatic theorem prover for SMT problems.</p></description>
|
||||
</item>
|
||||
<item>
|
||||
<title>STP</title>
|
||||
<link>https://example.org/tools/sat-smt/stp/</link>
|
||||
<link>https://fmtools.fyi/tools/sat-smt/stp/</link>
|
||||
<pubDate>Sat, 07 Jun 2025 00:00:00 +0000</pubDate>
|
||||
<guid>https://example.org/tools/sat-smt/stp/</guid>
|
||||
<guid>https://fmtools.fyi/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>
|
||||
|
@ -14,16 +14,16 @@
|
||||
<meta property="og:type" content="article">
|
||||
<meta property="og:title" content="ULiege">
|
||||
<meta property="og:description" content="">
|
||||
<meta property="og:url" content="https://example.org/developers/uliege/">
|
||||
<meta property="og:url" content="https://fmtools.fyi/developers/uliege/">
|
||||
<meta property="og:image" content="images/%!s(<nil>)">
|
||||
<link rel="canonical" href="https://example.org/developers/uliege/">
|
||||
<link rel="canonical" href="https://fmtools.fyi/developers/uliege/">
|
||||
|
||||
<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="apple-touch-icon" sizes="180x180" href='https://fmtools.fyi/apple-touch-icon.png'>
|
||||
<link rel="icon" type="image/png" sizes="32x32" href='https://fmtools.fyi/favicon-32x32.png'>
|
||||
<link rel="icon" type="image/png" sizes='16x16' href='https://fmtools.fyi/favicon-16x16.png'>
|
||||
<link rel="manifest" href='https://fmtools.fyi/site.webmanifest'>
|
||||
|
||||
<link rel="stylesheet" href="https://example.org/css/styles.9d797fdbc9887767b3ad88393155cb84288660765fe6e18c89e2e00fd5ecfb0b9f46384188a0ae4e8b63f4c81526872e0ff61d1d5204287a0c3c8b6e8e34b6b9.css" integrity="sha512-nXl/28mId2ezrYg5MVXLhCiGYHZf5uGMieLgD9Xs+wufRjhBiKCuTotj9MgVJocuD/YdHVIEKHoMPItujjS2uQ==">
|
||||
<link rel="stylesheet" href="https://fmtools.fyi/css/styles.9d797fdbc9887767b3ad88393155cb84288660765fe6e18c89e2e00fd5ecfb0b9f46384188a0ae4e8b63f4c81526872e0ff61d1d5204287a0c3c8b6e8e34b6b9.css" integrity="sha512-nXl/28mId2ezrYg5MVXLhCiGYHZf5uGMieLgD9Xs+wufRjhBiKCuTotj9MgVJocuD/YdHVIEKHoMPItujjS2uQ==">
|
||||
|
||||
<link href="/css/fontawesome.css" rel="stylesheet" />
|
||||
<link href="/css/brands.css" rel="stylesheet" />
|
||||
|
@ -2,17 +2,17 @@
|
||||
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
||||
<channel>
|
||||
<title>ULiege on Formal Methods Tools</title>
|
||||
<link>https://example.org/developers/uliege/</link>
|
||||
<link>https://fmtools.fyi/developers/uliege/</link>
|
||||
<description>Recent content in ULiege 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/developers/uliege/index.xml" rel="self" type="application/rss+xml" />
|
||||
<atom:link href="https://fmtools.fyi/developers/uliege/index.xml" rel="self" type="application/rss+xml" />
|
||||
<item>
|
||||
<title>veriT</title>
|
||||
<link>https://example.org/tools/sat-smt/verit/</link>
|
||||
<link>https://fmtools.fyi/tools/sat-smt/verit/</link>
|
||||
<pubDate>Sat, 07 Jun 2025 00:00:00 +0000</pubDate>
|
||||
<guid>https://example.org/tools/sat-smt/verit/</guid>
|
||||
<guid>https://fmtools.fyi/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>
|
||||
</channel>
|
||||
|
@ -14,16 +14,16 @@
|
||||
<meta property="og:type" content="article">
|
||||
<meta property="og:title" content="University of Freiburg">
|
||||
<meta property="og:description" content="">
|
||||
<meta property="og:url" content="https://example.org/developers/university-of-freiburg/">
|
||||
<meta property="og:url" content="https://fmtools.fyi/developers/university-of-freiburg/">
|
||||
<meta property="og:image" content="images/%!s(<nil>)">
|
||||
<link rel="canonical" href="https://example.org/developers/university-of-freiburg/">
|
||||
<link rel="canonical" href="https://fmtools.fyi/developers/university-of-freiburg/">
|
||||
|
||||
<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="apple-touch-icon" sizes="180x180" href='https://fmtools.fyi/apple-touch-icon.png'>
|
||||
<link rel="icon" type="image/png" sizes="32x32" href='https://fmtools.fyi/favicon-32x32.png'>
|
||||
<link rel="icon" type="image/png" sizes='16x16' href='https://fmtools.fyi/favicon-16x16.png'>
|
||||
<link rel="manifest" href='https://fmtools.fyi/site.webmanifest'>
|
||||
|
||||
<link rel="stylesheet" href="https://example.org/css/styles.9d797fdbc9887767b3ad88393155cb84288660765fe6e18c89e2e00fd5ecfb0b9f46384188a0ae4e8b63f4c81526872e0ff61d1d5204287a0c3c8b6e8e34b6b9.css" integrity="sha512-nXl/28mId2ezrYg5MVXLhCiGYHZf5uGMieLgD9Xs+wufRjhBiKCuTotj9MgVJocuD/YdHVIEKHoMPItujjS2uQ==">
|
||||
<link rel="stylesheet" href="https://fmtools.fyi/css/styles.9d797fdbc9887767b3ad88393155cb84288660765fe6e18c89e2e00fd5ecfb0b9f46384188a0ae4e8b63f4c81526872e0ff61d1d5204287a0c3c8b6e8e34b6b9.css" integrity="sha512-nXl/28mId2ezrYg5MVXLhCiGYHZf5uGMieLgD9Xs+wufRjhBiKCuTotj9MgVJocuD/YdHVIEKHoMPItujjS2uQ==">
|
||||
|
||||
<link href="/css/fontawesome.css" rel="stylesheet" />
|
||||
<link href="/css/brands.css" rel="stylesheet" />
|
||||
|
@ -2,17 +2,17 @@
|
||||
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
||||
<channel>
|
||||
<title>University of Freiburg on Formal Methods Tools</title>
|
||||
<link>https://example.org/developers/university-of-freiburg/</link>
|
||||
<link>https://fmtools.fyi/developers/university-of-freiburg/</link>
|
||||
<description>Recent content in University of Freiburg 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/developers/university-of-freiburg/index.xml" rel="self" type="application/rss+xml" />
|
||||
<atom:link href="https://fmtools.fyi/developers/university-of-freiburg/index.xml" rel="self" type="application/rss+xml" />
|
||||
<item>
|
||||
<title>SMTInterpol</title>
|
||||
<link>https://example.org/tools/sat-smt/smtinterpol/</link>
|
||||
<link>https://fmtools.fyi/tools/sat-smt/smtinterpol/</link>
|
||||
<pubDate>Sat, 07 Jun 2025 00:00:00 +0000</pubDate>
|
||||
<guid>https://example.org/tools/sat-smt/smtinterpol/</guid>
|
||||
<guid>https://fmtools.fyi/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>
|
||||
</channel>
|
||||
|
@ -14,16 +14,16 @@
|
||||
<meta property="og:type" content="article">
|
||||
<meta property="og:title" content="University of Illinois">
|
||||
<meta property="og:description" content="">
|
||||
<meta property="og:url" content="https://example.org/developers/university-of-illinois/">
|
||||
<meta property="og:url" content="https://fmtools.fyi/developers/university-of-illinois/">
|
||||
<meta property="og:image" content="images/%!s(<nil>)">
|
||||
<link rel="canonical" href="https://example.org/developers/university-of-illinois/">
|
||||
<link rel="canonical" href="https://fmtools.fyi/developers/university-of-illinois/">
|
||||
|
||||
<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="apple-touch-icon" sizes="180x180" href='https://fmtools.fyi/apple-touch-icon.png'>
|
||||
<link rel="icon" type="image/png" sizes="32x32" href='https://fmtools.fyi/favicon-32x32.png'>
|
||||
<link rel="icon" type="image/png" sizes='16x16' href='https://fmtools.fyi/favicon-16x16.png'>
|
||||
<link rel="manifest" href='https://fmtools.fyi/site.webmanifest'>
|
||||
|
||||
<link rel="stylesheet" href="https://example.org/css/styles.9d797fdbc9887767b3ad88393155cb84288660765fe6e18c89e2e00fd5ecfb0b9f46384188a0ae4e8b63f4c81526872e0ff61d1d5204287a0c3c8b6e8e34b6b9.css" integrity="sha512-nXl/28mId2ezrYg5MVXLhCiGYHZf5uGMieLgD9Xs+wufRjhBiKCuTotj9MgVJocuD/YdHVIEKHoMPItujjS2uQ==">
|
||||
<link rel="stylesheet" href="https://fmtools.fyi/css/styles.9d797fdbc9887767b3ad88393155cb84288660765fe6e18c89e2e00fd5ecfb0b9f46384188a0ae4e8b63f4c81526872e0ff61d1d5204287a0c3c8b6e8e34b6b9.css" integrity="sha512-nXl/28mId2ezrYg5MVXLhCiGYHZf5uGMieLgD9Xs+wufRjhBiKCuTotj9MgVJocuD/YdHVIEKHoMPItujjS2uQ==">
|
||||
|
||||
<link href="/css/fontawesome.css" rel="stylesheet" />
|
||||
<link href="/css/brands.css" rel="stylesheet" />
|
||||
|
@ -2,17 +2,17 @@
|
||||
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
||||
<channel>
|
||||
<title>University of Illinois on Formal Methods Tools</title>
|
||||
<link>https://example.org/developers/university-of-illinois/</link>
|
||||
<link>https://fmtools.fyi/developers/university-of-illinois/</link>
|
||||
<description>Recent content in University of Illinois 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/developers/university-of-illinois/index.xml" rel="self" type="application/rss+xml" />
|
||||
<atom:link href="https://fmtools.fyi/developers/university-of-illinois/index.xml" rel="self" type="application/rss+xml" />
|
||||
<item>
|
||||
<title>STP</title>
|
||||
<link>https://example.org/tools/sat-smt/stp/</link>
|
||||
<link>https://fmtools.fyi/tools/sat-smt/stp/</link>
|
||||
<pubDate>Sat, 07 Jun 2025 00:00:00 +0000</pubDate>
|
||||
<guid>https://example.org/tools/sat-smt/stp/</guid>
|
||||
<guid>https://fmtools.fyi/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>
|
||||
|
@ -14,16 +14,16 @@
|
||||
<meta property="og:type" content="article">
|
||||
<meta property="og:title" content="University of Iowa">
|
||||
<meta property="og:description" content="">
|
||||
<meta property="og:url" content="https://example.org/developers/university-of-iowa/">
|
||||
<meta property="og:url" content="https://fmtools.fyi/developers/university-of-iowa/">
|
||||
<meta property="og:image" content="images/%!s(<nil>)">
|
||||
<link rel="canonical" href="https://example.org/developers/university-of-iowa/">
|
||||
<link rel="canonical" href="https://fmtools.fyi/developers/university-of-iowa/">
|
||||
|
||||
<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="apple-touch-icon" sizes="180x180" href='https://fmtools.fyi/apple-touch-icon.png'>
|
||||
<link rel="icon" type="image/png" sizes="32x32" href='https://fmtools.fyi/favicon-32x32.png'>
|
||||
<link rel="icon" type="image/png" sizes='16x16' href='https://fmtools.fyi/favicon-16x16.png'>
|
||||
<link rel="manifest" href='https://fmtools.fyi/site.webmanifest'>
|
||||
|
||||
<link rel="stylesheet" href="https://example.org/css/styles.9d797fdbc9887767b3ad88393155cb84288660765fe6e18c89e2e00fd5ecfb0b9f46384188a0ae4e8b63f4c81526872e0ff61d1d5204287a0c3c8b6e8e34b6b9.css" integrity="sha512-nXl/28mId2ezrYg5MVXLhCiGYHZf5uGMieLgD9Xs+wufRjhBiKCuTotj9MgVJocuD/YdHVIEKHoMPItujjS2uQ==">
|
||||
<link rel="stylesheet" href="https://fmtools.fyi/css/styles.9d797fdbc9887767b3ad88393155cb84288660765fe6e18c89e2e00fd5ecfb0b9f46384188a0ae4e8b63f4c81526872e0ff61d1d5204287a0c3c8b6e8e34b6b9.css" integrity="sha512-nXl/28mId2ezrYg5MVXLhCiGYHZf5uGMieLgD9Xs+wufRjhBiKCuTotj9MgVJocuD/YdHVIEKHoMPItujjS2uQ==">
|
||||
|
||||
<link href="/css/fontawesome.css" rel="stylesheet" />
|
||||
<link href="/css/brands.css" rel="stylesheet" />
|
||||
|
@ -2,24 +2,24 @@
|
||||
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
||||
<channel>
|
||||
<title>University of Iowa on Formal Methods Tools</title>
|
||||
<link>https://example.org/developers/university-of-iowa/</link>
|
||||
<link>https://fmtools.fyi/developers/university-of-iowa/</link>
|
||||
<description>Recent content in University of Iowa 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/developers/university-of-iowa/index.xml" rel="self" type="application/rss+xml" />
|
||||
<atom:link href="https://fmtools.fyi/developers/university-of-iowa/index.xml" rel="self" type="application/rss+xml" />
|
||||
<item>
|
||||
<title>cvc4</title>
|
||||
<link>https://example.org/tools/sat-smt/cvc4/</link>
|
||||
<link>https://fmtools.fyi/tools/sat-smt/cvc4/</link>
|
||||
<pubDate>Sat, 07 Jun 2025 00:00:00 +0000</pubDate>
|
||||
<guid>https://example.org/tools/sat-smt/cvc4/</guid>
|
||||
<guid>https://fmtools.fyi/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>https://example.org/tools/sat-smt/cvc5/</link>
|
||||
<link>https://fmtools.fyi/tools/sat-smt/cvc5/</link>
|
||||
<pubDate>Sat, 07 Jun 2025 00:00:00 +0000</pubDate>
|
||||
<guid>https://example.org/tools/sat-smt/cvc5/</guid>
|
||||
<guid>https://fmtools.fyi/tools/sat-smt/cvc5/</guid>
|
||||
<description><p>cvc5 is an automatic theorem prover for SMT problems.</p></description>
|
||||
</item>
|
||||
</channel>
|
||||
|
@ -14,16 +14,16 @@
|
||||
<meta property="og:type" content="article">
|
||||
<meta property="og:title" content="University of Lugano">
|
||||
<meta property="og:description" content="">
|
||||
<meta property="og:url" content="https://example.org/developers/university-of-lugano/">
|
||||
<meta property="og:url" content="https://fmtools.fyi/developers/university-of-lugano/">
|
||||
<meta property="og:image" content="images/%!s(<nil>)">
|
||||
<link rel="canonical" href="https://example.org/developers/university-of-lugano/">
|
||||
<link rel="canonical" href="https://fmtools.fyi/developers/university-of-lugano/">
|
||||
|
||||
<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="apple-touch-icon" sizes="180x180" href='https://fmtools.fyi/apple-touch-icon.png'>
|
||||
<link rel="icon" type="image/png" sizes="32x32" href='https://fmtools.fyi/favicon-32x32.png'>
|
||||
<link rel="icon" type="image/png" sizes='16x16' href='https://fmtools.fyi/favicon-16x16.png'>
|
||||
<link rel="manifest" href='https://fmtools.fyi/site.webmanifest'>
|
||||
|
||||
<link rel="stylesheet" href="https://example.org/css/styles.9d797fdbc9887767b3ad88393155cb84288660765fe6e18c89e2e00fd5ecfb0b9f46384188a0ae4e8b63f4c81526872e0ff61d1d5204287a0c3c8b6e8e34b6b9.css" integrity="sha512-nXl/28mId2ezrYg5MVXLhCiGYHZf5uGMieLgD9Xs+wufRjhBiKCuTotj9MgVJocuD/YdHVIEKHoMPItujjS2uQ==">
|
||||
<link rel="stylesheet" href="https://fmtools.fyi/css/styles.9d797fdbc9887767b3ad88393155cb84288660765fe6e18c89e2e00fd5ecfb0b9f46384188a0ae4e8b63f4c81526872e0ff61d1d5204287a0c3c8b6e8e34b6b9.css" integrity="sha512-nXl/28mId2ezrYg5MVXLhCiGYHZf5uGMieLgD9Xs+wufRjhBiKCuTotj9MgVJocuD/YdHVIEKHoMPItujjS2uQ==">
|
||||
|
||||
<link href="/css/fontawesome.css" rel="stylesheet" />
|
||||
<link href="/css/brands.css" rel="stylesheet" />
|
||||
|
@ -2,18 +2,18 @@
|
||||
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
||||
<channel>
|
||||
<title>University of Lugano on Formal Methods Tools</title>
|
||||
<link>https://example.org/developers/university-of-lugano/</link>
|
||||
<link>https://fmtools.fyi/developers/university-of-lugano/</link>
|
||||
<description>Recent content in University of Lugano 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/developers/university-of-lugano/index.xml" rel="self" type="application/rss+xml" />
|
||||
<atom:link href="https://fmtools.fyi/developers/university-of-lugano/index.xml" rel="self" type="application/rss+xml" />
|
||||
<item>
|
||||
<title>OpenSMT</title>
|
||||
<link>https://example.org/tools/sat-smt/opensmt/</link>
|
||||
<link>https://fmtools.fyi/tools/sat-smt/opensmt/</link>
|
||||
<pubDate>Sat, 07 Jun 2025 00:00:00 +0000</pubDate>
|
||||
<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>
|
||||
<guid>https://fmtools.fyi/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://fmtools.fyi/tools/minisat" >MiniSAT</a>.</p></description>
|
||||
</item>
|
||||
</channel>
|
||||
</rss>
|
||||
|
@ -14,16 +14,16 @@
|
||||
<meta property="og:type" content="article">
|
||||
<meta property="og:title" content="University of Virginia">
|
||||
<meta property="og:description" content="">
|
||||
<meta property="og:url" content="https://example.org/developers/university-of-virginia/">
|
||||
<meta property="og:url" content="https://fmtools.fyi/developers/university-of-virginia/">
|
||||
<meta property="og:image" content="images/%!s(<nil>)">
|
||||
<link rel="canonical" href="https://example.org/developers/university-of-virginia/">
|
||||
<link rel="canonical" href="https://fmtools.fyi/developers/university-of-virginia/">
|
||||
|
||||
<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="apple-touch-icon" sizes="180x180" href='https://fmtools.fyi/apple-touch-icon.png'>
|
||||
<link rel="icon" type="image/png" sizes="32x32" href='https://fmtools.fyi/favicon-32x32.png'>
|
||||
<link rel="icon" type="image/png" sizes='16x16' href='https://fmtools.fyi/favicon-16x16.png'>
|
||||
<link rel="manifest" href='https://fmtools.fyi/site.webmanifest'>
|
||||
|
||||
<link rel="stylesheet" href="https://example.org/css/styles.9d797fdbc9887767b3ad88393155cb84288660765fe6e18c89e2e00fd5ecfb0b9f46384188a0ae4e8b63f4c81526872e0ff61d1d5204287a0c3c8b6e8e34b6b9.css" integrity="sha512-nXl/28mId2ezrYg5MVXLhCiGYHZf5uGMieLgD9Xs+wufRjhBiKCuTotj9MgVJocuD/YdHVIEKHoMPItujjS2uQ==">
|
||||
<link rel="stylesheet" href="https://fmtools.fyi/css/styles.9d797fdbc9887767b3ad88393155cb84288660765fe6e18c89e2e00fd5ecfb0b9f46384188a0ae4e8b63f4c81526872e0ff61d1d5204287a0c3c8b6e8e34b6b9.css" integrity="sha512-nXl/28mId2ezrYg5MVXLhCiGYHZf5uGMieLgD9Xs+wufRjhBiKCuTotj9MgVJocuD/YdHVIEKHoMPItujjS2uQ==">
|
||||
|
||||
<link href="/css/fontawesome.css" rel="stylesheet" />
|
||||
<link href="/css/brands.css" rel="stylesheet" />
|
||||
|
@ -2,17 +2,17 @@
|
||||
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
||||
<channel>
|
||||
<title>University of Virginia on Formal Methods Tools</title>
|
||||
<link>https://example.org/developers/university-of-virginia/</link>
|
||||
<link>https://fmtools.fyi/developers/university-of-virginia/</link>
|
||||
<description>Recent content in University of Virginia 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/developers/university-of-virginia/index.xml" rel="self" type="application/rss+xml" />
|
||||
<atom:link href="https://fmtools.fyi/developers/university-of-virginia/index.xml" rel="self" type="application/rss+xml" />
|
||||
<item>
|
||||
<title>CryptoMiniSat</title>
|
||||
<link>https://example.org/tools/sat-smt/cryptominisat/</link>
|
||||
<link>https://fmtools.fyi/tools/sat-smt/cryptominisat/</link>
|
||||
<pubDate>Sat, 07 Jun 2025 00:00:00 +0000</pubDate>
|
||||
<guid>https://example.org/tools/sat-smt/cryptominisat/</guid>
|
||||
<guid>https://fmtools.fyi/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>
|
||||
</channel>
|
||||
|
@ -14,16 +14,16 @@
|
||||
<meta property="og:type" content="article">
|
||||
<meta property="og:title" content="Utah State University">
|
||||
<meta property="og:description" content="">
|
||||
<meta property="og:url" content="https://example.org/developers/utah-state-university/">
|
||||
<meta property="og:url" content="https://fmtools.fyi/developers/utah-state-university/">
|
||||
<meta property="og:image" content="images/%!s(<nil>)">
|
||||
<link rel="canonical" href="https://example.org/developers/utah-state-university/">
|
||||
<link rel="canonical" href="https://fmtools.fyi/developers/utah-state-university/">
|
||||
|
||||
<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="apple-touch-icon" sizes="180x180" href='https://fmtools.fyi/apple-touch-icon.png'>
|
||||
<link rel="icon" type="image/png" sizes="32x32" href='https://fmtools.fyi/favicon-32x32.png'>
|
||||
<link rel="icon" type="image/png" sizes='16x16' href='https://fmtools.fyi/favicon-16x16.png'>
|
||||
<link rel="manifest" href='https://fmtools.fyi/site.webmanifest'>
|
||||
|
||||
<link rel="stylesheet" href="https://example.org/css/styles.9d797fdbc9887767b3ad88393155cb84288660765fe6e18c89e2e00fd5ecfb0b9f46384188a0ae4e8b63f4c81526872e0ff61d1d5204287a0c3c8b6e8e34b6b9.css" integrity="sha512-nXl/28mId2ezrYg5MVXLhCiGYHZf5uGMieLgD9Xs+wufRjhBiKCuTotj9MgVJocuD/YdHVIEKHoMPItujjS2uQ==">
|
||||
<link rel="stylesheet" href="https://fmtools.fyi/css/styles.9d797fdbc9887767b3ad88393155cb84288660765fe6e18c89e2e00fd5ecfb0b9f46384188a0ae4e8b63f4c81526872e0ff61d1d5204287a0c3c8b6e8e34b6b9.css" integrity="sha512-nXl/28mId2ezrYg5MVXLhCiGYHZf5uGMieLgD9Xs+wufRjhBiKCuTotj9MgVJocuD/YdHVIEKHoMPItujjS2uQ==">
|
||||
|
||||
<link href="/css/fontawesome.css" rel="stylesheet" />
|
||||
<link href="/css/brands.css" rel="stylesheet" />
|
||||
|
@ -2,17 +2,17 @@
|
||||
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
||||
<channel>
|
||||
<title>Utah State University on Formal Methods Tools</title>
|
||||
<link>https://example.org/developers/utah-state-university/</link>
|
||||
<link>https://fmtools.fyi/developers/utah-state-university/</link>
|
||||
<description>Recent content in Utah State University 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/developers/utah-state-university/index.xml" rel="self" type="application/rss+xml" />
|
||||
<atom:link href="https://fmtools.fyi/developers/utah-state-university/index.xml" rel="self" type="application/rss+xml" />
|
||||
<item>
|
||||
<title>STAMINA</title>
|
||||
<link>https://example.org/tools/prob/stamina/</link>
|
||||
<link>https://fmtools.fyi/tools/prob/stamina/</link>
|
||||
<pubDate>Sat, 07 Jun 2025 00:00:00 +0000</pubDate>
|
||||
<guid>https://example.org/tools/prob/stamina/</guid>
|
||||
<guid>https://fmtools.fyi/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>
|
||||
</channel>
|
||||
|
Reference in New Issue
Block a user