rebuild after many tool additions
This commit is contained in:
@@ -107,12 +107,71 @@
|
||||
</thead>
|
||||
<tbody>
|
||||
|
||||
<tr onclick="window.location='\/tools\/mc\/blast\/'" style="cursor:pointer;">
|
||||
<td class="tool"><a href="/tools/mc/blast/">BLAST</a></td>
|
||||
<td class="description"> [ Not Maintained Since 2012 ] BLAST (Berkeley Lazy Abstraction Software verification Tool) is a …</td>
|
||||
|
||||
|
||||
|
||||
</tr>
|
||||
|
||||
<tr onclick="window.location='\/tools\/mc\/cpachecker\/'" style="cursor:pointer;">
|
||||
<td class="tool"><a href="/tools/mc/cpachecker/">CPAchecker</a></td>
|
||||
<td class="description"> [ Closed-Source Tool ] CPAchecker is a tool for configurable software verification.
|
||||
</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\/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\/mod\/jani\/'" style="cursor:pointer;">
|
||||
<td class="tool"><a href="/tools/mod/jani/">JANI</a></td>
|
||||
<td class="description">The JANI specification defines the jani-model model interchange format and the jani-interaction tool …</td>
|
||||
|
||||
|
||||
|
||||
</tr>
|
||||
|
||||
<tr onclick="window.location='\/tools\/mc\/kind2\/'" style="cursor:pointer;">
|
||||
<td class="tool"><a href="/tools/mc/kind2/">Kind 2</a></td>
|
||||
<td class="description">Kind 2 is a multi-engine SMT-based automatic model checker for synchronous reactive systems.
|
||||
</td>
|
||||
|
||||
|
||||
|
||||
</tr>
|
||||
|
||||
<tr onclick="window.location='\/tools\/sat-smt\/lean\/'" style="cursor:pointer;">
|
||||
<td class="tool"><a href="/tools/sat-smt/lean/">LEAN</a></td>
|
||||
<td class="description">cvc5 is an automatic theorem prover for SMT problems.
|
||||
</td>
|
||||
|
||||
|
||||
|
||||
</tr>
|
||||
|
||||
<tr onclick="window.location='\/tools\/mod\/momba\/'" style="cursor:pointer;">
|
||||
<td class="tool"><a href="/tools/mod/momba/">Momba</a></td>
|
||||
<td class="description">Momba is a Python framework for dealing with quantitative models centered around the JANI-model …</td>
|
||||
|
||||
|
||||
|
||||
</tr>
|
||||
|
||||
</tbody>
|
||||
|
@@ -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/apache-2.0/index.xml" rel="self" type="application/rss+xml" />
|
||||
<item>
|
||||
<title>BLAST</title>
|
||||
<link>https://fmtools.fyi/tools/mc/blast/</link>
|
||||
<pubDate>Sat, 07 Jun 2025 00:00:00 +0000</pubDate>
|
||||
<guid>https://fmtools.fyi/tools/mc/blast/</guid>
|
||||
<description><p>

<div style="display: flex; align-items: center; gap: 8px;">
 <span style="display: inline-block; width: 12px; height: 12px; border-radius: 50%; background: rgb(240, 85, 85);"></span>
 <span style="display:none">[</span>
 
 <span style="color: rgb(240, 85, 85); font-size: 1rem;">Not Maintained Since 2012</span>
 
 <span style="display:none">]</span>
</div>
BLAST (Berkeley Lazy Abstraction Software verification Tool) is a static software verification tool for C language that solves the reachability problem, i.e. whether a given program location can be reached from an entry point (main function) by a valid execution.</p></description>
|
||||
</item>
|
||||
<item>
|
||||
<title>CPAchecker</title>
|
||||
<link>https://fmtools.fyi/tools/mc/cpachecker/</link>
|
||||
<pubDate>Sat, 07 Jun 2025 00:00:00 +0000</pubDate>
|
||||
<guid>https://fmtools.fyi/tools/mc/cpachecker/</guid>
|
||||
<description><p><div style="display: flex; align-items: center; gap: 8px;">
 <span style="display: inline-block; width: 12px; height: 12px; border-radius: 50%; background: rgb(226, 181, 59);"></span>
 <span style="display:none">[</span>
 <span style="color: rgb(226, 181, 59); font-size: 1rem;">Closed-Source Tool</span>
 <span style="display:none">]&nbsp;</span>
</div>
CPAchecker is a tool for configurable software verification.</p></description>
|
||||
</item>
|
||||
<item>
|
||||
<title>dReal</title>
|
||||
<link>https://fmtools.fyi/tools/sat-smt/dreal/</link>
|
||||
@@ -15,5 +29,40 @@
|
||||
<guid>https://fmtools.fyi/tools/sat-smt/dreal/</guid>
|
||||
<description><p>

<div style="display: flex; align-items: center; gap: 8px;">
 <span style="display: inline-block; width: 12px; height: 12px; border-radius: 50%; background: rgb(240, 85, 85);"></span>
 <span style="display:none">[</span>
 
 <span style="color: rgb(240, 85, 85); font-size: 1rem;">Not Maintained Since 2023</span>
 
 <span style="display:none">]</span>
</div>
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.</p></description>
|
||||
</item>
|
||||
<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>JANI</title>
|
||||
<link>https://fmtools.fyi/tools/mod/jani/</link>
|
||||
<pubDate>Sat, 07 Jun 2025 00:00:00 +0000</pubDate>
|
||||
<guid>https://fmtools.fyi/tools/mod/jani/</guid>
|
||||
<description><p>The JANI specification defines the jani-model model interchange format and the jani-interaction tool interaction and automation protocol.</p></description>
|
||||
</item>
|
||||
<item>
|
||||
<title>Kind 2</title>
|
||||
<link>https://fmtools.fyi/tools/mc/kind2/</link>
|
||||
<pubDate>Sat, 07 Jun 2025 00:00:00 +0000</pubDate>
|
||||
<guid>https://fmtools.fyi/tools/mc/kind2/</guid>
|
||||
<description><p>Kind 2 is a multi-engine SMT-based automatic model checker for synchronous reactive systems.</p></description>
|
||||
</item>
|
||||
<item>
|
||||
<title>LEAN</title>
|
||||
<link>https://fmtools.fyi/tools/sat-smt/lean/</link>
|
||||
<pubDate>Sat, 07 Jun 2025 00:00:00 +0000</pubDate>
|
||||
<guid>https://fmtools.fyi/tools/sat-smt/lean/</guid>
|
||||
<description><p>cvc5 is an automatic theorem prover for SMT problems.</p></description>
|
||||
</item>
|
||||
<item>
|
||||
<title>Momba</title>
|
||||
<link>https://fmtools.fyi/tools/mod/momba/</link>
|
||||
<pubDate>Sat, 07 Jun 2025 00:00:00 +0000</pubDate>
|
||||
<guid>https://fmtools.fyi/tools/mod/momba/</guid>
|
||||
<description><p>Momba is a Python framework for dealing with quantitative models centered around the <a href="../jani" >JANI-model</a> interchange format.</p></description>
|
||||
</item>
|
||||
</channel>
|
||||
</rss>
|
||||
|
Reference in New Issue
Block a user