Browse Source
When translating the module state variables to locations, probabilities in commands were not translated. If the probability expression contains a reference to the state variables, e.g., (s=0 ? 0.5 : 0.75) then the variable reference persists, which leads to an exception when updating variable information of the module later on, as the state variable is no longer defined in the translated module. git-svn-id: https://www.prismmodelchecker.org/svn/prism/prism/trunk@11215 bbc10eb1-c90d-0410-af57-cb519fbb1720master
1 changed files with 9 additions and 1 deletions
Loading…
Reference in new issue