rebuild after many tool additions
This commit is contained in:
@@ -107,6 +107,22 @@
|
||||
</thead>
|
||||
<tbody>
|
||||
|
||||
<tr onclick="window.location='\/tools\/mc\/esbmc\/'" style="cursor:pointer;">
|
||||
<td class="tool"><a href="/tools/mc/esbmc/">ESBMC</a></td>
|
||||
<td class="description">ESBMC is a context-bounded model checker based on satisfiability modulo theories for verifying …</td>
|
||||
|
||||
|
||||
|
||||
</tr>
|
||||
|
||||
<tr onclick="window.location='\/tools\/mc\/imitator\/'" style="cursor:pointer;">
|
||||
<td class="tool"><a href="/tools/mc/imitator/">IMITATOR</a></td>
|
||||
<td class="description">IMITATOR is a parametric timed model checker taking as input extensions of parametric timed …</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>
|
||||
@@ -121,6 +137,14 @@
|
||||
|
||||
|
||||
|
||||
</tr>
|
||||
|
||||
<tr onclick="window.location='\/tools\/mc\/smpt\/'" style="cursor:pointer;">
|
||||
<td class="tool"><a href="/tools/mc/smpt/">SM(P/)T</a></td>
|
||||
<td class="description">SMPT is a SMT-based model checker for Petri nets focused on reachability problems that takes …</td>
|
||||
|
||||
|
||||
|
||||
</tr>
|
||||
|
||||
<tr onclick="window.location='\/tools\/sat-smt\/smtinterpol\/'" style="cursor:pointer;">
|
||||
@@ -130,6 +154,14 @@ APIs and …</td>
|
||||
|
||||
|
||||
|
||||
</tr>
|
||||
|
||||
<tr onclick="window.location='\/tools\/mc\/spaceex\/'" style="cursor:pointer;">
|
||||
<td class="tool"><a href="/tools/mc/spaceex/">SpaceEx</a></td>
|
||||
<td class="description">The SpaceEx tool platform is designed to facilitate the implementation of algorithms related to …</td>
|
||||
|
||||
|
||||
|
||||
</tr>
|
||||
|
||||
<tr onclick="window.location='\/tools\/prob\/stamina\/'" style="cursor:pointer;">
|
||||
|
@@ -8,6 +8,20 @@
|
||||
<language>en-us</language>
|
||||
<lastBuildDate>Sat, 07 Jun 2025 00:00:00 +0000</lastBuildDate>
|
||||
<atom:link href="https://fmtools.fyi/licenses/gplv3/index.xml" rel="self" type="application/rss+xml" />
|
||||
<item>
|
||||
<title>ESBMC</title>
|
||||
<link>https://fmtools.fyi/tools/mc/esbmc/</link>
|
||||
<pubDate>Sat, 07 Jun 2025 00:00:00 +0000</pubDate>
|
||||
<guid>https://fmtools.fyi/tools/mc/esbmc/</guid>
|
||||
<description><p>ESBMC is a context-bounded model checker based on satisfiability modulo theories for verifying single- and multi-threaded C/C++ programs.</p></description>
|
||||
</item>
|
||||
<item>
|
||||
<title>IMITATOR</title>
|
||||
<link>https://fmtools.fyi/tools/mc/imitator/</link>
|
||||
<pubDate>Sat, 07 Jun 2025 00:00:00 +0000</pubDate>
|
||||
<guid>https://fmtools.fyi/tools/mc/imitator/</guid>
|
||||
<description><p>IMITATOR is a parametric timed model checker taking as input extensions of parametric timed automata, and synthesizing parameter valuations for safety properties and more.</p></description>
|
||||
</item>
|
||||
<item>
|
||||
<title>OpenSMT</title>
|
||||
<link>https://fmtools.fyi/tools/sat-smt/opensmt/</link>
|
||||
@@ -22,6 +36,13 @@
|
||||
<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>
|
||||
<item>
|
||||
<title>SM(P/)T</title>
|
||||
<link>https://fmtools.fyi/tools/mc/smpt/</link>
|
||||
<pubDate>Sat, 07 Jun 2025 00:00:00 +0000</pubDate>
|
||||
<guid>https://fmtools.fyi/tools/mc/smpt/</guid>
|
||||
<description><p>SMPT is a SMT-based model checker for Petri nets focused on reachability problems that takes advantage of net reductions (polyhedral reductions).</p></description>
|
||||
</item>
|
||||
<item>
|
||||
<title>SMTInterpol</title>
|
||||
<link>https://fmtools.fyi/tools/sat-smt/smtinterpol/</link>
|
||||
@@ -29,6 +50,13 @@
|
||||
<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>
|
||||
<item>
|
||||
<title>SpaceEx</title>
|
||||
<link>https://fmtools.fyi/tools/mc/spaceex/</link>
|
||||
<pubDate>Sat, 07 Jun 2025 00:00:00 +0000</pubDate>
|
||||
<guid>https://fmtools.fyi/tools/mc/spaceex/</guid>
|
||||
<description><p>The SpaceEx tool platform is designed to facilitate the implementation of algorithms related to reachability and safety verification in continuous and hybrid systems.</p></description>
|
||||
</item>
|
||||
<item>
|
||||
<title>STAMINA</title>
|
||||
<link>https://fmtools.fyi/tools/prob/stamina/</link>
|
||||
|
Reference in New Issue
Block a user