|
@ -139,7 +139,6 @@ In order to obtain a standard DTMC, MDP or other Markov model, we need to instan |
|
|
|
|
|
|
|
|
>>> import stormpy.pars |
|
|
>>> import stormpy.pars |
|
|
>>> instantiator = stormpy.pars.PDtmcInstantiator(model) |
|
|
>>> instantiator = stormpy.pars.PDtmcInstantiator(model) |
|
|
>>> Fase |
|
|
|
|
|
|
|
|
|
|
|
Before we obtain an instantiated model, we need to map parameters to values: We build such a dictionary as follows:: |
|
|
Before we obtain an instantiated model, we need to map parameters to values: We build such a dictionary as follows:: |
|
|
|
|
|
|
|
|