From fd63249e990430f44a1c555996b353fbfc3c5388 Mon Sep 17 00:00:00 2001 From: Landon Taylor Date: Tue, 24 Mar 2026 11:22:42 -0600 Subject: [PATCH] Fix #65 --- tools/prob/modest.md | 2 +- tools/prob/westpa.md | 22 ++++++++++++++++++++++ 2 files changed, 23 insertions(+), 1 deletion(-) create mode 100644 tools/prob/westpa.md diff --git a/tools/prob/modest.md b/tools/prob/modest.md index bd3775d..42d71c3 100644 --- a/tools/prob/modest.md +++ b/tools/prob/modest.md @@ -11,7 +11,7 @@ links = [ applications = ['Probabilistic Model Checker', 'Statistical Model Checker'] developers = ['University of Twente', 'Saarland University'] licenses = ['All Rights Reserved'] -inputs = ['PRISM', 'MRMC'] +inputs = ['PRISM', 'JANI'] interfaces = ['CLI'] maintenance = ['Actively Maintained'] # techniques = ['CDCL'] diff --git a/tools/prob/westpa.md b/tools/prob/westpa.md new file mode 100644 index 0000000..627c4df --- /dev/null +++ b/tools/prob/westpa.md @@ -0,0 +1,22 @@ ++++ +date = 2025-06-07 +draft = false +title = 'WESTPA' +subtitle = 'Weighted Ensemble Toolkit' +links = [ + { title = "Homepage", url = "https://westpa.github.io/westpa/", icon = 'fa-solid fa-home' }, + { title = "Source Code", url = "https://github.com/westpa/westpa", icon = 'fa-solid fa-code' }, + # { title = "Playground", url = "https://cvc5.github.io/app/", icon = 'fa-solid fa-gamepad' } +] +applications = ['Weighted Ensemble'] +developers = ['Drake University', 'University of Pittsburgh'] +licenses = ['MIT'] +inputs = ['WESTPA'] +interfaces = ['CLI'] +maintenance = ['Actively Maintained'] +# techniques = ['CDCL'] +# publications = ['Kwiatkowska2011'] ++++ + + +PRISM is a probabilistic model checker, a tool for formal modelling and analysis of systems that exhibit random or probabilistic behaviour. \ No newline at end of file