21 lines
692 B
Markdown
21 lines
692 B
Markdown
+++
|
|
date = 2025-06-07
|
|
draft = false
|
|
title = 'Concuerror'
|
|
subtitle = 'Model Checker'
|
|
links = [
|
|
{ title = "Homepage", url = "http://parapluu.github.io/Concuerror", icon = 'fa-solid fa-home' },
|
|
{ title = "Source Code", url = "https://github.com/parapluu/Concuerror", icon = 'fa-brands fa-github' },
|
|
# { title = "Playground", url = "https://cvc5.github.io/app/", icon = 'fa-solid fa-gamepad' }
|
|
]
|
|
applications = ['Model Checker']
|
|
developers = ['Uppsala University']
|
|
licenses = ['BSD']
|
|
# inputs = ['Sally']
|
|
# interfaces = ['CLI']
|
|
maintenance = ['Actively Maintained']
|
|
# techniques = ['CDCL']
|
|
# publications = ['']
|
|
+++
|
|
|
|
Concuerror is a stateless model checking tool for Erlang programs. |