228 Commits (4e939c529babb0978dd7aef4ea549671ab113769)

Author SHA1 Message Date
Joachim Klein 16f63dd580 imported patch rewardcounter-reward-bound-checks.patch 8 years ago
Joachim Klein 3757da3fa0 imported patch rewardcounter-TemporalOperatorBounds-use.patch 8 years ago
Joachim Klein 7345668608 imported patch rewardcounter-TemporalOperatorBound-use.patch 8 years ago
Joachim Klein fcea43b968
SimulatorEngine: switch to PrismNotSupportedException 8 years ago
Joachim Klein 06becee4dc SimulatorEngine: Fix ressource leak (log) 8 years ago
Joachim Klein 82b8d7a96b SimulatorEngine: fix switch warning (unhandled model types) 8 years ago
Joachim Klein 4de3c189a4 Build: Switch from javah (deprecated since JDK8) based JNI header generation to javac 8 years ago
Joachim Klein 4f0137933c param / exact: Evaluate expressions exactly in various places (+tests) 9 years ago
Joachim Klein 6c0294923e Use exact evaluation of constant expressions in exact and parametric mode 8 years ago
Joachim Klein bae541523c Refactor constant evaluation: support exact evaluation mode 8 years ago
Joachim Klein 57b68f6f9d Statistical MC: Fix infinite sampling for lower bounded P[F]/P[U] 8 years ago
Joachim Klein 37fad8894e SamplerBoundedUntilDisc: tweak handling of absent upper bound 8 years ago
Joachim Klein 367a2bd717 Statistical MC: Check bounds for CTMC bounded until 8 years ago
Dave Parker 270042f637 Tidy some w3c imports; was causing compile issues in Eclipse+Java10. 8 years ago
Joachim Klein 1c26bf0826 Makefiles: add Makefiles for common, cex package; update for simulator 8 years ago
Dave Parker 4add8e1244 Move methods from DefaultModelGenerator into default implementations within ModelGenerator interface. 9 years ago
Joachim Klein 5adb550043 Makefiles: inhibit parallel building (-j n mode) 9 years ago
Joachim Klein 2261b32586 SamplerRewardReach: minor cleanup in constructor 9 years ago
Joachim Klein e113bff2c7 ModelInfo: add method to query the existence of transition rewards, add check for explicit DTMC/CTMC reward construction 10 years ago
Dave Parker 19ec2f0a76 Refactor parametric model construction to use an extension of ModelGenerator instead of reading specifically from a ModulesFile. Needs further refactoring. 10 years ago
Dave Parker 9890d74315 Various improvements focused on the ModelGenerator interface: 10 years ago
Dave Parker 3ae531c33b Minor refactoring. 10 years ago
Dave Parker e217d58339 Small comment fix 10 years ago
Dave Parker 3137e20217 Small comment fix 10 years ago
Dave Parker 7583585f99 Code tidy 10 years ago
Dave Parker bd9f2f255d Add slightly more efficient implementation of getChoiceAction for PRISM models. 10 years ago
Dave Parker 41f4b886ce Minor code tidy 10 years ago
Dave Parker 9eff92431e Bug fix in computation (and therefore display) of progress percentage during statistical model checking. 10 years ago
Joachim Klein f518d66c6c Sampler: fix logic for rejecting co-safety path formulas in reward samplers (fixes previous commit) 10 years ago
Joachim Klein a325400ba2 Sampler.createSampler: For reward properties, catch the new case of a co-safety path formula properly 10 years ago
Dave Parker 48147aa4ad Improvements to the SamplerDouble class: revised approach to variance estimation for better numerical stability (contributed by Marcin Copik), plus some further tidying/documentation. 10 years ago
Joachim Klein 73a4ccf44f SimulatorEngine: fix broken display of updates a path (GUI, regression) [with Linda Leuschner] 10 years ago
Joachim Klein faa8e1e51f ModulesFileModelGenerator: fix constant evaluation in explicit engine when built from GUI [with Steffen Maercker] 11 years ago
Dave Parker 0f2bbbc7b6 Add some (syntactic) reward info to the ModelInfo interface and use this where possible in explicit model checking. Can now use ModulesFileModelGenerator for reward property model checking. Also push constant info from ModelGenerator up to ModelInfo. 11 years ago
Dave Parker 2fe6c5d762 Add basic variable info to ModelInfo interface. 11 years ago
Dave Parker d4a86d5c2d Remove ModelExplorer interface and replace with ModelGenerator. 11 years ago
Dave Parker 9e18844a26 Bug fix in ModulesFileModelGenerator: need to make sure model constants are expanded in labels. 11 years ago
Dave Parker a959beb7a7 Create ModelGenerator class for a ModulesFile object. Base code on existing stuff in SimulatorEngine, but do not remove anything from there. 11 years ago
Dave Parker 557695e82b Small refactor in SimulatorEngine. 11 years ago
Dave Parker 6a4e44b8ab Small refactor in SimulatorEngine. 11 years ago
Dave Parker b1cab85663 Code tidy. 11 years ago
Dave Parker 99fa6cf81b Some commenting in SimulatorEngine. 11 years ago
Dave Parker 400fcfcc45 Some refactoring in SimulatorEngine. 11 years ago
Dave Parker 7557171b82 Auto-format. 11 years ago
Dave Parker d4c5fd4fd5 Remove accidental commits 11 years ago
Dave Parker ff05caf158 Code tidy. 11 years ago
Dave Parker 9b039439c2 Bug fix in export of simulation path (to a file): file should be closed on completion. 11 years ago
Dave Parker a76b3c73bd Remove (most) usage of R_F in temporal operators. 11 years ago
Dave Parker 5238c76c4c Optimisation in the simulator for models with very large numbers of actions (from Marcus Daum + Joachim Klein). 11 years ago
Dave Parker 2690b87ff5 Bug fix in simulator: in DTMCs with local nondeterminism, random transitions can be wrongly chosen due to the distributions not being normalised. 12 years ago