Close #23
This commit is contained in:
@@ -1,21 +1,16 @@
|
||||
+++
|
||||
date = 2025-06-07
|
||||
draft = false
|
||||
title = 'Geyser'
|
||||
subtitle = 'Model Checker'
|
||||
links = [
|
||||
# { title = "Homepage", url = "https://mcrl2.org", icon = 'fa-solid fa-home' },
|
||||
{ title = "Source Code", url = "https://github.com/JakubSarnik/geyser", icon = 'fa-solid fa-code' },
|
||||
# { title = "Playground", url = "https://cvc5.github.io/app/", icon = 'fa-solid fa-gamepad' }
|
||||
subtitle = 'Reachability Analysis'
|
||||
links = [ { title = "Source Code", url = "https://github.com/JakubSarnik/geyser", icon = 'fa-solid fa-code' },
|
||||
]
|
||||
applications = ['Model Checker']
|
||||
# developers = ['Eindhoven University of Technology']
|
||||
licenses = ['MIT']
|
||||
# inputs = ['Sally']
|
||||
# interfaces = ['CLI']
|
||||
maintenance = ['Actively Maintained']
|
||||
techniques = ['PDR', 'CAR']
|
||||
# publications = ['']
|
||||
applications = ["Model Checker"]
|
||||
developers = []
|
||||
licenses = ["MIT"]
|
||||
inputs = []
|
||||
interfaces = ["CLI"]
|
||||
maintenance = ["Actively Maintained"]
|
||||
draft = false
|
||||
date = 2025-08-22
|
||||
+++
|
||||
|
||||
Geyser is a simple symbolic model checker for propositional transition system systems.
|
||||
Simple implementation of PDR and CAR model checking algorithms
|
Reference in New Issue
Block a user