21 lines
699 B
Markdown
21 lines
699 B
Markdown
+++
|
|
date = 2025-06-07
|
|
draft = false
|
|
title = 'DSCheck'
|
|
subtitle = 'Model Checker'
|
|
links = [
|
|
# { title = "Homepage", url = "http://ltsmin.utwente.nl/", icon = 'fa-solid fa-home' },
|
|
{ title = "Source Code", url = "https://github.com/ocaml-multicore/dscheck", icon = 'fa-brands fa-github' },
|
|
# { title = "Playground", url = "https://cvc5.github.io/app/", icon = 'fa-solid fa-gamepad' }
|
|
]
|
|
applications = ['Model Checker']
|
|
developers = ['University of Twente']
|
|
licenses = ['ISC']
|
|
# inputs = ['Sally']
|
|
# interfaces = ['CLI']
|
|
maintenance = ['Actively Maintained']
|
|
# techniques = ['CDCL']
|
|
# publications = ['']
|
|
+++
|
|
|
|
DSCheck is an experimental model checker for testing concurrent OCaml programs. |