public/tools/prob/prism/index.html
2025-06-13 15:05:38 -06:00

466 lines
9.4 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>PRISM | 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="PRISM">
<meta property="og:description" content="PRISM is a probabilistic model checker, a tool for formal modelling and analysis of systems that exhibit random or probabilistic behaviour.">
<meta property="og:url" content="https://fmtools.fyi/tools/prob/prism/">
<meta property="og:image" content="images/%!s(&lt;nil&gt;)">
<link rel="canonical" href="https://fmtools.fyi/tools/prob/prism/">
<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&#43;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">
&#x1f6a7; This site is a work in progress. Don&rsquo;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> &#x1f6a7;
</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>
<div id="page-header">
<h1>PRISM</h1>
<span class="subtitle">Probabilistic Model Checker</span>
<div id="link-list">
<ul>
<li><a href="https://prismmodelchecker.org/" target="_blank" rel="noopener"><i class="fa-solid fa-home"></i>&nbsp;&nbsp;Homepage</a></li>
<li><a href="https://github.com/prismmodelchecker/prism" target="_blank" rel="noopener"><i class="fa-brands fa-github"></i>&nbsp;&nbsp;Source Code</a></li>
</ul>
</div>
</div>
<section id="taxonomies">
<h2>At a Glance</h2>
<table id="taxonomy-table">
<tbody>
<tr>
<td>
<a
class="taxonomy-name"
href="/applications">
Applications
</a>
</td>
<td>
<a
class="term-link"
id="applications_probabilistic-model-checker"
style="background:rgba(232,228,128,0.4)"
href="/applications/probabilistic-model-checker">
Probabilistic Model Checker
</a>
</td>
</tr>
<tr>
<td>
<a
class="taxonomy-name"
href="/developers">
Developers
</a>
</td>
<td>
<a
class="term-link"
id="developers_oxford-university"
style="background:rgba(171,67,235,0.4)"
href="/developers/oxford-university">
Oxford University
</a>
</td>
</tr>
<tr>
<td>
<a
class="taxonomy-name"
href="/inputs">
Inputs
</a>
</td>
<td>
<a
class="term-link"
id="inputs_mrmc"
style="background:rgba(87,205,92,0.4)"
href="/inputs/mrmc">
MRMC
</a>
<a
class="term-link"
id="inputs_prism"
style="background:rgba(37,96,141,0.4)"
href="/inputs/prism">
PRISM
</a>
</td>
</tr>
<tr>
<td>
<a
class="taxonomy-name"
href="/interfaces">
Interfaces
</a>
</td>
<td>
<a
class="term-link"
id="interfaces_cli"
style="background:rgba(145,175,87,0.4)"
href="/interfaces/cli">
CLI
</a>
<a
class="term-link"
id="interfaces_java"
style="background:rgba(213,35,135,0.4)"
href="/interfaces/java">
Java
</a>
</td>
</tr>
<tr>
<td>
<a
class="taxonomy-name"
href="/licenses">
Licenses
</a>
</td>
<td>
<a
class="term-link"
id="licenses_gplv2"
style="background:rgba(220,234,19,0.4)"
href="/licenses/gplv2">
GPLv2
</a>
</td>
</tr>
<tr>
<td>
<a
class="taxonomy-name"
href="/maintenance">
Maintenance
</a>
</td>
<td>
<a
class="term-link"
id="maintenance_actively-maintained"
style="background:rgba(177,86,105,0.4)"
href="/maintenance/actively-maintained">
Actively Maintained
</a>
</td>
</tr>
</tbody>
</table>
</section>
<section>
<h2>Description</h2>
<p>PRISM is a probabilistic model checker, a tool for formal modelling and analysis of systems that exhibit random or probabilistic behaviour.</p>
</section>
<section id="publications">
<h2>Publications</h2>
<ul>
<li>
<strong>PRISM 4.0: Verification of Probabilistic Real-time Systems</strong>
(2011)
by Kwiatkowska, Marta et. al.
| Appears in <em>CAV 2011</em>
(585-591)
| Volume 6806
| Published by Springer
| <a href="https://doi.org/10.1007/978-3-642-22110-1_47" target="_blank" rel="noopener">10.1007/978-3-642-22110-1_47</a>
</li>
</ul>
</section>
<div class="time" style="display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap;">
<div class="footer-links" style="text-align: left;">
Help improve this page!<br/>
Submit an
<a href="https://gitmoss.fyi/fmtools/content/issues/new?template=.gitea%2fissue_template%2ffix_tool.md&title=[FIX]%20PRISM" target="_blank">issue</a> or
<a href="https://gitmoss.fyi/fmtools/content/fork" target="_blank">pull request</a>.
</div>
<div class="footer-date" style="text-align: right;">
Updated <time datetime="2025-06-07T00:00:00&#43;00:00">7 June 2025</time>
</div>
</div>
</main>
<footer>
<p><a href="/contribute">Contribute</a> &nbsp;|&nbsp; <a href="/about">About</a> &nbsp;|&nbsp; <a href="/license">License</a> &nbsp;|&nbsp; <a href="/privacy">Privacy</a> </p>
<p>&copy; Copyright 2025. An open-source project.</p>
</footer>
</body>
</html>