-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Supplementary material for Storm Festschrift (#8)
- Loading branch information
Showing
2 changed files
with
28 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
--- | ||
title: Riding the Storm in a Probabilistic Model Checking Landscape | ||
category_weight: 6 | ||
layout: default | ||
categories: [Publications] | ||
--- | ||
|
||
On this page, you can find supplementary material for the paper "[Riding the Storm in a Probabilistic Model Checking Landscape](https://doi.org/10.1007/978-3-031-75775-4_5)". | ||
|
||
For each example, we provide Jupyter notebooks which contain the model(s) and the corresponding analysis. | ||
All notebooks are available in the [stormpyter](https://github.com/moves-rwth/stormpyter) repository in the directory [festschrift_storm](https://github.com/moves-rwth/stormpyter/tree/master/festschrift_storm). | ||
We refer to the [README](https://github.com/moves-rwth/stormpyter/blob/master/festschrift_storm/README.md) for instructions on how to run the Juypter notebooks with Docker. | ||
|
||
|
||
## The Random Chili Peppers | ||
The folder [random_pepper](https://github.com/moves-rwth/stormpyter/tree/master/festschrift_storm/random_pepper) contains the Jupyter notebook and model for the music shuffle example of Section 2. | ||
|
||
## Enjoyable Road Biking | ||
The folder [bikeriding](https://github.com/moves-rwth/stormpyter/tree/master/festschrift_storm/bikeriding) contains the Jupyter notebook and model for the bikeriding example of Section 3. | ||
|
||
## Scouting for Coffee Supply | ||
The folder [coffeescout](https://github.com/moves-rwth/stormpyter/tree/master/festschrift_storm/coffeescout) contains the Jupyter notebook and model for coffee scouting example of Section 4. | ||
|
||
## The Elfstedentocht Problem | ||
The folder [elfstedentocht](https://github.com/moves-rwth/stormpyter/tree/master/festschrift_storm/elfstedentocht) contains the model, analysis script and results for the Elfstedentocht ice skating example of Section 5. |