22 lines
848 B
Markdown
22 lines
848 B
Markdown
+++
|
|
date = 2025-06-07
|
|
draft = false
|
|
title = 'PRISM'
|
|
subtitle = 'Probabilistic Model Checker'
|
|
links = [
|
|
{ title = "Homepage", url = "https://prismmodelchecker.org/", icon = 'fa-solid fa-home' },
|
|
{ title = "Source Code", url = "https://github.com/prismmodelchecker/prism", icon = 'fa-brands fa-github' },
|
|
# { title = "Playground", url = "https://cvc5.github.io/app/", icon = 'fa-solid fa-gamepad' }
|
|
]
|
|
applications = ['Probabilistic Model Checker']
|
|
developers = ['Oxford University']
|
|
licenses = ['GPLv2']
|
|
inputs = ['PRISM', 'MRMC']
|
|
interfaces = ['CLI', 'Java']
|
|
maintenance = ['Actively Maintained']
|
|
# techniques = ['CDCL']
|
|
publications = ['Kwiatkowska2011']
|
|
+++
|
|
|
|
<!-- {{<inactive year="2023">}} -->
|
|
PRISM is a probabilistic model checker, a tool for formal modelling and analysis of systems that exhibit random or probabilistic behaviour. |