20 lines
2.0 KiB
XML
20 lines
2.0 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>http://localhost:1313/languages/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="http://localhost:1313/languages/c++/index.xml" rel="self" type="application/rss+xml" />
|
|
<item>
|
|
<title>Z3</title>
|
|
<link>http://localhost:1313/tools/z3/</link>
|
|
<pubDate>Fri, 02 Feb 2024 04:14:54 -0800</pubDate>
|
|
<guid>http://localhost:1313/tools/z3/</guid>
|
|
<description><p>Z3 is a high-performance SMT solver and theorem prover developed by Microsoft Research. It is widely used for checking the satisfiability of logical formulas over various theories, including arithmetic, bit-vectors, arrays, and uninterpreted functions. Z3 supports the SMT-LIB standard and provides APIs for several programming languages, making it suitable for integration into formal verification, program analysis, and constraint solving tools.</p>
<h3 id="features">Features</h3>
<ul>
<li><strong>SMT Solver:</strong> Supports a wide range of theories and quantifiers.</li>
<li><strong>Multi-language APIs:</strong> Python, C++, Java, .NET, and more.</li>
<li><strong>Cross-platform:</strong> Available on Windows, Linux, and macOS.</li>
<li><strong>Active development:</strong> Open source and maintained by Microsoft Research.</li>
<li><strong>Web Playground:</strong> Try Z3 online at <a href="https://rise4fun.com/z3">Rise4Fun</a>.</li>
</ul></description>
|
|
</item>
|
|
</channel>
|
|
</rss>
|