From 0c38415d66ee968238ed367259e5660b720a17f1 Mon Sep 17 00:00:00 2001 From: Landon Taylor Date: Mon, 23 Jun 2025 14:03:48 -0600 Subject: [PATCH] Fix #9 --- tools/prob/caesar.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 tools/prob/caesar.md diff --git a/tools/prob/caesar.md b/tools/prob/caesar.md new file mode 100644 index 0000000..f514811 --- /dev/null +++ b/tools/prob/caesar.md @@ -0,0 +1,22 @@ ++++ +date = 2025-06-07 +draft = false +title = 'Caesar' +subtitle = 'Probabilistic Program Prover' +links = [ + { title = "Homepage", url = "https://www.caesarverifier.org/", icon = 'fa-solid fa-home' }, + { title = "Source Code", url = "https://github.com/moves-rwth/caesar", icon = 'fa-brands fa-github' }, + # { title = "Playground", url = "https://cvc5.github.io/app/", icon = 'fa-solid fa-gamepad' } +] +applications = ['Probabilistic Program Prover'] +developers = ['RWTH Aachen'] +licenses = ['MIT'] +inputs = ['HeyVL'] +interfaces = ['CLI', 'VSCode'] +maintenance = ['Actively Maintained'] +# techniques = ['CDCL'] +# publications = ['Hensel2022'] ++++ + + +Storm is a tool for the analysis of systems involving random or probabilistic phenomena. \ No newline at end of file