20 lines
1.4 KiB
XML
20 lines
1.4 KiB
XML
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
|
|
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
|
<channel>
|
|
<title>C++ on Formal Methods Tools</title>
|
|
<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>Fri, 02 Feb 2024 04:14:54 -0800</lastBuildDate>
|
|
<atom:link href="https://example.org/interfaces/c++/index.xml" rel="self" type="application/rss+xml" />
|
|
<item>
|
|
<title>Z3</title>
|
|
<link>https://example.org/tools/z3/</link>
|
|
<pubDate>Fri, 02 Feb 2024 04:14:54 -0800</pubDate>
|
|
<guid>https://example.org/tools/z3/</guid>
|
|
<description><p>Z3 is a theorem prover developed by Microsoft Research, widely used for SAT &amp; SMT solving and related formal verification tasks. It supports a variety of input languages, including SMT-LIB, and offers APIs for multiple programming languages.
Z3 is open source under the MIT license and is actively maintained, making it a popular choice for research and industrial applications in software and hardware verification.</p>
<h2 id="apis-and-bindings">APIs and Bindings</h2>
<p>Z3 is available through several interfaces, making it a convenient option to build into a project.</p></description>
|
|
</item>
|
|
</channel>
|
|
</rss>
|