22 lines
752 B
Markdown
22 lines
752 B
Markdown
+++
|
|
date = 2025-06-07
|
|
draft = false
|
|
title = 'TimeSolver'
|
|
subtitle = 'Model Checker'
|
|
links = [
|
|
# { title = "Homepage", url = "https://nuxmv.fbk.eu/", icon = 'fa-solid fa-home' },
|
|
{ title = "Source Code", url = "https://github.com/jkeiren/TimeSolver", 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="2019">}}
|
|
TimeSolver is a Model Checker for timed automata that uses pes (predicate equation systems). |