You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
36 lines
536 B
36 lines
536 B
**************************************
|
|
Markov automata (MAs)
|
|
**************************************
|
|
|
|
|
|
Background
|
|
=====================
|
|
|
|
... works similar as explained in as in :doc:`building_dtmcs`
|
|
|
|
Build simple ma example
|
|
.. seealso:: `01-building-mas.py <todo /examples/building_mas/01-building-mas.py>`
|
|
|
|
First, we import Stormpy::
|
|
|
|
>>> import stormpy
|
|
|
|
Transition Matrix
|
|
==================
|
|
|
|
|
|
|
|
Labeling
|
|
================
|
|
|
|
|
|
Reward models
|
|
==================
|
|
|
|
|
|
Exit Rates
|
|
====================
|
|
|
|
Building the Model
|
|
====================
|
|
|