Wrap up SAT/SMT

This commit is contained in:
2025-06-12 15:12:57 -06:00
parent e78785aa25
commit 45d576a090
174 changed files with 11409 additions and 6589 deletions

View File

@ -1,6 +1,6 @@
<!DOCTYPE html>
<html lang="en-us" dir="ltr">
<head><script src="/livereload.js?mindelay=10&amp;v=2&amp;port=1313&amp;path=livereload" data-no-instant defer></script>
<head>
<meta charset="utf-8">
<meta name="viewport" content ="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
@ -14,16 +14,16 @@
<meta property="og:type" content="article">
<meta property="og:title" content=".NET">
<meta property="og:description" content="">
<meta property="og:url" content="http://localhost:1313/interfaces/.net/">
<meta property="og:url" content="https://example.org/interfaces/.net/">
<meta property="og:image" content="images/%!s(&lt;nil&gt;)">
<link rel="canonical" href="http://localhost:1313/interfaces/.net/">
<link rel="canonical" href="https://example.org/interfaces/.net/">
<link rel="apple-touch-icon" sizes="180x180" href='http://localhost:1313/apple-touch-icon.png'>
<link rel="icon" type="image/png" sizes="32x32" href='http://localhost:1313/favicon-32x32.png'>
<link rel="icon" type="image/png" sizes='16x16' href='http://localhost:1313/favicon-16x16.png'>
<link rel="manifest" href='http://localhost:1313/site.webmanifest'>
<link rel="apple-touch-icon" sizes="180x180" href='https://example.org/apple-touch-icon.png'>
<link rel="icon" type="image/png" sizes="32x32" href='https://example.org/favicon-32x32.png'>
<link rel="icon" type="image/png" sizes='16x16' href='https://example.org/favicon-16x16.png'>
<link rel="manifest" href='https://example.org/site.webmanifest'>
<link rel="stylesheet" href="http://localhost:1313/css/styles.8b49a669b444200848aa2fc88c4dc95a3d61d6c822e7ad08eecab8049173e085d2bfa16bf17fa8ec14eb95bb1f04f9a822b2fc4836b4d329140ddd03444ca0bf.css" integrity="sha512-i0mmabREIAhIqi/IjE3JWj1h1sgi560I7sq4BJFz4IXSv6Fr8X&#43;o7BTrlbsfBPmoIrL8SDa00ykUDd0DREygvw==">
<link rel="stylesheet" href="https://example.org/css/styles.e5b470edf89c3e1b9498ce83a3fd0a2e73e9d06958e2c3a1af8d89781f9f2bf612b21d5e45ab8f4aef773661de2529437838673a136797a6a8aaab7759f94ded.css" integrity="sha512-5bRw7ficPhuUmM6Do/0KLnPp0GlY4sOhr42JeB&#43;fK/YSsh1eRauPSu93NmHeJSlDeDhnOhNnl6aoqqt3WflN7Q==">
<link href="/css/fontawesome.css" rel="stylesheet" />
<link href="/css/brands.css" rel="stylesheet" />
@ -81,8 +81,8 @@
</thead>
<tbody>
<tr onclick="window.location='\/tools\/z3\/'" style="cursor:pointer;"></tr>
<td class="tool"><a href="/tools/z3/">Z3</a></td>
<tr onclick="window.location='\/tools\/sat-smt\/z3\/'" style="cursor:pointer;">
<td class="tool"><a href="/tools/sat-smt/z3/">Z3</a></td>
<td class="description">Z3 is a general-purpose theorem prover widely used for SAT &amp; SMT solving.
APIs and Bindings This …</td>

View File

@ -2,17 +2,17 @@
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>.NET on Formal Methods Tools</title>
<link>http://localhost:1313/interfaces/.net/</link>
<link>https://example.org/interfaces/.net/</link>
<description>Recent content in .NET on Formal Methods Tools</description>
<generator>Hugo</generator>
<language>en-us</language>
<lastBuildDate>Sat, 07 Jun 2025 00:00:00 +0000</lastBuildDate>
<atom:link href="http://localhost:1313/interfaces/.net/index.xml" rel="self" type="application/rss+xml" />
<atom:link href="https://example.org/interfaces/.net/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>Z3</title>
<link>http://localhost:1313/tools/z3/</link>
<link>https://example.org/tools/sat-smt/z3/</link>
<pubDate>Sat, 07 Jun 2025 00:00:00 +0000</pubDate>
<guid>http://localhost:1313/tools/z3/</guid>
<guid>https://example.org/tools/sat-smt/z3/</guid>
<description>&lt;p&gt;Z3 is a general-purpose theorem prover widely used for SAT &amp;amp; SMT solving.&lt;/p&gt;&#xA;&lt;h2 id=&#34;apis-and-bindings&#34;&gt;APIs and Bindings&lt;/h2&gt;&#xA;&lt;p&gt;This tool is available through the following interfaces:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;C API:&lt;/strong&gt; &lt;a href=&#34;https://z3prover.github.io/api/html/group__capi.html&#34;&gt;Z3 C API Reference&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;C++ API:&lt;/strong&gt; &lt;a href=&#34;https://z3prover.github.io/api/html/namespacez3.html&#34;&gt;Z3 C++ Namespace Reference&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;.NET API:&lt;/strong&gt; &lt;a href=&#34;https://z3prover.github.io/api/html/namespace_microsoft_1_1_z3.html&#34;&gt;Z3 .NET Namespace Reference&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Java API:&lt;/strong&gt; &lt;a href=&#34;https://z3prover.github.io/api/html/namespacecom_1_1microsoft_1_1z3.html&#34;&gt;Z3 Java API Reference&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Python bindings:&lt;/strong&gt; &lt;a href=&#34;https://pypi.org/project/z3-solver/&#34;&gt;z3-solver PyPI package&lt;/a&gt; (&lt;a href=&#34;https://z3prover.github.io/api/html/z3.html&#34;&gt;Documentation&lt;/a&gt;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Rust bindings:&lt;/strong&gt; &lt;a href=&#34;https://crates.io/crates/z3&#34;&gt;z3 crate on crates.io&lt;/a&gt;&lt;/li&gt;&#xA;&lt;/ul&gt;</description>
</item>
</channel>

View File

@ -1,6 +1,6 @@
<!DOCTYPE html>
<html lang="en-us" dir="ltr">
<head><script src="/livereload.js?mindelay=10&amp;v=2&amp;port=1313&amp;path=livereload" data-no-instant defer></script>
<head>
<meta charset="utf-8">
<meta name="viewport" content ="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
@ -14,16 +14,16 @@
<meta property="og:type" content="article">
<meta property="og:title" content="C&#43;&#43;">
<meta property="og:description" content="">
<meta property="og:url" content="http://localhost:1313/interfaces/c&#43;&#43;/">
<meta property="og:url" content="https://example.org/interfaces/c&#43;&#43;/">
<meta property="og:image" content="images/%!s(&lt;nil&gt;)">
<link rel="canonical" href="http://localhost:1313/interfaces/c&#43;&#43;/">
<link rel="canonical" href="https://example.org/interfaces/c&#43;&#43;/">
<link rel="apple-touch-icon" sizes="180x180" href='http://localhost:1313/apple-touch-icon.png'>
<link rel="icon" type="image/png" sizes="32x32" href='http://localhost:1313/favicon-32x32.png'>
<link rel="icon" type="image/png" sizes='16x16' href='http://localhost:1313/favicon-16x16.png'>
<link rel="manifest" href='http://localhost:1313/site.webmanifest'>
<link rel="apple-touch-icon" sizes="180x180" href='https://example.org/apple-touch-icon.png'>
<link rel="icon" type="image/png" sizes="32x32" href='https://example.org/favicon-32x32.png'>
<link rel="icon" type="image/png" sizes='16x16' href='https://example.org/favicon-16x16.png'>
<link rel="manifest" href='https://example.org/site.webmanifest'>
<link rel="stylesheet" href="http://localhost:1313/css/styles.8b49a669b444200848aa2fc88c4dc95a3d61d6c822e7ad08eecab8049173e085d2bfa16bf17fa8ec14eb95bb1f04f9a822b2fc4836b4d329140ddd03444ca0bf.css" integrity="sha512-i0mmabREIAhIqi/IjE3JWj1h1sgi560I7sq4BJFz4IXSv6Fr8X&#43;o7BTrlbsfBPmoIrL8SDa00ykUDd0DREygvw==">
<link rel="stylesheet" href="https://example.org/css/styles.e5b470edf89c3e1b9498ce83a3fd0a2e73e9d06958e2c3a1af8d89781f9f2bf612b21d5e45ab8f4aef773661de2529437838673a136797a6a8aaab7759f94ded.css" integrity="sha512-5bRw7ficPhuUmM6Do/0KLnPp0GlY4sOhr42JeB&#43;fK/YSsh1eRauPSu93NmHeJSlDeDhnOhNnl6aoqqt3WflN7Q==">
<link href="/css/fontawesome.css" rel="stylesheet" />
<link href="/css/brands.css" rel="stylesheet" />
@ -81,8 +81,17 @@
</thead>
<tbody>
<tr onclick="window.location='\/tools\/smt-rat\/'" style="cursor:pointer;"></tr>
<td class="tool"><a href="/tools/smt-rat/">SMT-RAT</a></td>
<tr onclick="window.location='\/tools\/sat-smt\/cryptominisat\/'" style="cursor:pointer;">
<td class="tool"><a href="/tools/sat-smt/cryptominisat/">CryptoMiniSat</a></td>
<td class="description">CryptoMiniSat is a SAT solver.
APIs and Bindings This tool is available through the following …</td>
</tr>
<tr onclick="window.location='\/tools\/sat-smt\/smt-rat\/'" style="cursor:pointer;">
<td class="tool"><a href="/tools/sat-smt/smt-rat/">SMT-RAT</a></td>
<td class="description">SMT-RAT is an SMT Real Algebra Toolbox.
APIs and Bindings This tool is available through the …</td>
@ -90,8 +99,8 @@ APIs and Bindings This tool is available through the …</td>
</tr>
<tr onclick="window.location='\/tools\/z3\/'" style="cursor:pointer;"></tr>
<td class="tool"><a href="/tools/z3/">Z3</a></td>
<tr onclick="window.location='\/tools\/sat-smt\/z3\/'" style="cursor:pointer;">
<td class="tool"><a href="/tools/sat-smt/z3/">Z3</a></td>
<td class="description">Z3 is a general-purpose theorem prover widely used for SAT &amp; SMT solving.
APIs and Bindings This …</td>

View File

