Add some tools and categories
This commit is contained in:
10
tools/mc/_index.md
Normal file
10
tools/mc/_index.md
Normal file
@@ -0,0 +1,10 @@
|
||||
+++
|
||||
title = "Model Checking Tools"
|
||||
layout = "section"
|
||||
+++
|
||||
|
||||
This page lists all of the model checking tools on this site in alphabetical order.
|
||||
Click a tool name in the first column to view tool details.
|
||||
Click a colorful item in the second column to view all the tools for which that term applies.
|
||||
Item colors mean nothing and are intended to make it easy to skim the page.
|
||||
Colors are generated by hashing each term's name and converting it to RGB color values.
|
24
tools/mc/sally.md
Normal file
24
tools/mc/sally.md
Normal file
@@ -0,0 +1,24 @@
|
||||
+++
|
||||
date = 2025-06-07
|
||||
draft = false
|
||||
title = 'Sally'
|
||||
subtitle = 'Probabilistic Model Checker'
|
||||
links = [
|
||||
{ title = "Homepage", url = "http://sri-csl.github.io/sally/", icon = 'fa-solid fa-home' },
|
||||
{ title = "Source Code", url = "https://github.com/SRI-CSL/sally", icon = 'fa-brands fa-github' },
|
||||
# { title = "Playground", url = "https://cvc5.github.io/app/", icon = 'fa-solid fa-gamepad' }
|
||||
]
|
||||
applications = ['Model Checker']
|
||||
developers = ['SRI International']
|
||||
licenses = ['GPLv2']
|
||||
inputs = ['Sally']
|
||||
interfaces = ['CLI']
|
||||
maintenance = ['Actively Maintained']
|
||||
# techniques = ['CDCL']
|
||||
# publications = ['']
|
||||
+++
|
||||
|
||||
<!-- {{<inactive year="2023">}} -->
|
||||
|
||||
|
||||
Sally is a model checker for infinite state systems described as transition systems.
|
Reference in New Issue
Block a user