23 lines
752 B
Markdown
23 lines
752 B
Markdown
+++
|
|
date = 2025-06-07
|
|
draft = false
|
|
title = 'mcltl-rs'
|
|
subtitle = 'Model Checker'
|
|
links = [
|
|
# { title = "Homepage", url = "https://nuxmv.fbk.eu/", icon = 'fa-solid fa-home' },
|
|
{ title = "Source Code", url = "https://github.com/NotBad4U/mcltl-rs", icon = 'fa-brands fa-github' },
|
|
# { title = "Playground", url = "https://cvc5.github.io/app/", icon = 'fa-solid fa-gamepad' }
|
|
]
|
|
applications = ['Model Checker']
|
|
# developers = ['Fondazione Bruno Kessler']
|
|
# licenses = ['All Rights Reserved']
|
|
# inputs = ['Sally']
|
|
# interfaces = ['CLI']
|
|
maintenance = ['Not Maintained']
|
|
# techniques = ['CDCL']
|
|
# publications = ['']
|
|
+++
|
|
|
|
{{<inactive year="2020">}}
|
|
<!-- {{<closed-source>}} -->
|
|
mcltl-rs is an experimental model checker for LTL written in Rust. |