@ -2,24 +2,31 @@
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>C&#43;&#43; on Formal Methods Tools</title>
<link>http://localhost:1313/interfaces/c&#43;&#43;/</link>
<link>https://example.org/interfaces/c&#43;&#43;/</link>
<description>Recent content in C&#43;&#43; on Formal Methods Tools</description>
<generator>Hugo</generator>
<language>en-us</language>
<lastBuildDate>Sat, 07 Jun 2025 00:00:00 +0000</lastBuildDate>
<atom:link href="http://localhost:1313/interfaces/c++/index.xml" rel="self" type="application/rss+xml" />
<atom:link href="https://example.org/interfaces/c++/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>CryptoMiniSat</title>
<link>https://example.org/tools/sat-smt/cryptominisat/</link>
<pubDate>Sat, 07 Jun 2025 00:00:00 +0000</pubDate>
<guid>https://example.org/tools/sat-smt/cryptominisat/</guid>
<description>&lt;p&gt;CryptoMiniSat is a SAT solver.&lt;/p&gt;&#xA;&lt;h2 id=&#34;apis-and-bindings&#34;&gt;APIs and Bindings&lt;/h2&gt;&#xA;&lt;p&gt;This tool is available through the following interfaces:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;C++ Namespace:&lt;/strong&gt; Documentation on &lt;a href=&#34;https://www.msoos.org/cryptominisat5/&#34;&gt;homepage&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Python package:&lt;/strong&gt; &lt;a href=&#34;https://pypi.org/project/pycryptosat/&#34;&gt;PyPI package&lt;/a&gt;&lt;/li&gt;&#xA;&lt;/ul&gt;</description>
</item>
<item>
<title>SMT-RAT</title>
<link>http://localhost:1313/tools/smt-rat/</link>
<link>https://example.org/tools/sat-smt/smt-rat/</link>
<pubDate>Sat, 07 Jun 2025 00:00:00 +0000</pubDate>
<guid>http://localhost:1313/tools/smt-rat/</guid>
<guid>https://example.org/tools/sat-smt/smt-rat/</guid>
<description>&lt;p&gt;SMT-RAT is an SMT Real Algebra Toolbox.&lt;/p&gt;&#xA;&lt;h2 id=&#34;apis-and-bindings&#34;&gt;APIs and Bindings&lt;/h2&gt;&#xA;&lt;p&gt;This tool is available through the following interfaces:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;C++ API:&lt;/strong&gt; &lt;a href=&#34;https://ths-rwth.github.io/smtrat/dc/dad/md__builds_ths_smt_smtrat_doc_markdown_07_using_smtrat.html#autotoc_md25&#34;&gt;C++ API Reference&lt;/a&gt;&lt;/li&gt;&#xA;&lt;/ul&gt;</description>
</item>
<item>
<title>Z3</title>
<link>http://localhost:1313/tools/z3/</link>
<link>https://example.org/tools/sat-smt/z3/</link>
<pubDate>Sat, 07 Jun 2025 00:00:00 +0000</pubDate>
<guid>http://localhost:1313/tools/z3/</guid>
<guid>https://example.org/tools/sat-smt/z3/</guid>
<description>&lt;p&gt;Z3 is a general-purpose theorem prover widely used for SAT &amp;amp; SMT solving.&lt;/p&gt;&#xA;&lt;h2 id=&#34;apis-and-bindings&#34;&gt;APIs and Bindings&lt;/h2&gt;&#xA;&lt;p&gt;This tool is available through the following interfaces:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;C API:&lt;/strong&gt; &lt;a href=&#34;https://z3prover.github.io/api/html/group__capi.html&#34;&gt;Z3 C API Reference&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;C++ API:&lt;/strong&gt; &lt;a href=&#34;https://z3prover.github.io/api/html/namespacez3.html&#34;&gt;Z3 C++ Namespace Reference&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;.NET API:&lt;/strong&gt; &lt;a href=&#34;https://z3prover.github.io/api/html/namespace_microsoft_1_1_z3.html&#34;&gt;Z3 .NET Namespace Reference&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Java API:&lt;/strong&gt; &lt;a href=&#34;https://z3prover.github.io/api/html/namespacecom_1_1microsoft_1_1z3.html&#34;&gt;Z3 Java API Reference&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Python bindings:&lt;/strong&gt; &lt;a href=&#34;https://pypi.org/project/z3-solver/&#34;&gt;z3-solver PyPI package&lt;/a&gt; (&lt;a href=&#34;https://z3prover.github.io/api/html/z3.html&#34;&gt;Documentation&lt;/a&gt;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Rust bindings:&lt;/strong&gt; &lt;a href=&#34;https://crates.io/crates/z3&#34;&gt;z3 crate on crates.io&lt;/a&gt;&lt;/li&gt;&#xA;&lt;/ul&gt;</description>
</item>
</channel>

View File

@ -1,6 +1,6 @@
<!DOCTYPE html>
<html lang="en-us" dir="ltr">
<head><script src="/livereload.js?mindelay=10&amp;v=2&amp;port=1313&amp;path=livereload" data-no-instant defer></script>
<head>
<meta charset="utf-8">
<meta name="viewport" content ="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
@ -14,16 +14,16 @@
<meta property="og:type" content="article">
<meta property="og:title" content="C">
<meta property="og:description" content="">
<meta property="og:url" content="http://localhost:1313/interfaces/c/">
<meta property="og:url" content="https://example.org/interfaces/c/">
<meta property="og:image" content="images/%!s(&lt;nil&gt;)">
<link rel="canonical" href="http://localhost:1313/interfaces/c/">
<link rel="canonical" href="https://example.org/interfaces/c/">
<link rel="apple-touch-icon" sizes="180x180" href='http://localhost:1313/apple-touch-icon.png'>
<link rel="icon" type="image/png" sizes="32x32" href='http://localhost:1313/favicon-32x32.png'>
<link rel="icon" type="image/png" sizes='16x16' href='http://localhost:1313/favicon-16x16.png'>
<link rel="manifest" href='http://localhost:1313/site.webmanifest'>
<link rel="apple-touch-icon" sizes="180x180" href='https://example.org/apple-touch-icon.png'>
<link rel="icon" type="image/png" sizes="32x32" href='https://example.org/favicon-32x32.png'>
<link rel="icon" type="image/png" sizes='16x16' href='https://example.org/favicon-16x16.png'>
<link rel="manifest" href='https://example.org/site.webmanifest'>
<link rel="stylesheet" href="http://localhost:1313/css/styles.8b49a669b444200848aa2fc88c4dc95a3d61d6c822e7ad08eecab8049173e085d2bfa16bf17fa8ec14eb95bb1f04f9a822b2fc4836b4d329140ddd03444ca0bf.css" integrity="sha512-i0mmabREIAhIqi/IjE3JWj1h1sgi560I7sq4BJFz4IXSv6Fr8X&#43;o7BTrlbsfBPmoIrL8SDa00ykUDd0DREygvw==">
<link rel="stylesheet" href="https://example.org/css/styles.e5b470edf89c3e1b9498ce83a3fd0a2e73e9d06958e2c3a1af8d89781f9f2bf612b21d5e45ab8f4aef773661de2529437838673a136797a6a8aaab7759f94ded.css" integrity="sha512-5bRw7ficPhuUmM6Do/0KLnPp0GlY4sOhr42JeB&#43;fK/YSsh1eRauPSu93NmHeJSlDeDhnOhNnl6aoqqt3WflN7Q==">
<link href="/css/fontawesome.css" rel="stylesheet" />
<link href="/css/brands.css" rel="stylesheet" />
@ -81,8 +81,8 @@
</thead>
<tbody>
<tr onclick="window.location='\/tools\/stp\/'" style="cursor:pointer;"></tr>
<td class="tool"><a href="/tools/stp/">STP</a></td>
<tr onclick="window.location='\/tools\/sat-smt\/stp\/'" style="cursor:pointer;">
<td class="tool"><a href="/tools/sat-smt/stp/">STP</a></td>
<td class="description">STP is a constraint solver for quantifier-free bitvectors.
APIs and Bindings This tool is available …</td>
@ -90,8 +90,8 @@ APIs and Bindings This tool is available …</td>
</tr>
<tr onclick="window.location='\/tools\/z3\/'" style="cursor:pointer;"></tr>
<td class="tool"><a href="/tools/z3/">Z3</a></td>
<tr onclick="window.location='\/tools\/sat-smt\/z3\/'" style="cursor:pointer;">
<td class="tool"><a href="/tools/sat-smt/z3/">Z3</a></td>
<td class="description">Z3 is a general-purpose theorem prover widely used for SAT &amp; SMT solving.
APIs and Bindings This …</td>

View File

@ -2,24 +2,24 @@
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>C on Formal Methods Tools</title>
<link>http://localhost:1313/interfaces/c/</link>
<link>https://example.org/interfaces/c/</link>
<description>Recent content in C on Formal Methods Tools</description>
<generator>Hugo</generator>
<language>en-us</language>
<lastBuildDate>Sat, 07 Jun 2025 00:00:00 +0000</lastBuildDate>
<atom:link href="http://localhost:1313/interfaces/c/index.xml" rel="self" type="application/rss+xml" />
<atom:link href="https://example.org/interfaces/c/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>STP</title>
<link>http://localhost:1313/tools/stp/</link>
<link>https://example.org/tools/sat-smt/stp/</link>
<pubDate>Sat, 07 Jun 2025 00:00:00 +0000</pubDate>
<guid>http://localhost:1313/tools/stp/</guid>
<guid>https://example.org/tools/sat-smt/stp/</guid>
<description>&lt;p&gt;STP is a constraint solver for quantifier-free bitvectors.&lt;/p&gt;&#xA;&lt;h2 id=&#34;apis-and-bindings&#34;&gt;APIs and Bindings&lt;/h2&gt;&#xA;&lt;p&gt;This tool is available through the following interfaces:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;C API:&lt;/strong&gt; &lt;a href=&#34;https://stp.readthedocs.io/en/latest/#c-library-usage&#34;&gt;stp C API Reference&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Python bindings:&lt;/strong&gt; &lt;a href=&#34;https://stp.readthedocs.io/en/latest/#python-usage&#34;&gt;stp PyPI package&lt;/a&gt;&lt;/li&gt;&#xA;&lt;/ul&gt;</description>
</item>
<item>
<title>Z3</title>
<link>http://localhost:1313/tools/z3/</link>
<link>https://example.org/tools/sat-smt/z3/</link>
<pubDate>Sat, 07 Jun 2025 00:00:00 +0000</pubDate>
<guid>http://localhost:1313/tools/z3/</guid>
<guid>https://example.org/tools/sat-smt/z3/</guid>
<description>&lt;p&gt;Z3 is a general-purpose theorem prover widely used for SAT &amp;amp; SMT solving.&lt;/p&gt;&#xA;&lt;h2 id=&#34;apis-and-bindings&#34;&gt;APIs and Bindings&lt;/h2&gt;&#xA;&lt;p&gt;This tool is available through the following interfaces:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;C API:&lt;/strong&gt; &lt;a href=&#34;https://z3prover.github.io/api/html/group__capi.html&#34;&gt;Z3 C API Reference&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;C++ API:&lt;/strong&gt; &lt;a href=&#34;https://z3prover.github.io/api/html/namespacez3.html&#34;&gt;Z3 C++ Namespace Reference&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;.NET API:&lt;/strong&gt; &lt;a href=&#34;https://z3prover.github.io/api/html/namespace_microsoft_1_1_z3.html&#34;&gt;Z3 .NET Namespace Reference&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Java API:&lt;/strong&gt; &lt;a href=&#34;https://z3prover.github.io/api/html/namespacecom_1_1microsoft_1_1z3.html&#34;&gt;Z3 Java API Reference&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Python bindings:&lt;/strong&gt; &lt;a href=&#34;https://pypi.org/project/z3-solver/&#34;&gt;z3-solver PyPI package&lt;/a&gt; (&lt;a href=&#34;https://z3prover.github.io/api/html/z3.html&#34;&gt;Documentation&lt;/a&gt;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Rust bindings:&lt;/strong&gt; &lt;a href=&#34;https://crates.io/crates/z3&#34;&gt;z3 crate on crates.io&lt;/a&gt;&lt;/li&gt;&#xA;&lt;/ul&gt;</description>
</item>
</channel>

View File

