Browse Source

Removed type in getting_started

refactoring
Matthias Volk 7 years ago
parent
commit
d78c86a746
  1. 1
      doc/source/getting_started.rst

1
doc/source/getting_started.rst

@ -139,7 +139,6 @@ In order to obtain a standard DTMC, MDP or other Markov model, we need to instan
>>> import stormpy.pars
>>> 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::

Loading…
Cancel
Save