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.
Joachim Klein
737ad9cd22
GUISimulator: Fix "Simulate up to step x, backtrack x steps" handling for CTMC models
Previously, the resulting distance was considered as a time value,
not a step value. For discrete time models, this coincidently does
the right thing, but for continuous time models this does not work as expected.
Technically, as engine.getPathSize() is a long and the value from the text box
is an int, the result is a long and that leads Java to prefer the a_backTrack(double)
and a_autoStep(double) variants of these methods. We cast to an int to ensure
that the int-parameter variants are taken.
8 years ago
..
AllOnOnePage.html
Add html copy of manual into repo, for release building.
8 years ago
CTMCs.html
Add html copy of manual into repo, for release building.
8 years ago
Commands.html
Add html copy of manual into repo, for release building.
8 years ago
Constants.html
Add html copy of manual into repo, for release building.
8 years ago
CostsAndRewards.html
Add html copy of manual into repo, for release building.
8 years ago
Example1.html
Add html copy of manual into repo, for release building.
8 years ago
Example2.html
Add html copy of manual into repo, for release building.
8 years ago
Expressions.html
Add html copy of manual into repo, for release building.
8 years ago
FormulasAndLabels.html
Add html copy of manual into repo, for release building.
8 years ago
GlobalVariables.html
Add html copy of manual into repo, for release building.
8 years ago
LocalNondeterminism.html
Add html copy of manual into repo, for release building.
8 years ago
Main.html
Add html copy of manual into repo, for release building.
8 years ago
ModelType.html
Add html copy of manual into repo, for release building.
8 years ago
ModuleRenaming.html
Add html copy of manual into repo, for release building.
8 years ago
ModulesAndVariables.html
Add html copy of manual into repo, for release building.
8 years ago
MultipleInitialStates.html
Add html copy of manual into repo, for release building.
8 years ago
PRISMModelFiles.html
Add html copy of manual into repo, for release building.
8 years ago
PTAs.html
Add html copy of manual into repo, for release building.
8 years ago
ParallelComposition.html
Add html copy of manual into repo, for release building.
8 years ago
ProcessAlgebraOperators.html
Add html copy of manual into repo, for release building.
8 years ago
Synchronisation.html
Add html copy of manual into repo, for release building.
8 years ago