This commit is contained in:
2025-06-23 13:58:04 -06:00
parent 6ec860fed1
commit 43de28834c
4 changed files with 48 additions and 2 deletions

View File

@@ -1,9 +1,9 @@
+++ +++
title = "Languages" title = "Modeling (Tools and Languages)"
layout = "section" layout = "section"
+++ +++
This page lists all of the languages on this site in alphabetical order. 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 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. 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. Item colors mean nothing and are intended to make it easy to skim the page.

23
tools/mod/jani.md Normal file
View 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
View 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.