This commit is contained in:
2025-06-09 11:45:24 -06:00
parent a87a4dbfbf
commit 3bb73fa9a7
176 changed files with 13421 additions and 12841 deletions

View File

@ -2,18 +2,18 @@
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>Microsoft Research on Formal Methods Tools</title>
<link>http://localhost:1313/developers/microsoft-research/</link>
<link>https://example.org/developers/microsoft-research/</link>
<description>Recent content in Microsoft Research 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/developers/microsoft-research/index.xml" rel="self" type="application/rss+xml" />
<atom:link href="https://example.org/developers/microsoft-research/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>Z3</title>
<link>http://localhost:1313/tools/z3/</link>
<link>https://example.org/tools/z3/</link>
<pubDate>Fri, 02 Feb 2024 04:14:54 -0800</pubDate>
<guid>http://localhost:1313/tools/z3/</guid>
<description>&lt;p&gt;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.&lt;/p&gt;&#xA;&lt;h3 id=&#34;features&#34;&gt;Features&lt;/h3&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;SMT Solver:&lt;/strong&gt; Supports a wide range of theories and quantifiers.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Multi-language APIs:&lt;/strong&gt; Python, C++, Java, .NET, and more.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Cross-platform:&lt;/strong&gt; Available on Windows, Linux, and macOS.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Active development:&lt;/strong&gt; Open source and maintained by Microsoft Research.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Web Playground:&lt;/strong&gt; Try Z3 online at &lt;a href=&#34;https://rise4fun.com/z3&#34;&gt;Rise4Fun&lt;/a&gt;.&lt;/li&gt;&#xA;&lt;/ul&gt;</description>
<guid>https://example.org/tools/z3/</guid>
<description>&lt;p&gt;Z3 is a theorem prover developed by Microsoft Research, widely used for SAT &amp;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.&#xA;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.&lt;/p&gt;&#xA;&lt;h2 id=&#34;apis-and-bindings&#34;&gt;APIs and Bindings&lt;/h2&gt;&#xA;&lt;p&gt;Z3 is available through several interfaces, making it a convenient option to build into a project.&lt;/p&gt;</description>
</item>
</channel>
</rss>