22 lines
895 B
Markdown
22 lines
895 B
Markdown
+++
|
|
date = 2025-06-07
|
|
draft = false
|
|
title = 'COMICS'
|
|
subtitle = 'DTMC Counterexample Generator'
|
|
links = [
|
|
{ title = "Homepage", url = "https://ths.rwth-aachen.de/research/tools/comics/", icon = 'fa-solid fa-home' },
|
|
# { title = "Source Code", url = "https://github.com/moves-rwth/storm", icon = 'fa-brands fa-github' },
|
|
# { title = "Playground", url = "https://cvc5.github.io/app/", icon = 'fa-solid fa-gamepad' }
|
|
]
|
|
applications = ['Counterexample Generator']
|
|
developers = ['RWTH Aachen']
|
|
# licenses = ['GPLv3']
|
|
# inputs = ['PRISM', 'JANI', 'PNML', 'GreatSPN', 'Galileo', 'MRMC']
|
|
# interfaces = ['CLI', 'C++', 'Python']
|
|
# maintenance = ['Unknown']
|
|
# techniques = ['CDCL']
|
|
# publications = ['Hensel2022']
|
|
+++
|
|
|
|
<!-- {{<inactive year="2023">}} -->
|
|
COMICS is a stand-alone tool which performs model checking and the generation of counterexamples for discrete-time Markov Chains (DTMCs). |