387 lines
14 KiB
HTML
387 lines
14 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en-us" dir="ltr">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
|
|
<meta name="viewport" content ="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
|
|
<title>Model Checker | Formal Methods Tools</title>
|
|
|
|
|
|
<meta name="keywords" content="Formal Methods Tools">
|
|
<meta property="og:locale" content='en_US'>
|
|
<meta property="og:type" content="article">
|
|
<meta property="og:title" content="Model Checker">
|
|
<meta property="og:description" content="">
|
|
<meta property="og:url" content="https://fmtools.fyi/applications/model-checker/">
|
|
<meta property="og:image" content="images/%!s(<nil>)">
|
|
<link rel="canonical" href="https://fmtools.fyi/applications/model-checker/">
|
|
|
|
<link rel="apple-touch-icon" sizes="180x180" href='https://fmtools.fyi/apple-touch-icon.png'>
|
|
<link rel="icon" type="image/png" sizes="32x32" href='https://fmtools.fyi/favicon-32x32.png'>
|
|
<link rel="icon" type="image/png" sizes='16x16' href='https://fmtools.fyi/favicon-16x16.png'>
|
|
<link rel="manifest" href='https://fmtools.fyi/site.webmanifest'>
|
|
|
|
<link rel="stylesheet" href="https://fmtools.fyi/css/styles.256b9fe8f59dcf5eb078f26c8dc26801592eb04b43e5058d5f9b04c2e0e84222d42ff62b207f47e15481a1a1ba359192edeb7bfaac990e44713f5f67852c758f.css" integrity="sha512-JWuf6PWdz16wePJsjcJoAVkusEtD5QWNX5sEwuDoQiLUL/YrIH9H4VSBoaG6NZGS7et7+qyZDkRxP19nhSx1jw==">
|
|
|
|
<link href="/css/fontawesome.css" rel="stylesheet" />
|
|
<link href="/css/brands.css" rel="stylesheet" />
|
|
<link href="/css/solid.css" rel="stylesheet" />
|
|
|
|
<link rel="apple-touch-icon" sizes="57x57" href="/apple-icon-57x57.png">
|
|
<link rel="apple-touch-icon" sizes="60x60" href="/apple-icon-60x60.png">
|
|
<link rel="apple-touch-icon" sizes="72x72" href="/apple-icon-72x72.png">
|
|
<link rel="apple-touch-icon" sizes="76x76" href="/apple-icon-76x76.png">
|
|
<link rel="apple-touch-icon" sizes="114x114" href="/apple-icon-114x114.png">
|
|
<link rel="apple-touch-icon" sizes="120x120" href="/apple-icon-120x120.png">
|
|
<link rel="apple-touch-icon" sizes="144x144" href="/apple-icon-144x144.png">
|
|
<link rel="apple-touch-icon" sizes="152x152" href="/apple-icon-152x152.png">
|
|
<link rel="apple-touch-icon" sizes="180x180" href="/apple-icon-180x180.png">
|
|
<link rel="icon" type="image/png" sizes="192x192" href="/android-icon-192x192.png">
|
|
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
|
|
<link rel="icon" type="image/png" sizes="96x96" href="/favicon-96x96.png">
|
|
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
|
|
<link rel="manifest" href="/manifest.json">
|
|
<meta name="msapplication-TileColor" content="#ffffff">
|
|
<meta name="msapplication-TileImage" content="/ms-icon-144x144.png">
|
|
<meta name="theme-color" content="#ffffff">
|
|
|
|
|
|
|
|
|
|
|
|
</head>
|
|
<body>
|
|
|
|
<div class="banner">
|
|
<span class="banner-text">
|
|
🚧 This site is a work in progress. Don’t be shy to submit an <a href="https://gitmoss.fyi/fmtools/content/issues/new/choose" target="_blank" >issue</a> or <a href="https://gitmoss.fyi/fmtools/content/fork" target="_blank" >pull request</a> 🚧
|
|
</span>
|
|
</div>
|
|
|
|
|
|
<header>
|
|
<h1><a href="/">Formal Methods Tools</a></h1>
|
|
|
|
<nav>
|
|
<ul>
|
|
<li>
|
|
<a href="/tools/">Tools</a>
|
|
</li>
|
|
<li>
|
|
<a href="/taxonomies/">Data</a>
|
|
</li>
|
|
<li>
|
|
<a href="/about/">About</a>
|
|
</li>
|
|
</ul>
|
|
</nav>
|
|
|
|
|
|
</header>
|
|
<main>
|
|
|
|
<h1>
|
|
|
|
|
|
|
|
|
|
|
|
<span
|
|
class="term-title"
|
|
style="background:rgba(74,58,26,0.4)">
|
|
Model Checker
|
|
</span>
|
|
</h1>
|
|
|
|
<section id="tools-list">
|
|
<table id="taxonomy-table">
|
|
<thead>
|
|
<tr>
|
|
<th>Tool</th>
|
|
|
|
<th>Description</th>
|
|
|
|
</tr>
|
|
</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\/cadp\/'" style="cursor:pointer;">
|
|
<td class="tool"><a href="/tools/mc/cadp/">CADP</a></td>
|
|
<td class="description"> [ Closed-Source Tool ] CADP (“Construction and Analysis of Distributed …</td>
|
|
|
|
|
|
|
|
</tr>
|
|
|
|
<tr onclick="window.location='\/tools\/mc\/cgaal\/'" style="cursor:pointer;">
|
|
<td class="tool"><a href="/tools/mc/cgaal/">CGAAL</a></td>
|
|
<td class="description">CGAAL is a model checker of alternating-time temporal logic (ATL) properties on concurrent game …</td>
|
|
|
|
|
|
|
|
</tr>
|
|
|
|
<tr onclick="window.location='\/tools\/mc\/concuerror\/'" style="cursor:pointer;">
|
|
<td class="tool"><a href="/tools/mc/concuerror/">Concuerror</a></td>
|
|
<td class="description">Concuerror is a stateless model checking tool for Erlang programs.
|
|
</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\/mc\/dscheck\/'" style="cursor:pointer;">
|
|
<td class="tool"><a href="/tools/mc/dscheck/">DSCheck</a></td>
|
|
<td class="description">DSCheck is an experimental model checker for testing concurrent OCaml programs.
|
|
</td>
|
|
|
|
|
|
|
|
</tr>
|
|
|
|
<tr onclick="window.location='\/tools\/mc\/eldarica\/'" style="cursor:pointer;">
|
|
<td class="tool"><a href="/tools/mc/eldarica/">Eldarica</a></td>
|
|
<td class="description">Eldarica is a model checker for Horn clauses, Numerical Transition Systems, and software programs.
|
|
</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\/mc\/geyser\/'" style="cursor:pointer;">
|
|
<td class="tool"><a href="/tools/mc/geyser/">Geyser</a></td>
|
|
<td class="description">Geyser is a simple symbolic model checker for propositional transition system systems.
|
|
</td>
|
|
|
|
|
|
|
|
</tr>
|
|
|
|
<tr onclick="window.location='\/tools\/mc\/imspin\/'" style="cursor:pointer;">
|
|
<td class="tool"><a href="/tools/mc/imspin/">ImSpin</a></td>
|
|
<td class="description">ImSpin is a frontend for the SPIN model checker, providing an environment for users engaged in model …</td>
|
|
|
|
|
|
|
|
</tr>
|
|
|
|
<tr onclick="window.location='\/tools\/mc\/intrepyd\/'" style="cursor:pointer;">
|
|
<td class="tool"><a href="/tools/mc/intrepyd/">Intrepyd</a></td>
|
|
<td class="description"> [ Not Maintained Since 2021 ] Intrepyd is a python module that provides a simulator and a model …</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\/mc\/ltsa\/'" style="cursor:pointer;">
|
|
<td class="tool"><a href="/tools/mc/ltsa/">LTSA</a></td>
|
|
<td class="description"> [ Not Maintained Since 2018 ] LTSA is a verification tool for concurrent systems. It mechanically …</td>
|
|
|
|
|
|
|
|
</tr>
|
|
|
|
<tr onclick="window.location='\/tools\/mc\/ltsmin\/'" style="cursor:pointer;">
|
|
<td class="tool"><a href="/tools/mc/ltsmin/">LTSmin</a></td>
|
|
<td class="description">LTSmin started out as a generic toolset for manipulating labelled transition systems. Meanwhile the …</td>
|
|
|
|
|
|
|
|
</tr>
|
|
|
|
<tr onclick="window.location='\/tools\/mc\/mcltlrs\/'" style="cursor:pointer;">
|
|
<td class="tool"><a href="/tools/mc/mcltlrs/">mcltl-rs</a></td>
|
|
<td class="description"> [ Not Maintained Since 2020 ] mcltl-rs is an experimental model checker for LTL written in Rust.
|
|
</td>
|
|
|
|
|
|
|
|
</tr>
|
|
|
|
<tr onclick="window.location='\/tools\/mc\/mcrl2\/'" style="cursor:pointer;">
|
|
<td class="tool"><a href="/tools/mc/mcrl2/">mCRL2</a></td>
|
|
<td class="description">mCRL2 is a formal specification language with an associated toolset. The toolset can be used for …</td>
|
|
|
|
|
|
|
|
</tr>
|
|
|
|
<tr onclick="window.location='\/tools\/mc\/mercury\/'" style="cursor:pointer;">
|
|
<td class="tool"><a href="/tools/mc/mercury/">Mercury</a></td>
|
|
<td class="description"> [ Not Maintained Since 2020 ] Mercury is a Model Checker developed for multicore, multiprocessors …</td>
|
|
|
|
|
|
|
|
</tr>
|
|
|
|
<tr onclick="window.location='\/tools\/mc\/munta\/'" style="cursor:pointer;">
|
|
<td class="tool"><a href="/tools/mc/munta/">MUNTA</a></td>
|
|
<td class="description"> [ Not Maintained Since 2020 ] MUNTA is a model checker for the popular realtime systems modeling …</td>
|
|
|
|
|
|
|
|
</tr>
|
|
|
|
<tr onclick="window.location='\/tools\/mc\/nusmv\/'" style="cursor:pointer;">
|
|
<td class="tool"><a href="/tools/mc/nusmv/">NuSMV</a></td>
|
|
<td class="description">NuSMV is a symbolic model checker.
|
|
</td>
|
|
|
|
|
|
|
|
</tr>
|
|
|
|
<tr onclick="window.location='\/tools\/mc\/nuxmv\/'" style="cursor:pointer;">
|
|
<td class="tool"><a href="/tools/mc/nuxmv/">NuXMV</a></td>
|
|
<td class="description"> [ Closed-Source Tool ] nuXmv is a symbolic model checker for the analysis of synchronous …</td>
|
|
|
|
|
|
|
|
</tr>
|
|
|
|
<tr onclick="window.location='\/tools\/mc\/pnmc\/'" style="cursor:pointer;">
|
|
<td class="tool"><a href="/tools/mc/pnmc/">Pnmc</a></td>
|
|
<td class="description">Pnmc is a symbolic model checker for Petri nets.
|
|
</td>
|
|
|
|
|
|
|
|
</tr>
|
|
|
|
<tr onclick="window.location='\/tools\/mc\/pypl\/'" style="cursor:pointer;">
|
|
<td class="tool"><a href="/tools/mc/pypl/">pyPL</a></td>
|
|
<td class="description">pyPL is a naive model generator, model checker and theorem prover.
|
|
</td>
|
|
|
|
|
|
|
|
</tr>
|
|
|
|
<tr onclick="window.location='\/tools\/mc\/romeo\/'" style="cursor:pointer;">
|
|
<td class="tool"><a href="/tools/mc/romeo/">Roméo</a></td>
|
|
<td class="description">Romeo allows the modelling of complex systems using extensions of time Petri nets.
|
|
</td>
|
|
|
|
|
|
|
|
</tr>
|
|
|
|
<tr onclick="window.location='\/tools\/mc\/rumur\/'" style="cursor:pointer;">
|
|
<td class="tool"><a href="/tools/mc/rumur/">Rumur</a></td>
|
|
<td class="description">Rumur is a model checker.
|
|
</td>
|
|
|
|
|
|
|
|
</tr>
|
|
|
|
<tr onclick="window.location='\/tools\/mc\/sally\/'" style="cursor:pointer;">
|
|
<td class="tool"><a href="/tools/mc/sally/">Sally</a></td>
|
|
<td class="description">Sally is a model checker for infinite state systems described as transition systems.
|
|
</td>
|
|
|
|
|
|
|
|
</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\/mc\/spin\/'" style="cursor:pointer;">
|
|
<td class="tool"><a href="/tools/mc/spin/">Spin</a></td>
|
|
<td class="description">Spin is a model checker for multi-threaded software.
|
|
</td>
|
|
|
|
|
|
|
|
</tr>
|
|
|
|
<tr onclick="window.location='\/tools\/mc\/stateright\/'" style="cursor:pointer;">
|
|
<td class="tool"><a href="/tools/mc/stateright/">stateright</a></td>
|
|
<td class="description">stateright is a Rust library for model checking systems, with an emphasis on distributed systems.
|
|
</td>
|
|
|
|
|
|
|
|
</tr>
|
|
|
|
<tr onclick="window.location='\/tools\/mc\/tapaal\/'" style="cursor:pointer;">
|
|
<td class="tool"><a href="/tools/mc/tapaal/">TAPAAL</a></td>
|
|
<td class="description">TAPAAL is a tool for verification of timed-arc petri nets
|
|
</td>
|
|
|
|
|
|
|
|
</tr>
|
|
|
|
<tr onclick="window.location='\/tools\/mc\/timesolver\/'" style="cursor:pointer;">
|
|
<td class="tool"><a href="/tools/mc/timesolver/">TimeSolver</a></td>
|
|
<td class="description"> [ Not Maintained Since 2019 ] TimeSolver is a Model Checker for timed automata that uses pes …</td>
|
|
|
|
|
|
|
|
</tr>
|
|
|
|
<tr onclick="window.location='\/tools\/mc\/uppaal\/'" style="cursor:pointer;">
|
|
<td class="tool"><a href="/tools/mc/uppaal/">Uppaal</a></td>
|
|
<td class="description"> [ Closed-Source Tool ] Uppaal is an integrated tool environment for modeling, validation and …</td>
|
|
|
|
|
|
|
|
</tr>
|
|
|
|
</tbody>
|
|
</table>
|
|
|
|
</main>
|
|
<footer>
|
|
<p><a href="/contribute">Contribute</a> | <a href="/about">About</a> | <a href="/license">License</a> | <a href="/privacy">Privacy</a> </p>
|
|
|
|
|
|
<p>© Copyright 2025. An open-source project.</p>
|
|
|
|
</footer>
|
|
</body>
|
|
</html>
|