@ -1,6 +1,6 @@
<!DOCTYPE html>
<html lang="en-us" dir="ltr">
<head><script src="/livereload.js?mindelay=10&amp;v=2&amp;port=1313&amp;path=livereload" data-no-instant defer></script>
<head>
<meta charset="utf-8">
<meta name="viewport" content ="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
@ -14,16 +14,16 @@
<meta property="og:type" content="article">
<meta property="og:title" content="CLI">
<meta property="og:description" content="">
<meta property="og:url" content="http://localhost:1313/interfaces/cli/">
<meta property="og:url" content="https://example.org/interfaces/cli/">
<meta property="og:image" content="images/%!s(&lt;nil&gt;)">
<link rel="canonical" href="http://localhost:1313/interfaces/cli/">
<link rel="canonical" href="https://example.org/interfaces/cli/">
<link rel="apple-touch-icon" sizes="180x180" href='http://localhost:1313/apple-touch-icon.png'>
<link rel="icon" type="image/png" sizes="32x32" href='http://localhost:1313/favicon-32x32.png'>
<link rel="icon" type="image/png" sizes='16x16' href='http://localhost:1313/favicon-16x16.png'>
<link rel="manifest" href='http://localhost:1313/site.webmanifest'>
<link rel="apple-touch-icon" sizes="180x180" href='https://example.org/apple-touch-icon.png'>
<link rel="icon" type="image/png" sizes="32x32" href='https://example.org/favicon-32x32.png'>
<link rel="icon" type="image/png" sizes='16x16' href='https://example.org/favicon-16x16.png'>
<link rel="manifest" href='https://example.org/site.webmanifest'>
<link rel="stylesheet" href="http://localhost:1313/css/styles.8b49a669b444200848aa2fc88c4dc95a3d61d6c822e7ad08eecab8049173e085d2bfa16bf17fa8ec14eb95bb1f04f9a822b2fc4836b4d329140ddd03444ca0bf.css" integrity="sha512-i0mmabREIAhIqi/IjE3JWj1h1sgi560I7sq4BJFz4IXSv6Fr8X&#43;o7BTrlbsfBPmoIrL8SDa00ykUDd0DREygvw==">
<link rel="stylesheet" href="https://example.org/css/styles.e5b470edf89c3e1b9498ce83a3fd0a2e73e9d06958e2c3a1af8d89781f9f2bf612b21d5e45ab8f4aef773661de2529437838673a136797a6a8aaab7759f94ded.css" integrity="sha512-5bRw7ficPhuUmM6Do/0KLnPp0GlY4sOhr42JeB&#43;fK/YSsh1eRauPSu93NmHeJSlDeDhnOhNnl6aoqqt3WflN7Q==">
<link href="/css/fontawesome.css" rel="stylesheet" />
<link href="/css/brands.css" rel="stylesheet" />
@ -81,16 +81,134 @@
</thead>
<tbody>
<tr onclick="window.location='\/tools\/riss\/'" style="cursor:pointer;"></tr>
<td class="tool"><a href="/tools/riss/">Riss</a></td>
<td class="description"> Not Maintained Since {map[year:2017] /home/landon/gitea/fmtools/content/tools/riss.md &lt;nil&gt;</td>
<tr onclick="window.location='\/tools\/sat-smt\/bitwuzla\/'" style="cursor:pointer;">
<td class="tool"><a href="/tools/sat-smt/bitwuzla/">Bitwuzla</a></td>
<td class="description">Bitwuzla is a Satisfiability Modulo Theories (SMT) solver for the theories of fixed-size</td>
</tr>
<tr onclick="window.location='\/tools\/smt-rat\/'" style="cursor:pointer;"></tr>
<td class="tool"><a href="/tools/smt-rat/">SMT-RAT</a></td>
<tr onclick="window.location='\/tools\/sat-smt\/boolector\/'" style="cursor:pointer;">
<td class="tool"><a href="/tools/sat-smt/boolector/">Boolector</a></td>
<td class="description"> [ Not Maintained Since 2024 ] Boolector is a Satisfiability Modulo Theories (SMT) solver for the …</td>
</tr>
<tr onclick="window.location='\/tools\/sat-smt\/colibri\/'" style="cursor:pointer;">
<td class="tool"><a href="/tools/sat-smt/colibri/">Colibri</a></td>
<td class="description">Colibri is an SMT solver.
</td>
</tr>
<tr onclick="window.location='\/tools\/sat-smt\/cryptominisat\/'" style="cursor:pointer;">
<td class="tool"><a href="/tools/sat-smt/cryptominisat/">CryptoMiniSat</a></td>
<td class="description">CryptoMiniSat is a SAT solver.
APIs and Bindings This tool is available through the following …</td>
</tr>
<tr onclick="window.location='\/tools\/sat-smt\/cvc4\/'" style="cursor:pointer;">
<td class="tool"><a href="/tools/sat-smt/cvc4/">cvc4</a></td>
<td class="description"> [ Not Maintained Since 2021 ] cvc4 is an automatic theorem prover for SMT problems. It is succeeded …</td>
</tr>
<tr onclick="window.location='\/tools\/sat-smt\/cvc5\/'" style="cursor:pointer;">
<td class="tool"><a href="/tools/sat-smt/cvc5/">cvc5</a></td>
<td class="description">cvc5 is an automatic theorem prover for SMT problems.
</td>
</tr>
<tr onclick="window.location='\/tools\/sat-smt\/dreal\/'" style="cursor:pointer;">
<td class="tool"><a href="/tools/sat-smt/dreal/">dReal</a></td>
<td class="description"> [ Not Maintained Since 2023 ] dReal is an automated reasoning tool. It focuses on solving problems …</td>
</tr>
<tr onclick="window.location='\/tools\/sat-smt\/glucose\/'" style="cursor:pointer;">
<td class="tool"><a href="/tools/sat-smt/glucose/">Glucose</a></td>
<td class="description">Glucose is a SAT solver.
</td>
</tr>
<tr onclick="window.location='\/tools\/sat-smt\/lingeling\/'" style="cursor:pointer;">
<td class="tool"><a href="/tools/sat-smt/lingeling/">Lingeling</a></td>
<td class="description">Lingeling is a SAT solver.
</td>
</tr>
<tr onclick="window.location='\/tools\/sat-smt\/mathsat\/'" style="cursor:pointer;">
<td class="tool"><a href="/tools/sat-smt/mathsat/">MathSAT</a></td>
<td class="description"> [ Closed-Source Tool ]&nbsp; MiniSat is a minimalistic, open-source SAT solver, developed to help …</td>
</tr>
<tr onclick="window.location='\/tools\/sat-smt\/minisat\/'" style="cursor:pointer;">
<td class="tool"><a href="/tools/sat-smt/minisat/">MiniSat</a></td>
<td class="description"> [ Not Maintained Since 2013 ] MiniSat is a minimalistic, open-source SAT solver, developed to help …</td>
</tr>
<tr onclick="window.location='\/tools\/sat-smt\/opensmt\/'" style="cursor:pointer;">
<td class="tool"><a href="/tools/sat-smt/opensmt/">OpenSMT</a></td>
<td class="description">OpenSMT is a compact and open-source SMT-solver written in C++, with the main goal of making …</td>
</tr>
<tr onclick="window.location='\/tools\/sat-smt\/parafrost\/'" style="cursor:pointer;">
<td class="tool"><a href="/tools/sat-smt/parafrost/">ParaFROST</a></td>
<td class="description">ParaFROST is a parallel SAT solver with GPU-accelerated inprocessing capable of harnessing NVIDIA …</td>
</tr>
<tr onclick="window.location='\/tools\/sat-smt\/q3b\/'" style="cursor:pointer;">
<td class="tool"><a href="/tools/sat-smt/q3b/">Q3B</a></td>
<td class="description"> [ Not Maintained Since 2023 ] Q3B is an SMT solver for the quantified bit-vector formulas which …</td>
</tr>
<tr onclick="window.location='\/tools\/sat-smt\/riss\/'" style="cursor:pointer;">
<td class="tool"><a href="/tools/sat-smt/riss/">Riss</a></td>
<td class="description"> [ Not Maintained Since 2017 ] Riss is a SAT solving tool collection.
</td>
</tr>
<tr onclick="window.location='\/tools\/sat-smt\/smt-rat\/'" style="cursor:pointer;">
<td class="tool"><a href="/tools/sat-smt/smt-rat/">SMT-RAT</a></td>
<td class="description">SMT-RAT is an SMT Real Algebra Toolbox.
APIs and Bindings This tool is available through the …</td>
@ -98,8 +216,8 @@ APIs and Bindings This tool is available through the …</td>
</tr>
<tr onclick="window.location='\/tools\/smtinterpol\/'" style="cursor:pointer;"></tr>
<td class="tool"><a href="/tools/smtinterpol/">SMTInterpol</a></td>
<tr onclick="window.location='\/tools\/sat-smt\/smtinterpol\/'" style="cursor:pointer;">
<td class="tool"><a href="/tools/sat-smt/smtinterpol/">SMTInterpol</a></td>
<td class="description">SMTInterpol is an SMT Solver that can compute Craig interpolants for various theories.
APIs and …</td>
@ -107,8 +225,8 @@ APIs and …</td>
</tr>
<tr onclick="window.location='\/tools\/stp\/'" style="cursor:pointer;"></tr>
<td class="tool"><a href="/tools/stp/">STP</a></td>
<tr onclick="window.location='\/tools\/sat-smt\/stp\/'" style="cursor:pointer;">
<td class="tool"><a href="/tools/sat-smt/stp/">STP</a></td>
<td class="description">STP is a constraint solver for quantifier-free bitvectors.
APIs and Bindings This tool is available …</td>
@ -116,24 +234,24 @@ APIs and Bindings This tool is available …</td>
</tr>
<tr onclick="window.location='\/tools\/verit\/'" style="cursor:pointer;"></tr>
<td class="tool"><a href="/tools/verit/">veriT</a></td>
<tr onclick="window.location='\/tools\/sat-smt\/verit\/'" style="cursor:pointer;">
<td class="tool"><a href="/tools/sat-smt/verit/">veriT</a></td>
<td class="description">veriT is an SMT solver developed by LORIA and ULiege. It supports a wide range of theories and is …</td>
</tr>
<tr onclick="window.location='\/tools\/yices\/'" style="cursor:pointer;"></tr>
<td class="tool"><a href="/tools/yices/">Yices 2</a></td>
<tr onclick="window.location='\/tools\/sat-smt\/yices\/'" style="cursor:pointer;">
<td class="tool"><a href="/tools/sat-smt/yices/">Yices 2</a></td>
<td class="description">Yices is an SMT solver developed by SRI International. It is widely used for checking the …</td>
</tr>
<tr onclick="window.location='\/tools\/z3\/'" style="cursor:pointer;"></tr>
<td class="tool"><a href="/tools/z3/">Z3</a></td>
<tr onclick="window.location='\/tools\/sat-smt\/z3\/'" style="cursor:pointer;">
<td class="tool"><a href="/tools/sat-smt/z3/">Z3</a></td>
<td class="description">Z3 is a general-purpose theorem prover widely used for SAT &amp; SMT solving.
APIs and Bindings This …</td>

View File

@ -2,59 +2,157 @@
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>CLI on Formal Methods Tools</title>
<link>http://localhost:1313/interfaces/cli/</link>
<link>https://example.org/interfaces/cli/</link>
<description>Recent content in CLI on Formal Methods Tools</description>
<generator>Hugo</generator>
<language>en-us</language>
<lastBuildDate>Sat, 07 Jun 2025 00:00:00 +0000</lastBuildDate>
<atom:link href="http://localhost:1313/interfaces/cli/index.xml" rel="self" type="application/rss+xml" />
<atom:link href="https://example.org/interfaces/cli/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>Bitwuzla</title>
<link>https://example.org/tools/sat-smt/bitwuzla/</link>
<pubDate>Sat, 07 Jun 2025 00:00:00 +0000</pubDate>
<guid>https://example.org/tools/sat-smt/bitwuzla/</guid>
<description>&lt;p&gt;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.&lt;/p&gt;</description>
</item>
<item>
<title>Boolector</title>
<link>https://example.org/tools/sat-smt/boolector/</link>
<pubDate>Sat, 07 Jun 2025 00:00:00 +0000</pubDate>
<guid>https://example.org/tools/sat-smt/boolector/</guid>
<description>&lt;p&gt;&#xA;&#xA;&lt;div style=&#34;display: flex; align-items: center; gap: 8px;&#34;&gt;&#xA; &lt;span style=&#34;display: inline-block; width: 12px; height: 12px; border-radius: 50%; background: rgb(240, 85, 85);&#34;&gt;&lt;/span&gt;&#xA; &lt;span style=&#34;display:none&#34;&gt;[&lt;/span&gt;&#xA; &#xA; &lt;span style=&#34;color: rgb(240, 85, 85); font-size: 1rem;&#34;&gt;Not Maintained Since 2024&lt;/span&gt;&#xA; &#xA; &lt;span style=&#34;display:none&#34;&gt;]&lt;/span&gt;&#xA;&lt;/div&gt;&#xA;Boolector is a Satisfiability Modulo Theories (SMT) solver for the theories of fixed-size bit-vectors, arrays and uninterpreted functions.&#xA;Succeeded by &lt;a href=&#34;../bitwuzla&#34;&gt;Bitwuzla&lt;/a&gt;&lt;/p&gt;</description>
</item>
<item>
<title>Colibri</title>
<link>https://example.org/tools/sat-smt/colibri/</link>
<pubDate>Sat, 07 Jun 2025 00:00:00 +0000</pubDate>
<guid>https://example.org/tools/sat-smt/colibri/</guid>
<description>&lt;p&gt;Colibri is an SMT solver.&lt;/p&gt;</description>
</item>
<item>
<title>CryptoMiniSat</title>
<link>https://example.org/tools/sat-smt/cryptominisat/</link>
<pubDate>Sat, 07 Jun 2025 00:00:00 +0000</pubDate>
<guid>https://example.org/tools/sat-smt/cryptominisat/</guid>
<description>&lt;p&gt;CryptoMiniSat is a SAT solver.&lt;/p&gt;&#xA;&lt;h2 id=&#34;apis-and-bindings&#34;&gt;APIs and Bindings&lt;/h2&gt;&#xA;&lt;p&gt;This tool is available through the following interfaces:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;C++ Namespace:&lt;/strong&gt; Documentation on &lt;a href=&#34;https://www.msoos.org/cryptominisat5/&#34;&gt;homepage&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Python package:&lt;/strong&gt; &lt;a href=&#34;https://pypi.org/project/pycryptosat/&#34;&gt;PyPI package&lt;/a&gt;&lt;/li&gt;&#xA;&lt;/ul&gt;</description>
</item>
<item>
<title>cvc4</title>
<link>https://example.org/tools/sat-smt/cvc4/</link>
<pubDate>Sat, 07 Jun 2025 00:00:00 +0000</pubDate>
<guid>https://example.org/tools/sat-smt/cvc4/</guid>
<description>&lt;p&gt;&#xA;&#xA;&lt;div style=&#34;display: flex; align-items: center; gap: 8px;&#34;&gt;&#xA; &lt;span style=&#34;display: inline-block; width: 12px; height: 12px; border-radius: 50%; background: rgb(240, 85, 85);&#34;&gt;&lt;/span&gt;&#xA; &lt;span style=&#34;display:none&#34;&gt;[&lt;/span&gt;&#xA; &#xA; &lt;span style=&#34;color: rgb(240, 85, 85); font-size: 1rem;&#34;&gt;Not Maintained Since 2021&lt;/span&gt;&#xA; &#xA; &lt;span style=&#34;display:none&#34;&gt;]&lt;/span&gt;&#xA;&lt;/div&gt;&#xA;cvc4 is an automatic theorem prover for SMT problems. It is succeeded by &lt;a href=&#34;../cvc5&#34;&gt;cvc5&lt;/a&gt;&lt;/p&gt;</description>
</item>
<item>
<title>cvc5</title>
<link>https://example.org/tools/sat-smt/cvc5/</link>
<pubDate>Sat, 07 Jun 2025 00:00:00 +0000</pubDate>
<guid>https://example.org/tools/sat-smt/cvc5/</guid>
<description>&lt;p&gt;cvc5 is an automatic theorem prover for SMT problems.&lt;/p&gt;</description>
</item>
<item>
<title>dReal</title>
<link>https://example.org/tools/sat-smt/dreal/</link>
<pubDate>Sat, 07 Jun 2025 00:00:00 +0000</pubDate>
<guid>https://example.org/tools/sat-smt/dreal/</guid>
<description>&lt;p&gt;&#xA;&#xA;&lt;div style=&#34;display: flex; align-items: center; gap: 8px;&#34;&gt;&#xA; &lt;span style=&#34;display: inline-block; width: 12px; height: 12px; border-radius: 50%; background: rgb(240, 85, 85);&#34;&gt;&lt;/span&gt;&#xA; &lt;span style=&#34;display:none&#34;&gt;[&lt;/span&gt;&#xA; &#xA; &lt;span style=&#34;color: rgb(240, 85, 85); font-size: 1rem;&#34;&gt;Not Maintained Since 2023&lt;/span&gt;&#xA; &#xA; &lt;span style=&#34;display:none&#34;&gt;]&lt;/span&gt;&#xA;&lt;/div&gt;&#xA;dReal is an automated reasoning tool. It focuses on solving problems that can be encoded as first-order logic formulas over the real numbers. Its special strength is in handling problems that involve a wide range of nonlinear real functions.&lt;/p&gt;</description>
</item>
<item>
<title>Glucose</title>
<link>https://example.org/tools/sat-smt/glucose/</link>
<pubDate>Sat, 07 Jun 2025 00:00:00 +0000</pubDate>
<guid>https://example.org/tools/sat-smt/glucose/</guid>
<description>&lt;p&gt;Glucose is a SAT solver.&lt;/p&gt;</description>
</item>
<item>
<title>Lingeling</title>
<link>https://example.org/tools/sat-smt/lingeling/</link>
<pubDate>Sat, 07 Jun 2025 00:00:00 +0000</pubDate>
<guid>https://example.org/tools/sat-smt/lingeling/</guid>
<description>&lt;p&gt;Lingeling is a SAT solver.&lt;/p&gt;</description>
</item>
<item>
<title>MathSAT</title>
<link>https://example.org/tools/sat-smt/mathsat/</link>
<pubDate>Sat, 07 Jun 2025 00:00:00 +0000</pubDate>
<guid>https://example.org/tools/sat-smt/mathsat/</guid>
<description>&lt;p&gt;&lt;div style=&#34;display: flex; align-items: center; gap: 8px;&#34;&gt;&#xA; &lt;span style=&#34;display: inline-block; width: 12px; height: 12px; border-radius: 50%; background: rgb(226, 181, 59);&#34;&gt;&lt;/span&gt;&#xA; &lt;span style=&#34;display:none&#34;&gt;[&lt;/span&gt;&#xA; &lt;span style=&#34;color: rgb(226, 181, 59); font-size: 1rem;&#34;&gt;Closed-Source Tool&lt;/span&gt;&#xA; &lt;span style=&#34;display:none&#34;&gt;]&amp;nbsp;&lt;/span&gt;&#xA;&lt;/div&gt;&#xA;MiniSat is a minimalistic, open-source SAT solver, developed to help researchers and developers alike to get started on SAT.&lt;/p&gt;</description>
</item>
<item>
<title>MiniSat</title>
<link>https://example.org/tools/sat-smt/minisat/</link>
<pubDate>Sat, 07 Jun 2025 00:00:00 +0000</pubDate>
<guid>https://example.org/tools/sat-smt/minisat/</guid>
<description>&lt;p&gt;&#xA;&#xA;&lt;div style=&#34;display: flex; align-items: center; gap: 8px;&#34;&gt;&#xA; &lt;span style=&#34;display: inline-block; width: 12px; height: 12px; border-radius: 50%; background: rgb(240, 85, 85);&#34;&gt;&lt;/span&gt;&#xA; &lt;span style=&#34;display:none&#34;&gt;[&lt;/span&gt;&#xA; &#xA; &lt;span style=&#34;color: rgb(240, 85, 85); font-size: 1rem;&#34;&gt;Not Maintained Since 2013&lt;/span&gt;&#xA; &#xA; &lt;span style=&#34;display:none&#34;&gt;]&lt;/span&gt;&#xA;&lt;/div&gt;&#xA;MiniSat is a minimalistic, open-source SAT solver, developed to help researchers and developers alike to get started on SAT.&lt;/p&gt;</description>
</item>
<item>
<title>OpenSMT</title>
<link>https://example.org/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>&lt;p&gt;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 &lt;a href=&#34;https://example.org/tools/minisat&#34;&gt;MiniSAT&lt;/a&gt;.&lt;/p&gt;</description>
</item>
<item>
<title>ParaFROST</title>
<link>https://example.org/tools/sat-smt/parafrost/</link>
<pubDate>Sat, 07 Jun 2025 00:00:00 +0000</pubDate>
<guid>https://example.org/tools/sat-smt/parafrost/</guid>
<description>&lt;p&gt;ParaFROST is a parallel SAT solver with GPU-accelerated inprocessing capable of harnessing NVIDIA CUDA-enabled GPUs in applying modern inprocessing tecnhiques in parallel.&lt;/p&gt;&#xA;&lt;h2 id=&#34;apis-and-bindings&#34;&gt;APIs and Bindings&lt;/h2&gt;&#xA;&lt;p&gt;This tool is available through the following interfaces:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;C API:&lt;/strong&gt; &lt;a href=&#34;https://z3prover.github.io/api/html/group__capi.html&#34;&gt;Z3 C API Reference&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;C++ API:&lt;/strong&gt; &lt;a href=&#34;https://z3prover.github.io/api/html/namespacez3.html&#34;&gt;Z3 C++ Namespace Reference&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;.NET API:&lt;/strong&gt; &lt;a href=&#34;https://z3prover.github.io/api/html/namespace_microsoft_1_1_z3.html&#34;&gt;Z3 .NET Namespace Reference&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Java API:&lt;/strong&gt; &lt;a href=&#34;https://z3prover.github.io/api/html/namespacecom_1_1microsoft_1_1z3.html&#34;&gt;Z3 Java API Reference&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Python bindings:&lt;/strong&gt; &lt;a href=&#34;https://pypi.org/project/z3-solver/&#34;&gt;z3-solver PyPI package&lt;/a&gt; (&lt;a href=&#34;https://z3prover.github.io/api/html/z3.html&#34;&gt;Documentation&lt;/a&gt;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Rust bindings:&lt;/strong&gt; &lt;a href=&#34;https://crates.io/crates/z3&#34;&gt;z3 crate on crates.io&lt;/a&gt;&lt;/li&gt;&#xA;&lt;/ul&gt;</description>
</item>
<item>
<title>Q3B</title>
<link>https://example.org/tools/sat-smt/q3b/</link>
<pubDate>Sat, 07 Jun 2025 00:00:00 +0000</pubDate>
<guid>https://example.org/tools/sat-smt/q3b/</guid>
<description>&lt;p&gt;&#xA;&#xA;&lt;div style=&#34;display: flex; align-items: center; gap: 8px;&#34;&gt;&#xA; &lt;span style=&#34;display: inline-block; width: 12px; height: 12px; border-radius: 50%; background: rgb(240, 85, 85);&#34;&gt;&lt;/span&gt;&#xA; &lt;span style=&#34;display:none&#34;&gt;[&lt;/span&gt;&#xA; &#xA; &lt;span style=&#34;color: rgb(240, 85, 85); font-size: 1rem;&#34;&gt;Not Maintained Since 2023&lt;/span&gt;&#xA; &#xA; &lt;span style=&#34;display:none&#34;&gt;]&lt;/span&gt;&#xA;&lt;/div&gt;&#xA;Q3B is an SMT solver for the quantified bit-vector formulas which uses BDDs.&lt;/p&gt;</description>
</item>
<item>
<title>Riss</title>
<link>http://localhost:1313/tools/riss/</link>
<link>https://example.org/tools/sat-smt/riss/</link>
<pubDate>Sat, 07 Jun 2025 00:00:00 +0000</pubDate>
<guid>http://localhost:1313/tools/riss/</guid>
<description>&lt;p&gt;&#xA;&#xA;&lt;div style=&#34;display: flex; align-items: center; gap: 8px;&#34;&gt;&#xA; &lt;span style=&#34;display: inline-block; width: 12px; height: 12px; border-radius: 50%; background: rgb(226, 59, 59);&#34;&gt;&lt;/span&gt;&#xA; &#xA; &lt;span style=&#34;color: rgb(226, 59, 59); font-size: 1rem;&#34;&gt;Not Maintained Since {map[year:2017] /home/landon/gitea/fmtools/content/tools/riss.md &amp;lt;nil&amp;gt; inactive true 0 {{} {{} 0} {{} {0 0}}} {{} {{} 0} {{} {0 0}}} 615 { 0 0 0} &amp;lt;nil&amp;gt;}&lt;/span&gt;&#xA; &#xA;&lt;/div&gt;&#xA;Riss is a SAT solving tool collection that was updated until 2017.&lt;/p&gt;</description>
<guid>https://example.org/tools/sat-smt/riss/</guid>
<description>&lt;p&gt;&#xA;&#xA;&lt;div style=&#34;display: flex; align-items: center; gap: 8px;&#34;&gt;&#xA; &lt;span style=&#34;display: inline-block; width: 12px; height: 12px; border-radius: 50%; background: rgb(240, 85, 85);&#34;&gt;&lt;/span&gt;&#xA; &lt;span style=&#34;display:none&#34;&gt;[&lt;/span&gt;&#xA; &#xA; &lt;span style=&#34;color: rgb(240, 85, 85); font-size: 1rem;&#34;&gt;Not Maintained Since 2017&lt;/span&gt;&#xA; &#xA; &lt;span style=&#34;display:none&#34;&gt;]&lt;/span&gt;&#xA;&lt;/div&gt;&#xA;Riss is a SAT solving tool collection.&lt;/p&gt;</description>
</item>
<item>
<title>SMT-RAT</title>
<link>http://localhost:1313/tools/smt-rat/</link>
<link>https://example.org/tools/sat-smt/smt-rat/</link>
<pubDate>Sat, 07 Jun 2025 00:00:00 +0000</pubDate>
<guid>http://localhost:1313/tools/smt-rat/</guid>
<guid>https://example.org/tools/sat-smt/smt-rat/</guid>
<description>&lt;p&gt;SMT-RAT is an SMT Real Algebra Toolbox.&lt;/p&gt;&#xA;&lt;h2 id=&#34;apis-and-bindings&#34;&gt;APIs and Bindings&lt;/h2&gt;&#xA;&lt;p&gt;This tool is available through the following interfaces:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;C++ API:&lt;/strong&gt; &lt;a href=&#34;https://ths-rwth.github.io/smtrat/dc/dad/md__builds_ths_smt_smtrat_doc_markdown_07_using_smtrat.html#autotoc_md25&#34;&gt;C++ API Reference&lt;/a&gt;&lt;/li&gt;&#xA;&lt;/ul&gt;</description>
</item>
<item>
<title>SMTInterpol</title>
<link>http://localhost:1313/tools/smtinterpol/</link>
<link>https://example.org/tools/sat-smt/smtinterpol/</link>
<pubDate>Sat, 07 Jun 2025 00:00:00 +0000</pubDate>
<guid>http://localhost:1313/tools/smtinterpol/</guid>
<guid>https://example.org/tools/sat-smt/smtinterpol/</guid>
<description>&lt;p&gt;SMTInterpol is an SMT Solver that can compute Craig interpolants for various theories.&lt;/p&gt;&#xA;&lt;h2 id=&#34;apis-and-bindings&#34;&gt;APIs and Bindings&lt;/h2&gt;&#xA;&lt;p&gt;This tool is available through the following interfaces:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;Java API:&lt;/strong&gt; &lt;a href=&#34;https://ultimate.informatik.uni-freiburg.de/smtinterpol/doc/index.html&#34;&gt;Java API Reference&lt;/a&gt;&lt;/li&gt;&#xA;&lt;/ul&gt;</description>
</item>
<item>
<title>STP</title>
<link>http://localhost:1313/tools/stp/</link>
<link>https://example.org/tools/sat-smt/stp/</link>
<pubDate>Sat, 07 Jun 2025 00:00:00 +0000</pubDate>
<guid>http://localhost:1313/tools/stp/</guid>
<guid>https://example.org/tools/sat-smt/stp/</guid>
<description>&lt;p&gt;STP is a constraint solver for quantifier-free bitvectors.&lt;/p&gt;&#xA;&lt;h2 id=&#34;apis-and-bindings&#34;&gt;APIs and Bindings&lt;/h2&gt;&#xA;&lt;p&gt;This tool is available through the following interfaces:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;C API:&lt;/strong&gt; &lt;a href=&#34;https://stp.readthedocs.io/en/latest/#c-library-usage&#34;&gt;stp C API Reference&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Python bindings:&lt;/strong&gt; &lt;a href=&#34;https://stp.readthedocs.io/en/latest/#python-usage&#34;&gt;stp PyPI package&lt;/a&gt;&lt;/li&gt;&#xA;&lt;/ul&gt;</description>
</item>
<item>
<title>veriT</title>
<link>http://localhost:1313/tools/verit/</link>
<link>https://example.org/tools/sat-smt/verit/</link>
<pubDate>Sat, 07 Jun 2025 00:00:00 +0000</pubDate>
<guid>http://localhost:1313/tools/verit/</guid>
<guid>https://example.org/tools/sat-smt/verit/</guid>
<description>&lt;p&gt;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.&lt;/p&gt;</description>
</item>
<item>
<title>Yices 2</title>
<link>http://localhost:1313/tools/yices/</link>
<link>https://example.org/tools/sat-smt/yices/</link>
<pubDate>Sat, 07 Jun 2025 00:00:00 +0000</pubDate>
<guid>http://localhost:1313/tools/yices/</guid>
<guid>https://example.org/tools/sat-smt/yices/</guid>
<description>&lt;p&gt;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.&lt;/p&gt;&#xA;&lt;h2 id=&#34;apis-and-bindings&#34;&gt;APIs and Bindings&lt;/h2&gt;&#xA;&lt;p&gt;This tool is available through the following interfaces:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;General API:&lt;/strong&gt; &lt;a href=&#34;https://yices.csl.sri.com/doc/index.html&#34;&gt;Yices API Reference&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Python bindings:&lt;/strong&gt; &lt;a href=&#34;https://pypi.org/project/yices/&#34;&gt;yices2 PyPI package&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Rust bindings:&lt;/strong&gt; &lt;a href=&#34;https://crates.io/crates/yices2&#34;&gt;yices2 crate on crates.io&lt;/a&gt;&lt;/li&gt;&#xA;&lt;/ul&gt;</description>
</item>
<item>
<title>Z3</title>
<link>http://localhost:1313/tools/z3/</link>
<link>https://example.org/tools/sat-smt/z3/</link>
<pubDate>Sat, 07 Jun 2025 00:00:00 +0000</pubDate>
<guid>http://localhost:1313/tools/z3/</guid>
<guid>https://example.org/tools/sat-smt/z3/</guid>
<description>&lt;p&gt;Z3 is a general-purpose theorem prover widely used for SAT &amp;amp; SMT solving.&lt;/p&gt;&#xA;&lt;h2 id=&#34;apis-and-bindings&#34;&gt;APIs and Bindings&lt;/h2&gt;&#xA;&lt;p&gt;This tool is available through the following interfaces:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;C API:&lt;/strong&gt; &lt;a href=&#34;https://z3prover.github.io/api/html/group__capi.html&#34;&gt;Z3 C API Reference&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;C++ API:&lt;/strong&gt; &lt;a href=&#34;https://z3prover.github.io/api/html/namespacez3.html&#34;&gt;Z3 C++ Namespace Reference&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;.NET API:&lt;/strong&gt; &lt;a href=&#34;https://z3prover.github.io/api/html/namespace_microsoft_1_1_z3.html&#34;&gt;Z3 .NET Namespace Reference&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Java API:&lt;/strong&gt; &lt;a href=&#34;https://z3prover.github.io/api/html/namespacecom_1_1microsoft_1_1z3.html&#34;&gt;Z3 Java API Reference&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Python bindings:&lt;/strong&gt; &lt;a href=&#34;https://pypi.org/project/z3-solver/&#34;&gt;z3-solver PyPI package&lt;/a&gt; (&lt;a href=&#34;https://z3prover.github.io/api/html/z3.html&#34;&gt;Documentation&lt;/a&gt;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Rust bindings:&lt;/strong&gt; &lt;a href=&#34;https://crates.io/crates/z3&#34;&gt;z3 crate on crates.io&lt;/a&gt;&lt;/li&gt;&#xA;&lt;/ul&gt;</description>
</item>
</channel>

View File

@ -1,6 +1,6 @@
<!DOCTYPE html>
<html lang="en-us" dir="ltr">
<head><script src="/livereload.js?mindelay=10&amp;v=2&amp;port=1313&amp;path=livereload" data-no-instant defer></script>
<head>
<meta charset="utf-8">
<meta name="viewport" content ="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
@ -14,16 +14,16 @@
<meta property="og:type" content="article">
<meta property="og:title" content="Interfaces">
<meta property="og:description" content="">
<meta property="og:url" content="http://localhost:1313/interfaces/">
<meta property="og:url" content="https://example.org/interfaces/">
<meta property="og:image" content="images/%!s(&lt;nil&gt;)">
<link rel="canonical" href="http://localhost:1313/interfaces/">
<link rel="canonical" href="https://example.org/interfaces/">
<link rel="apple-touch-icon" sizes="180x180" href='http://localhost:1313/apple-touch-icon.png'>
<link rel="icon" type="image/png" sizes="32x32" href='http://localhost:1313/favicon-32x32.png'>
<link rel="icon" type="image/png" sizes='16x16' href='http://localhost:1313/favicon-16x16.png'>
<link rel="manifest" href='http://localhost:1313/site.webmanifest'>
<link rel="apple-touch-icon" sizes="180x180" href='https://example.org/apple-touch-icon.png'>
<link rel="icon" type="image/png" sizes="32x32" href='https://example.org/favicon-32x32.png'>
<link rel="icon" type="image/png" sizes='16x16' href='https://example.org/favicon-16x16.png'>
<link rel="manifest" href='https://example.org/site.webmanifest'>
<link rel="stylesheet" href="http://localhost:1313/css/styles.8b49a669b444200848aa2fc88c4dc95a3d61d6c822e7ad08eecab8049173e085d2bfa16bf17fa8ec14eb95bb1f04f9a822b2fc4836b4d329140ddd03444ca0bf.css" integrity="sha512-i0mmabREIAhIqi/IjE3JWj1h1sgi560I7sq4BJFz4IXSv6Fr8X&#43;o7BTrlbsfBPmoIrL8SDa00ykUDd0DREygvw==">
<link rel="stylesheet" href="https://example.org/css/styles.e5b470edf89c3e1b9498ce83a3fd0a2e73e9d06958e2c3a1af8d89781f9f2bf612b21d5e45ab8f4aef773661de2529437838673a136797a6a8aaab7759f94ded.css" integrity="sha512-5bRw7ficPhuUmM6Do/0KLnPp0GlY4sOhr42JeB&#43;fK/YSsh1eRauPSu93NmHeJSlDeDhnOhNnl6aoqqt3WflN7Q==">
<link href="/css/fontawesome.css" rel="stylesheet" />
<link href="/css/brands.css" rel="stylesheet" />

View File

@ -2,66 +2,66 @@
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>Interfaces on Formal Methods Tools</title>
<link>http://localhost:1313/interfaces/</link>
<link>https://example.org/interfaces/</link>
<description>Recent content in Interfaces on Formal Methods Tools</description>
<generator>Hugo</generator>
<language>en-us</language>
<lastBuildDate>Sat, 07 Jun 2025 00:00:00 +0000</lastBuildDate>
<atom:link href="http://localhost:1313/interfaces/index.xml" rel="self" type="application/rss+xml" />
<atom:link href="https://example.org/interfaces/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>.NET</title>
<link>http://localhost:1313/interfaces/.net/</link>
<link>https://example.org/interfaces/.net/</link>
<pubDate>Sat, 07 Jun 2025 00:00:00 +0000</pubDate>
<guid>http://localhost:1313/interfaces/.net/</guid>
<guid>https://example.org/interfaces/.net/</guid>
<description></description>
</item>
<item>
<title>C</title>
<link>http://localhost:1313/interfaces/c/</link>
<link>https://example.org/interfaces/c/</link>
<pubDate>Sat, 07 Jun 2025 00:00:00 +0000</pubDate>
<guid>http://localhost:1313/interfaces/c/</guid>
<guid>https://example.org/interfaces/c/</guid>
<description></description>
</item>
<item>
<title>C&#43;&#43;</title>
<link>http://localhost:1313/interfaces/c&#43;&#43;/</link>
<link>https://example.org/interfaces/c&#43;&#43;/</link>
<pubDate>Sat, 07 Jun 2025 00:00:00 +0000</pubDate>
<guid>http://localhost:1313/interfaces/c&#43;&#43;/</guid>
<guid>https://example.org/interfaces/c&#43;&#43;/</guid>
<description></description>
</item>
<item>
<title>CLI</title>
<link>http://localhost:1313/interfaces/cli/</link>
<link>https://example.org/interfaces/cli/</link>
<pubDate>Sat, 07 Jun 2025 00:00:00 +0000</pubDate>
<guid>http://localhost:1313/interfaces/cli/</guid>
<guid>https://example.org/interfaces/cli/</guid>
<description></description>
</item>
<item>
<title>Java</title>
<link>http://localhost:1313/interfaces/java/</link>
<link>https://example.org/interfaces/java/</link>
<pubDate>Sat, 07 Jun 2025 00:00:00 +0000</pubDate>
<guid>http://localhost:1313/interfaces/java/</guid>
<guid>https://example.org/interfaces/java/</guid>
<description></description>
</item>
<item>
<title>Online</title>
<link>http://localhost:1313/interfaces/online/</link>
<link>https://example.org/interfaces/online/</link>
<pubDate>Sat, 07 Jun 2025 00:00:00 +0000</pubDate>
<guid>http://localhost:1313/interfaces/online/</guid>
<guid>https://example.org/interfaces/online/</guid>
<description></description>
</item>
<item>
<title>Python</title>
<link>http://localhost:1313/interfaces/python/</link>
<link>https://example.org/interfaces/python/</link>
<pubDate>Sat, 07 Jun 2025 00:00:00 +0000</pubDate>
<guid>http://localhost:1313/interfaces/python/</guid>
<guid>https://example.org/interfaces/python/</guid>
<description></description>
</item>
<item>
<title>Rust</title>
<link>http://localhost:1313/interfaces/rust/</link>
<link>https://example.org/interfaces/rust/</link>
<pubDate>Sat, 07 Jun 2025 00:00:00 +0000</pubDate>
<guid>http://localhost:1313/interfaces/rust/</guid>
<guid>https://example.org/interfaces/rust/</guid>
<description></description>
</item>
</channel>

View File

@ -1,6 +1,6 @@
<!DOCTYPE html>
<html lang="en-us" dir="ltr">
<head><script src="/livereload.js?mindelay=10&amp;v=2&amp;port=1313&amp;path=livereload" data-no-instant defer></script>
<head>
<meta charset="utf-8">
<meta name="viewport" content ="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
@ -14,16 +14,16 @@
<meta property="og:type" content="article">
<meta property="og:title" content="Java">
<meta property="og:description" content="">
<meta property="og:url" content="http://localhost:1313/interfaces/java/">
<meta property="og:url" content="https://example.org/interfaces/java/">
<meta property="og:image" content="images/%!s(&lt;nil&gt;)">
<link rel="canonical" href="http://localhost:1313/interfaces/java/">
<link rel="canonical" href="https://example.org/interfaces/java/">
<link rel="apple-touch-icon" sizes="180x180" href='http://localhost:1313/apple-touch-icon.png'>
<link rel="icon" type="image/png" sizes="32x32" href='http://localhost:1313/favicon-32x32.png'>
<link rel="icon" type="image/png" sizes='16x16' href='http://localhost:1313/favicon-16x16.png'>
<link rel="manifest" href='http://localhost:1313/site.webmanifest'>
<link rel="apple-touch-icon" sizes="180x180" href='https://example.org/apple-touch-icon.png'>
<link rel="icon" type="image/png" sizes="32x32" href='https://example.org/favicon-32x32.png'>
<link rel="icon" type="image/png" sizes='16x16' href='https://example.org/favicon-16x16.png'>
<link rel="manifest" href='https://example.org/site.webmanifest'>
<link rel="stylesheet" href="http://localhost:1313/css/styles.8b49a669b444200848aa2fc88c4dc95a3d61d6c822e7ad08eecab8049173e085d2bfa16bf17fa8ec14eb95bb1f04f9a822b2fc4836b4d329140ddd03444ca0bf.css" integrity="sha512-i0mmabREIAhIqi/IjE3JWj1h1sgi560I7sq4BJFz4IXSv6Fr8X&#43;o7BTrlbsfBPmoIrL8SDa00ykUDd0DREygvw==">
<link rel="stylesheet" href="https://example.org/css/styles.e5b470edf89c3e1b9498ce83a3fd0a2e73e9d06958e2c3a1af8d89781f9f2bf612b21d5e45ab8f4aef773661de2529437838673a136797a6a8aaab7759f94ded.css" integrity="sha512-5bRw7ficPhuUmM6Do/0KLnPp0GlY4sOhr42JeB&#43;fK/YSsh1eRauPSu93NmHeJSlDeDhnOhNnl6aoqqt3WflN7Q==">
<link href="/css/fontawesome.css" rel="stylesheet" />
<link href="/css/brands.css" rel="stylesheet" />
@ -81,8 +81,8 @@
</thead>
<tbody>
<tr onclick="window.location='\/tools\/smtinterpol\/'" style="cursor:pointer;"></tr>
<td class="tool"><a href="/tools/smtinterpol/">SMTInterpol</a></td>
<tr onclick="window.location='\/tools\/sat-smt\/smtinterpol\/'" style="cursor:pointer;">
<td class="tool"><a href="/tools/sat-smt/smtinterpol/">SMTInterpol</a></td>
<td class="description">SMTInterpol is an SMT Solver that can compute Craig interpolants for various theories.
APIs and …</td>
@ -90,8 +90,8 @@ APIs and …</td>
</tr>
<tr onclick="window.location='\/tools\/z3\/'" style="cursor:pointer;"></tr>
<td class="tool"><a href="/tools/z3/">Z3</a></td>
<tr onclick="window.location='\/tools\/sat-smt\/z3\/'" style="cursor:pointer;">
<td class="tool"><a href="/tools/sat-smt/z3/">Z3</a></td>
<td class="description">Z3 is a general-purpose theorem prover widely used for SAT &amp; SMT solving.
APIs and Bindings This …</td>

View File

@ -2,24 +2,24 @@
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>Java on Formal Methods Tools</title>
<link>http://localhost:1313/interfaces/java/</link>
<link>https://example.org/interfaces/java/</link>
<description>Recent content in Java on Formal Methods Tools</description>
<generator>Hugo</generator>
<language>en-us</language>
<lastBuildDate>Sat, 07 Jun 2025 00:00:00 +0000</lastBuildDate>
<atom:link href="http://localhost:1313/interfaces/java/index.xml" rel="self" type="application/rss+xml" />
<atom:link href="https://example.org/interfaces/java/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>SMTInterpol</title>
<link>http://localhost:1313/tools/smtinterpol/</link>
<link>https://example.org/tools/sat-smt/smtinterpol/</link>
<pubDate>Sat, 07 Jun 2025 00:00:00 +0000</pubDate>
<guid>http://localhost:1313/tools/smtinterpol/</guid>
<guid>https://example.org/tools/sat-smt/smtinterpol/</guid>
<description>&lt;p&gt;SMTInterpol is an SMT Solver that can compute Craig interpolants for various theories.&lt;/p&gt;&#xA;&lt;h2 id=&#34;apis-and-bindings&#34;&gt;APIs and Bindings&lt;/h2&gt;&#xA;&lt;p&gt;This tool is available through the following interfaces:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;Java API:&lt;/strong&gt; &lt;a href=&#34;https://ultimate.informatik.uni-freiburg.de/smtinterpol/doc/index.html&#34;&gt;Java API Reference&lt;/a&gt;&lt;/li&gt;&#xA;&lt;/ul&gt;</description>
</item>
<item>
<title>Z3</title>
<link>http://localhost:1313/tools/z3/</link>
<link>https://example.org/tools/sat-smt/z3/</link>
<pubDate>Sat, 07 Jun 2025 00:00:00 +0000</pubDate>
<guid>http://localhost:1313/tools/z3/</guid>
<guid>https://example.org/tools/sat-smt/z3/</guid>
<description>&lt;p&gt;Z3 is a general-purpose theorem prover widely used for SAT &amp;amp; SMT solving.&lt;/p&gt;&#xA;&lt;h2 id=&#34;apis-and-bindings&#34;&gt;APIs and Bindings&lt;/h2&gt;&#xA;&lt;p&gt;This tool is available through the following interfaces:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;C API:&lt;/strong&gt; &lt;a href=&#34;https://z3prover.github.io/api/html/group__capi.html&#34;&gt;Z3 C API Reference&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;C++ API:&lt;/strong&gt; &lt;a href=&#34;https://z3prover.github.io/api/html/namespacez3.html&#34;&gt;Z3 C++ Namespace Reference&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;.NET API:&lt;/strong&gt; &lt;a href=&#34;https://z3prover.github.io/api/html/namespace_microsoft_1_1_z3.html&#34;&gt;Z3 .NET Namespace Reference&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Java API:&lt;/strong&gt; &lt;a href=&#34;https://z3prover.github.io/api/html/namespacecom_1_1microsoft_1_1z3.html&#34;&gt;Z3 Java API Reference&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Python bindings:&lt;/strong&gt; &lt;a href=&#34;https://pypi.org/project/z3-solver/&#34;&gt;z3-solver PyPI package&lt;/a&gt; (&lt;a href=&#34;https://z3prover.github.io/api/html/z3.html&#34;&gt;Documentation&lt;/a&gt;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Rust bindings:&lt;/strong&gt; &lt;a href=&#34;https://crates.io/crates/z3&#34;&gt;z3 crate on crates.io&lt;/a&gt;&lt;/li&gt;&#xA;&lt;/ul&gt;</description>
</item>
</channel>

View File

@ -1,6 +1,6 @@
<!DOCTYPE html>
<html lang="en-us" dir="ltr">
<head><script src="/livereload.js?mindelay=10&amp;v=2&amp;port=1313&amp;path=livereload" data-no-instant defer></script>
<head>
<meta charset="utf-8">
<meta name="viewport" content ="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
@ -14,16 +14,16 @@
<meta property="og:type" content="article">
<meta property="og:title" content="Online">
<meta property="og:description" content="">
<meta property="og:url" content="http://localhost:1313/interfaces/online/">
<meta property="og:url" content="https://example.org/interfaces/online/">
<meta property="og:image" content="images/%!s(&lt;nil&gt;)">
<link rel="canonical" href="http://localhost:1313/interfaces/online/">
<link rel="canonical" href="https://example.org/interfaces/online/">
<link rel="apple-touch-icon" sizes="180x180" href='http://localhost:1313/apple-touch-icon.png'>
<link rel="icon" type="image/png" sizes="32x32" href='http://localhost:1313/favicon-32x32.png'>
<link rel="icon" type="image/png" sizes='16x16' href='http://localhost:1313/favicon-16x16.png'>
<link rel="manifest" href='http://localhost:1313/site.webmanifest'>
<link rel="apple-touch-icon" sizes="180x180" href='https://example.org/apple-touch-icon.png'>
<link rel="icon" type="image/png" sizes="32x32" href='https://example.org/favicon-32x32.png'>
<link rel="icon" type="image/png" sizes='16x16' href='https://example.org/favicon-16x16.png'>
<link rel="manifest" href='https://example.org/site.webmanifest'>
<link rel="stylesheet" href="http://localhost:1313/css/styles.8b49a669b444200848aa2fc88c4dc95a3d61d6c822e7ad08eecab8049173e085d2bfa16bf17fa8ec14eb95bb1f04f9a822b2fc4836b4d329140ddd03444ca0bf.css" integrity="sha512-i0mmabREIAhIqi/IjE3JWj1h1sgi560I7sq4BJFz4IXSv6Fr8X&#43;o7BTrlbsfBPmoIrL8SDa00ykUDd0DREygvw==">
<link rel="stylesheet" href="https://example.org/css/styles.e5b470edf89c3e1b9498ce83a3fd0a2e73e9d06958e2c3a1af8d89781f9f2bf612b21d5e45ab8f4aef773661de2529437838673a136797a6a8aaab7759f94ded.css" integrity="sha512-5bRw7ficPhuUmM6Do/0KLnPp0GlY4sOhr42JeB&#43;fK/YSsh1eRauPSu93NmHeJSlDeDhnOhNnl6aoqqt3WflN7Q==">
<link href="/css/fontawesome.css" rel="stylesheet" />
<link href="/css/brands.css" rel="stylesheet" />
@ -81,8 +81,25 @@
</thead>
<tbody>
<tr onclick="window.location='\/tools\/z3\/'" style="cursor:pointer;"></tr>
<td class="tool"><a href="/tools/z3/">Z3</a></td>
<tr onclick="window.location='\/tools\/sat-smt\/cvc4\/'" style="cursor:pointer;">
<td class="tool"><a href="/tools/sat-smt/cvc4/">cvc4</a></td>
<td class="description"> [ Not Maintained Since 2021 ] cvc4 is an automatic theorem prover for SMT problems. It is succeeded …</td>
</tr>
<tr onclick="window.location='\/tools\/sat-smt\/cvc5\/'" style="cursor:pointer;">
<td class="tool"><a href="/tools/sat-smt/cvc5/">cvc5</a></td>
<td class="description">cvc5 is an automatic theorem prover for SMT problems.
</td>
</tr>
<tr onclick="window.location='\/tools\/sat-smt\/z3\/'" style="cursor:pointer;">
<td class="tool"><a href="/tools/sat-smt/z3/">Z3</a></td>
<td class="description">Z3 is a general-purpose theorem prover widely used for SAT &amp; SMT solving.
APIs and Bindings This …</td>

View File

@ -2,17 +2,31 @@
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>Online on Formal Methods Tools</title>
<link>http://localhost:1313/interfaces/online/</link>
<link>https://example.org/interfaces/online/</link>
<description>Recent content in Online on Formal Methods Tools</description>
<generator>Hugo</generator>
<language>en-us</language>
<lastBuildDate>Sat, 07 Jun 2025 00:00:00 +0000</lastBuildDate>
<atom:link href="http://localhost:1313/interfaces/online/index.xml" rel="self" type="application/rss+xml" />
<atom:link href="https://example.org/interfaces/online/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>cvc4</title>
<link>https://example.org/tools/sat-smt/cvc4/</link>
<pubDate>Sat, 07 Jun 2025 00:00:00 +0000</pubDate>
<guid>https://example.org/tools/sat-smt/cvc4/</guid>
<description>&lt;p&gt;&#xA;&#xA;&lt;div style=&#34;display: flex; align-items: center; gap: 8px;&#34;&gt;&#xA; &lt;span style=&#34;display: inline-block; width: 12px; height: 12px; border-radius: 50%; background: rgb(240, 85, 85);&#34;&gt;&lt;/span&gt;&#xA; &lt;span style=&#34;display:none&#34;&gt;[&lt;/span&gt;&#xA; &#xA; &lt;span style=&#34;color: rgb(240, 85, 85); font-size: 1rem;&#34;&gt;Not Maintained Since 2021&lt;/span&gt;&#xA; &#xA; &lt;span style=&#34;display:none&#34;&gt;]&lt;/span&gt;&#xA;&lt;/div&gt;&#xA;cvc4 is an automatic theorem prover for SMT problems. It is succeeded by &lt;a href=&#34;../cvc5&#34;&gt;cvc5&lt;/a&gt;&lt;/p&gt;</description>
</item>
<item>
<title>cvc5</title>
<link>https://example.org/tools/sat-smt/cvc5/</link>
<pubDate>Sat, 07 Jun 2025 00:00:00 +0000</pubDate>
<guid>https://example.org/tools/sat-smt/cvc5/</guid>
<description>&lt;p&gt;cvc5 is an automatic theorem prover for SMT problems.&lt;/p&gt;</description>
</item>
<item>
<title>Z3</title>
<link>http://localhost:1313/tools/z3/</link>
<link>https://example.org/tools/sat-smt/z3/</link>
<pubDate>Sat, 07 Jun 2025 00:00:00 +0000</pubDate>
<guid>http://localhost:1313/tools/z3/</guid>
<guid>https://example.org/tools/sat-smt/z3/</guid>
<description>&lt;p&gt;Z3 is a general-purpose theorem prover widely used for SAT &amp;amp; SMT solving.&lt;/p&gt;&#xA;&lt;h2 id=&#34;apis-and-bindings&#34;&gt;APIs and Bindings&lt;/h2&gt;&#xA;&lt;p&gt;This tool is available through the following interfaces:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;C API:&lt;/strong&gt; &lt;a href=&#34;https://z3prover.github.io/api/html/group__capi.html&#34;&gt;Z3 C API Reference&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;C++ API:&lt;/strong&gt; &lt;a href=&#34;https://z3prover.github.io/api/html/namespacez3.html&#34;&gt;Z3 C++ Namespace Reference&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;.NET API:&lt;/strong&gt; &lt;a href=&#34;https://z3prover.github.io/api/html/namespace_microsoft_1_1_z3.html&#34;&gt;Z3 .NET Namespace Reference&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Java API:&lt;/strong&gt; &lt;a href=&#34;https://z3prover.github.io/api/html/namespacecom_1_1microsoft_1_1z3.html&#34;&gt;Z3 Java API Reference&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Python bindings:&lt;/strong&gt; &lt;a href=&#34;https://pypi.org/project/z3-solver/&#34;&gt;z3-solver PyPI package&lt;/a&gt; (&lt;a href=&#34;https://z3prover.github.io/api/html/z3.html&#34;&gt;Documentation&lt;/a&gt;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Rust bindings:&lt;/strong&gt; &lt;a href=&#34;https://crates.io/crates/z3&#34;&gt;z3 crate on crates.io&lt;/a&gt;&lt;/li&gt;&#xA;&lt;/ul&gt;</description>
</item>
</channel>

View File

@ -1,6 +1,6 @@
<!DOCTYPE html>
<html lang="en-us" dir="ltr">
<head><script src="/livereload.js?mindelay=10&amp;v=2&amp;port=1313&amp;path=livereload" data-no-instant defer></script>
<head>
<meta charset="utf-8">
<meta name="viewport" content ="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
@ -14,16 +14,16 @@
<meta property="og:type" content="article">
<meta property="og:title" content="Python">
<meta property="og:description" content="">
<meta property="og:url" content="http://localhost:1313/interfaces/python/">
<meta property="og:url" content="https://example.org/interfaces/python/">
<meta property="og:image" content="images/%!s(&lt;nil&gt;)">
<link rel="canonical" href="http://localhost:1313/interfaces/python/">
<link rel="canonical" href="https://example.org/interfaces/python/">
<link rel="apple-touch-icon" sizes="180x180" href='http://localhost:1313/apple-touch-icon.png'>
<link rel="icon" type="image/png" sizes="32x32" href='http://localhost:1313/favicon-32x32.png'>
<link rel="icon" type="image/png" sizes='16x16' href='http://localhost:1313/favicon-16x16.png'>
<link rel="manifest" href='http://localhost:1313/site.webmanifest'>
<link rel="apple-touch-icon" sizes="180x180" href='https://example.org/apple-touch-icon.png'>
<link rel="icon" type="image/png" sizes="32x32" href='https://example.org/favicon-32x32.png'>
<link rel="icon" type="image/png" sizes='16x16' href='https://example.org/favicon-16x16.png'>
<link rel="manifest" href='https://example.org/site.webmanifest'>
<link rel="stylesheet" href="http://localhost:1313/css/styles.8b49a669b444200848aa2fc88c4dc95a3d61d6c822e7ad08eecab8049173e085d2bfa16bf17fa8ec14eb95bb1f04f9a822b2fc4836b4d329140ddd03444ca0bf.css" integrity="sha512-i0mmabREIAhIqi/IjE3JWj1h1sgi560I7sq4BJFz4IXSv6Fr8X&#43;o7BTrlbsfBPmoIrL8SDa00ykUDd0DREygvw==">
<link rel="stylesheet" href="https://example.org/css/styles.e5b470edf89c3e1b9498ce83a3fd0a2e73e9d06958e2c3a1af8d89781f9f2bf612b21d5e45ab8f4aef773661de2529437838673a136797a6a8aaab7759f94ded.css" integrity="sha512-5bRw7ficPhuUmM6Do/0KLnPp0GlY4sOhr42JeB&#43;fK/YSsh1eRauPSu93NmHeJSlDeDhnOhNnl6aoqqt3WflN7Q==">
<link href="/css/fontawesome.css" rel="stylesheet" />
<link href="/css/brands.css" rel="stylesheet" />
@ -81,8 +81,17 @@
</thead>
<tbody>
<tr onclick="window.location='\/tools\/stp\/'" style="cursor:pointer;"></tr>
<td class="tool"><a href="/tools/stp/">STP</a></td>
<tr onclick="window.location='\/tools\/sat-smt\/cryptominisat\/'" style="cursor:pointer;">
<td class="tool"><a href="/tools/sat-smt/cryptominisat/">CryptoMiniSat</a></td>
<td class="description">CryptoMiniSat is a SAT solver.
APIs and Bindings This tool is available through the following …</td>
</tr>
<tr onclick="window.location='\/tools\/sat-smt\/stp\/'" style="cursor:pointer;">
<td class="tool"><a href="/tools/sat-smt/stp/">STP</a></td>
<td class="description">STP is a constraint solver for quantifier-free bitvectors.
APIs and Bindings This tool is available …</td>
@ -90,16 +99,16 @@ APIs and Bindings This tool is available …</td>
</tr>
<tr onclick="window.location='\/tools\/yices\/'" style="cursor:pointer;"></tr>
<td class="tool"><a href="/tools/yices/">Yices 2</a></td>
<tr onclick="window.location='\/tools\/sat-smt\/yices\/'" style="cursor:pointer;">
<td class="tool"><a href="/tools/sat-smt/yices/">Yices 2</a></td>
<td class="description">Yices is an SMT solver developed by SRI International. It is widely used for checking the …</td>
</tr>
<tr onclick="window.location='\/tools\/z3\/'" style="cursor:pointer;"></tr>
<td class="tool"><a href="/tools/z3/">Z3</a></td>
<tr onclick="window.location='\/tools\/sat-smt\/z3\/'" style="cursor:pointer;">
<td class="tool"><a href="/tools/sat-smt/z3/">Z3</a></td>
<td class="description">Z3 is a general-purpose theorem prover widely used for SAT &amp; SMT solving.
APIs and Bindings This …</td>

View File

@ -2,31 +2,38 @@
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>Python on Formal Methods Tools</title>
<link>http://localhost:1313/interfaces/python/</link>
<link>https://example.org/interfaces/python/</link>
<description>Recent content in Python on Formal Methods Tools</description>
<generator>Hugo</generator>
<language>en-us</language>
<lastBuildDate>Sat, 07 Jun 2025 00:00:00 +0000</lastBuildDate>
<atom:link href="http://localhost:1313/interfaces/python/index.xml" rel="self" type="application/rss+xml" />
<atom:link href="https://example.org/interfaces/python/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>CryptoMiniSat</title>
<link>https://example.org/tools/sat-smt/cryptominisat/</link>
<pubDate>Sat, 07 Jun 2025 00:00:00 +0000</pubDate>
<guid>https://example.org/tools/sat-smt/cryptominisat/</guid>
<description>&lt;p&gt;CryptoMiniSat is a SAT solver.&lt;/p&gt;&#xA;&lt;h2 id=&#34;apis-and-bindings&#34;&gt;APIs and Bindings&lt;/h2&gt;&#xA;&lt;p&gt;This tool is available through the following interfaces:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;C++ Namespace:&lt;/strong&gt; Documentation on &lt;a href=&#34;https://www.msoos.org/cryptominisat5/&#34;&gt;homepage&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Python package:&lt;/strong&gt; &lt;a href=&#34;https://pypi.org/project/pycryptosat/&#34;&gt;PyPI package&lt;/a&gt;&lt;/li&gt;&#xA;&lt;/ul&gt;</description>
</item>
<item>
<title>STP</title>
<link>http://localhost:1313/tools/stp/</link>
<link>https://example.org/tools/sat-smt/stp/</link>
<pubDate>Sat, 07 Jun 2025 00:00:00 +0000</pubDate>
<guid>http://localhost:1313/tools/stp/</guid>
<guid>https://example.org/tools/sat-smt/stp/</guid>
<description>&lt;p&gt;STP is a constraint solver for quantifier-free bitvectors.&lt;/p&gt;&#xA;&lt;h2 id=&#34;apis-and-bindings&#34;&gt;APIs and Bindings&lt;/h2&gt;&#xA;&lt;p&gt;This tool is available through the following interfaces:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;C API:&lt;/strong&gt; &lt;a href=&#34;https://stp.readthedocs.io/en/latest/#c-library-usage&#34;&gt;stp C API Reference&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Python bindings:&lt;/strong&gt; &lt;a href=&#34;https://stp.readthedocs.io/en/latest/#python-usage&#34;&gt;stp PyPI package&lt;/a&gt;&lt;/li&gt;&#xA;&lt;/ul&gt;</description>
</item>
<item>
<title>Yices 2</title>
<link>http://localhost:1313/tools/yices/</link>
<link>https://example.org/tools/sat-smt/yices/</link>
<pubDate>Sat, 07 Jun 2025 00:00:00 +0000</pubDate>
<guid>http://localhost:1313/tools/yices/</guid>
<guid>https://example.org/tools/sat-smt/yices/</guid>
<description>&lt;p&gt;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.&lt;/p&gt;&#xA;&lt;h2 id=&#34;apis-and-bindings&#34;&gt;APIs and Bindings&lt;/h2&gt;&#xA;&lt;p&gt;This tool is available through the following interfaces:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;General API:&lt;/strong&gt; &lt;a href=&#34;https://yices.csl.sri.com/doc/index.html&#34;&gt;Yices API Reference&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Python bindings:&lt;/strong&gt; &lt;a href=&#34;https://pypi.org/project/yices/&#34;&gt;yices2 PyPI package&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Rust bindings:&lt;/strong&gt; &lt;a href=&#34;https://crates.io/crates/yices2&#34;&gt;yices2 crate on crates.io&lt;/a&gt;&lt;/li&gt;&#xA;&lt;/ul&gt;</description>
</item>
<item>
<title>Z3</title>
<link>http://localhost:1313/tools/z3/</link>
<link>https://example.org/tools/sat-smt/z3/</link>
<pubDate>Sat, 07 Jun 2025 00:00:00 +0000</pubDate>
<guid>http://localhost:1313/tools/z3/</guid>
<guid>https://example.org/tools/sat-smt/z3/</guid>
<description>&lt;p&gt;Z3 is a general-purpose theorem prover widely used for SAT &amp;amp; SMT solving.&lt;/p&gt;&#xA;&lt;h2 id=&#34;apis-and-bindings&#34;&gt;APIs and Bindings&lt;/h2&gt;&#xA;&lt;p&gt;This tool is available through the following interfaces:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;C API:&lt;/strong&gt; &lt;a href=&#34;https://z3prover.github.io/api/html/group__capi.html&#34;&gt;Z3 C API Reference&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;C++ API:&lt;/strong&gt; &lt;a href=&#34;https://z3prover.github.io/api/html/namespacez3.html&#34;&gt;Z3 C++ Namespace Reference&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;.NET API:&lt;/strong&gt; &lt;a href=&#34;https://z3prover.github.io/api/html/namespace_microsoft_1_1_z3.html&#34;&gt;Z3 .NET Namespace Reference&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Java API:&lt;/strong&gt; &lt;a href=&#34;https://z3prover.github.io/api/html/namespacecom_1_1microsoft_1_1z3.html&#34;&gt;Z3 Java API Reference&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Python bindings:&lt;/strong&gt; &lt;a href=&#34;https://pypi.org/project/z3-solver/&#34;&gt;z3-solver PyPI package&lt;/a&gt; (&lt;a href=&#34;https://z3prover.github.io/api/html/z3.html&#34;&gt;Documentation&lt;/a&gt;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Rust bindings:&lt;/strong&gt; &lt;a href=&#34;https://crates.io/crates/z3&#34;&gt;z3 crate on crates.io&lt;/a&gt;&lt;/li&gt;&#xA;&lt;/ul&gt;</description>
</item>
</channel>

View File

@ -1,6 +1,6 @@
<!DOCTYPE html>
<html lang="en-us" dir="ltr">
<head><script src="/livereload.js?mindelay=10&amp;v=2&amp;port=1313&amp;path=livereload" data-no-instant defer></script>
<head>
<meta charset="utf-8">
<meta name="viewport" content ="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
@ -14,16 +14,16 @@
<meta property="og:type" content="article">
<meta property="og:title" content="Rust">
<meta property="og:description" content="">
<meta property="og:url" content="http://localhost:1313/interfaces/rust/">
<meta property="og:url" content="https://example.org/interfaces/rust/">
<meta property="og:image" content="images/%!s(&lt;nil&gt;)">
<link rel="canonical" href="http://localhost:1313/interfaces/rust/">
<link rel="canonical" href="https://example.org/interfaces/rust/">
<link rel="apple-touch-icon" sizes="180x180" href='http://localhost:1313/apple-touch-icon.png'>
<link rel="icon" type="image/png" sizes="32x32" href='http://localhost:1313/favicon-32x32.png'>
<link rel="icon" type="image/png" sizes='16x16' href='http://localhost:1313/favicon-16x16.png'>
<link rel="manifest" href='http://localhost:1313/site.webmanifest'>
<link rel="apple-touch-icon" sizes="180x180" href='https://example.org/apple-touch-icon.png'>
<link rel="icon" type="image/png" sizes="32x32" href='https://example.org/favicon-32x32.png'>
<link rel="icon" type="image/png" sizes='16x16' href='https://example.org/favicon-16x16.png'>
<link rel="manifest" href='https://example.org/site.webmanifest'>
<link rel="stylesheet" href="http://localhost:1313/css/styles.8b49a669b444200848aa2fc88c4dc95a3d61d6c822e7ad08eecab8049173e085d2bfa16bf17fa8ec14eb95bb1f04f9a822b2fc4836b4d329140ddd03444ca0bf.css" integrity="sha512-i0mmabREIAhIqi/IjE3JWj1h1sgi560I7sq4BJFz4IXSv6Fr8X&#43;o7BTrlbsfBPmoIrL8SDa00ykUDd0DREygvw==">
<link rel="stylesheet" href="https://example.org/css/styles.e5b470edf89c3e1b9498ce83a3fd0a2e73e9d06958e2c3a1af8d89781f9f2bf612b21d5e45ab8f4aef773661de2529437838673a136797a6a8aaab7759f94ded.css" integrity="sha512-5bRw7ficPhuUmM6Do/0KLnPp0GlY4sOhr42JeB&#43;fK/YSsh1eRauPSu93NmHeJSlDeDhnOhNnl6aoqqt3WflN7Q==">
<link href="/css/fontawesome.css" rel="stylesheet" />
<link href="/css/brands.css" rel="stylesheet" />
@ -81,16 +81,16 @@
</thead>
<tbody>
<tr onclick="window.location='\/tools\/yices\/'" style="cursor:pointer;"></tr>
<td class="tool"><a href="/tools/yices/">Yices 2</a></td>
<tr onclick="window.location='\/tools\/sat-smt\/yices\/'" style="cursor:pointer;">
<td class="tool"><a href="/tools/sat-smt/yices/">Yices 2</a></td>
<td class="description">Yices is an SMT solver developed by SRI International. It is widely used for checking the …</td>
</tr>
<tr onclick="window.location='\/tools\/z3\/'" style="cursor:pointer;"></tr>
<td class="tool"><a href="/tools/z3/">Z3</a></td>
<tr onclick="window.location='\/tools\/sat-smt\/z3\/'" style="cursor:pointer;">
<td class="tool"><a href="/tools/sat-smt/z3/">Z3</a></td>
<td class="description">Z3 is a general-purpose theorem prover widely used for SAT &amp; SMT solving.
APIs and Bindings This …</td>

View File

@ -2,24 +2,24 @@
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>Rust on Formal Methods Tools</title>
<link>http://localhost:1313/interfaces/rust/</link>
<link>https://example.org/interfaces/rust/</link>
<description>Recent content in Rust on Formal Methods Tools</description>
<generator>Hugo</generator>
<language>en-us</language>
<lastBuildDate>Sat, 07 Jun 2025 00:00:00 +0000</lastBuildDate>
<atom:link href="http://localhost:1313/interfaces/rust/index.xml" rel="self" type="application/rss+xml" />
<atom:link href="https://example.org/interfaces/rust/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>Yices 2</title>
<link>http://localhost:1313/tools/yices/</link>
<link>https://example.org/tools/sat-smt/yices/</link>
<pubDate>Sat, 07 Jun 2025 00:00:00 +0000</pubDate>
<guid>http://localhost:1313/tools/yices/</guid>
<guid>https://example.org/tools/sat-smt/yices/</guid>
<description>&lt;p&gt;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.&lt;/p&gt;&#xA;&lt;h2 id=&#34;apis-and-bindings&#34;&gt;APIs and Bindings&lt;/h2&gt;&#xA;&lt;p&gt;This tool is available through the following interfaces:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;General API:&lt;/strong&gt; &lt;a href=&#34;https://yices.csl.sri.com/doc/index.html&#34;&gt;Yices API Reference&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Python bindings:&lt;/strong&gt; &lt;a href=&#34;https://pypi.org/project/yices/&#34;&gt;yices2 PyPI package&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Rust bindings:&lt;/strong&gt; &lt;a href=&#34;https://crates.io/crates/yices2&#34;&gt;yices2 crate on crates.io&lt;/a&gt;&lt;/li&gt;&#xA;&lt;/ul&gt;</description>
</item>
<item>
<title>Z3</title>
<link>http://localhost:1313/tools/z3/</link>
<link>https://example.org/tools/sat-smt/z3/</link>
<pubDate>Sat, 07 Jun 2025 00:00:00 +0000</pubDate>
<guid>http://localhost:1313/tools/z3/</guid>
<guid>https://example.org/tools/sat-smt/z3/</guid>
<description>&lt;p&gt;Z3 is a general-purpose theorem prover widely used for SAT &amp;amp; SMT solving.&lt;/p&gt;&#xA;&lt;h2 id=&#34;apis-and-bindings&#34;&gt;APIs and Bindings&lt;/h2&gt;&#xA;&lt;p&gt;This tool is available through the following interfaces:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;C API:&lt;/strong&gt; &lt;a href=&#34;https://z3prover.github.io/api/html/group__capi.html&#34;&gt;Z3 C API Reference&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;C++ API:&lt;/strong&gt; &lt;a href=&#34;https://z3prover.github.io/api/html/namespacez3.html&#34;&gt;Z3 C++ Namespace Reference&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;.NET API:&lt;/strong&gt; &lt;a href=&#34;https://z3prover.github.io/api/html/namespace_microsoft_1_1_z3.html&#34;&gt;Z3 .NET Namespace Reference&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Java API:&lt;/strong&gt; &lt;a href=&#34;https://z3prover.github.io/api/html/namespacecom_1_1microsoft_1_1z3.html&#34;&gt;Z3 Java API Reference&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Python bindings:&lt;/strong&gt; &lt;a href=&#34;https://pypi.org/project/z3-solver/&#34;&gt;z3-solver PyPI package&lt;/a&gt; (&lt;a href=&#34;https://z3prover.github.io/api/html/z3.html&#34;&gt;Documentation&lt;/a&gt;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Rust bindings:&lt;/strong&gt; &lt;a href=&#34;https://crates.io/crates/z3&#34;&gt;z3 crate on crates.io&lt;/a&gt;&lt;/li&gt;&#xA;&lt;/ul&gt;</description>
</item>
</channel>