Browse Source

Add a comment about labels and initial states in parametric models, thanks Nils Jansen.

refactoring
Sebastian Junges 7 years ago
parent
commit
d9fe8be10c
  1. 2
      doc/source/getting_started.rst

2
doc/source/getting_started.rst

@ -150,6 +150,8 @@ Before we obtain an instantiated model, we need to map parameters to values: We
>>> instantiated_model = instantiator.instantiate(point)
>>> result = stormpy.model_checking(instantiated_model, properties[0])
Initial states and labels are set as for the parameter-free case.
Checking parametric models
------------------------------------

Loading…
Cancel
Save