Fix #7
This commit is contained in:
10
tools/mod/_index.md
Normal file
10
tools/mod/_index.md
Normal file
@@ -0,0 +1,10 @@
|
||||
+++
|
||||
title = "Modeling (Tools and Languages)"
|
||||
layout = "section"
|
||||
+++
|
||||
|
||||
This page lists all of the modeling tools and Languages on this site in alphabetical order.
|
||||
Click a tool name in the first column to view tool details.
|
||||
Click a colorful item in the second column to view all the tools for which that term applies.
|
||||
Item colors mean nothing and are intended to make it easy to skim the page.
|
||||
Colors are generated by hashing each term's name and converting it to RGB color values.
|
23
tools/mod/jani.md
Normal file
23
tools/mod/jani.md
Normal file
@@ -0,0 +1,23 @@
|
||||
+++
|
||||
date = 2025-06-07
|
||||
draft = false
|
||||
title = 'JANI'
|
||||
subtitle = 'Quantitative Modeling Specification'
|
||||
links = [
|
||||
{ title = "Homepage", url = "https://momba.dev/", icon = 'fa-solid fa-home' },
|
||||
{ title = "Source Code", url = "https://github.com/koehlma/momba", icon = 'fa-brands fa-github' },
|
||||
# { title = "Playground", url = "https://cvc5.github.io/app/", icon = 'fa-solid fa-gamepad' }
|
||||
]
|
||||
applications = ['Modeling Language']
|
||||
developers = ['University of Twente', 'RWTH Aachen', 'ISCAS', 'Universidad Nacional de Cordoba']
|
||||
licenses = ['Apache-2.0', 'MIT']
|
||||
# inputs = ['Sally']
|
||||
# interfaces = ['CLI']
|
||||
maintenance = ['Actively Maintained']
|
||||
# techniques = ['CDCL']
|
||||
# publications = ['']
|
||||
+++
|
||||
|
||||
<!-- {{<inactive year="2012">}} -->
|
||||
<!-- {{<closed-source>}} -->
|
||||
The JANI specification defines the jani-model model interchange format and the jani-interaction tool interaction and automation protocol.
|
23
tools/mod/momba.md
Normal file
23
tools/mod/momba.md
Normal file
@@ -0,0 +1,23 @@
|
||||
+++
|
||||
date = 2025-06-07
|
||||
draft = false
|
||||
title = 'Momba'
|
||||
subtitle = 'Quantitative Modeling Framework'
|
||||
links = [
|
||||
{ title = "Homepage", url = "https://momba.dev/", icon = 'fa-solid fa-home' },
|
||||
{ title = "Source Code", url = "https://github.com/koehlma/momba", icon = 'fa-brands fa-github' },
|
||||
# { title = "Playground", url = "https://cvc5.github.io/app/", icon = 'fa-solid fa-gamepad' }
|
||||
]
|
||||
applications = ['Modeling Framework']
|
||||
developers = ['Saarland University']
|
||||
licenses = ['Apache-2.0', 'MIT']
|
||||
# inputs = ['Sally']
|
||||
# interfaces = ['CLI']
|
||||
maintenance = ['Actively Maintained']
|
||||
# techniques = ['CDCL']
|
||||
# publications = ['']
|
||||
+++
|
||||
|
||||
<!-- {{<inactive year="2012">}} -->
|
||||
<!-- {{<closed-source>}} -->
|
||||
Momba is a Python framework for dealing with quantitative models centered around the [JANI-model](../jani) interchange format.
|
23
tools/mod/tlaplus.md
Normal file
23
tools/mod/tlaplus.md
Normal file
@@ -0,0 +1,23 @@
|
||||
+++
|
||||
date = 2025-06-07
|
||||
draft = false
|
||||
title = 'TLA+'
|
||||
subtitle = 'Modeling Language'
|
||||
links = [
|
||||
{ title = "Homepage", url = "https://lamport.azurewebsites.net/tla/tla.html", icon = 'fa-solid fa-home' },
|
||||
# { title = "Source Code", url = "https://github.com/TAPAAL/", icon = 'fa-brands fa-github' },
|
||||
# { title = "Playground", url = "https://cvc5.github.io/app/", icon = 'fa-solid fa-gamepad' }
|
||||
]
|
||||
applications = ['Modeling Language']
|
||||
developers = [' Leslie Lamport']
|
||||
licenses = ['Open Source 3.0', 'BSD', 'GPLv2']
|
||||
# inputs = ['Sally']
|
||||
# interfaces = ['CLI']
|
||||
maintenance = ['Actively Maintained']
|
||||
# techniques = ['CDCL']
|
||||
# publications = ['']
|
||||
+++
|
||||
|
||||
<!-- {{<inactive year="2012">}} -->
|
||||
<!-- {{<closed-source>}} -->
|
||||
TLA+ is a high-level language for modeling programs and systems--especially concurrent and distributed ones.
|
Reference in New Issue
Block a user