Add some tools and categories

This commit is contained in:
2025-06-13 13:09:14 -06:00
parent ef7e26d248
commit 224a339a38
11 changed files with 109 additions and 31 deletions

22
tools/prob/stamina.md Normal file
View File

@@ -0,0 +1,22 @@
+++
date = 2025-06-07
draft = false
title = 'STAMINA'
subtitle = 'Probabilistic Model Checker'
links = [
{ title = "Homepage", url = "https://staminachecker.org/", icon = 'fa-solid fa-home' },
{ title = "Source Code", url = "https://staminachecker.org/source.html", icon = 'fa-brands fa-github' },
{ title = "Playground", url = "https://staminachecker.org/run.html", icon = 'fa-solid fa-gamepad' }
]
applications = ['Probabilistic Model Checker']
developers = ['Utah State University']
licenses = ['MIT', 'GPLv3']
inputs = ['PRISM']
interfaces = ['CLI', 'Online']
maintenance = ['Actively Maintained']
# techniques = ['CDCL']
publications = ['Jeppson2023']
+++
<!-- {{<inactive year="2023">}} -->
A state-space truncation tool for Markov-Chains that can analyze infinite-sized models. Intefaces with either [Storm](../storm) or [PRISM](../prism).