169 Commits (4d3d52edaf63b5b517437ab3b2e84a2c87efe4ba)

Author SHA1 Message Date
Dave Parker 8ebc511308 Code tweaks: make Updater independent of PRISM/sim + make SimEngine into PrismComponent. 12 years ago
Dave Parker 1a49d8d30f svn:ignore on lib. 12 years ago
Mateusz Ujma e3f120815f Changing visibility in Updater 13 years ago
Dave Parker 8784323e6e Some code auto-formatting (for branch purposes). 13 years ago
Dave Parker 9a658794b1 Additional -help xxx messages. 13 years ago
Ernst Moritz Hahn 78ed924305 reintegrated fau 13 years ago
Dave Parker 8833a6ef1d Option 'snaphot' for -simpath also displays state/step indices. 13 years ago
Dave Parker bca442ee59 In -simpath, specifying the vars=(...) option automatically triggers the changes=true option (to match behaviour in previous versions of PRISM), unless overridden by setting changes=false). 13 years ago
Dave Parker ec422e5c90 Bug fix in -simpath: state/step indices were not being displayed correctly when changes=true was set. 13 years ago
Dave Parker e8eb82d8ff Added probs option to -simpath switch allow displaying of transition probabilities/rates (+ addition of this info to underlying path data structures, interfaces, etc.) 13 years ago
Dave Parker db928a3402 Tweak/move error messages for non-supported R[C] operator. 13 years ago
Dave Parker 9b5aae301f Patch in current version of multi-objective model checking (from prism-multi branch). Still need to copy across etc/ directory containing lpsolve libraries. Also contains a few JDD fixes via Christian von Essen. 13 years ago
Dave Parker b2f33e44a7 Fixed "changed" setting in graph display of simulation paths. 14 years ago
Dave Parker 5131fb407f Some useful code (commented out) for getting variance etc. from simulation results. 14 years ago
Dave Parker 0245cf77b4 Bug fix: crash on invalid integer reward struct indices. 14 years ago
Dave Parker 19b18a0c3f Bugfix in approximate simulation: property error was causing null ptr. 14 years ago
Dave Parker e1e6267210 Move path plot thread to GUI to allow display of warnings/errors. 14 years ago
Dave Parker 6d502769be GUI simulation path plot and can show vars and/or rewards. 14 years ago
Dave Parker a28c14715c Simulation path generation handles empty vars=(). 14 years ago
Dave Parker 6d9806ad16 PathToText respects new "change" option + bugfixes. 14 years ago
Dave Parker d1e4de5fb3 Make "rewards" option of simpath consistent with others. 14 years ago
Dave Parker 2a2bdf6220 Fixes in PathDisplayer classes. 14 years ago
Dave Parker cadd9da282 GUI simulation path plotting handles non-integer variables. 14 years ago
Dave Parker 1bd8b1c658 Remove un-needed code. 14 years ago
Dave Parker d960bf8020 Better handling of errors in simulator calls from GUI. 14 years ago
Dave Parker 992c0864dc New/improved simulation path plotting functionality. 14 years ago
Dave Parker bdd579d85d New option in GUI simulator to plot path on a graph (all vars over time). 14 years ago
Dave Parker ad132e9f00 Explicit model exploration disallows empty (all zero) distributions. For now. 14 years ago
Dave Parker b796a1045c Undo accidental part of last commit. 14 years ago
Dave Parker 614554325e Bug fix in output of path generated from simulation: last 2 times were duplicated. 14 years ago
Dave Parker f6d794c22c Reverse previous commit 14 years ago
Dave Parker d215bf2da0 Update README with new contact/people details. 14 years ago
Dave Parker 178d3ca90e SimulatorEngine only builds TransitionList on demand. 14 years ago
Dave Parker 07bf18a2f4 Fix makefiles with easier setup of classpath using * for jars. 14 years ago
Dave Parker ead22700e8 New SimulatorEngine/Prism method prism.isPropertyOKForSimulation(). 14 years ago
Dave Parker 1cb0822a31 Code tidy 14 years ago
Dave Parker ce41611aa2 Enable viewing of witness/counterexample for E[F...] in GUI. 14 years ago
Dave Parker 01c3826d8d Less exceptions thrown from ResultCollection error setting methods, with knock-on effect (cleaner code) in various calling sites. 14 years ago
Dave Parker a3d99e62d0 Add property reference support to PTA ans approx model checking. 14 years ago
Vojtech Forejt e3f6e64e7a package-info.java is ignored in makefiles 14 years ago
Dave Parker 90c9e53f8c Tweak some warning messages (wrt new log.printWarning method) + add warning message functionality in GUI threads. 14 years ago
Vojtech Forejt acd646d02c * PrismLog now has a "printWarning" method that can be used to print warnings. 15 years ago
Dave Parker aca617849b Some optimisations for approximate model checking on models with deadlocks (could do other operators too). 15 years ago
Dave Parker f578bbb893 Approximate model checking ignores "max path length" setting when verifying time-bounded properties. 15 years ago
Dave Parker 503d33a01c Bug fixes for loading zero-length paths into simulator. 15 years ago
Dave Parker 0b65c69a6b Added loadPath methods to SimulatorEngine and GUISimulator; not used currently. 15 years ago
Dave Parker 40ed660f6a Extend PathFullInfo method to clarify what info is stored. 15 years ago
Dave Parker 6706b44a3e Added PathFullInfo interface. 15 years ago
Dave Parker 6196d0cdde Code doc. 15 years ago
Dave Parker a6ba42b5ad Detach simulator Path objects from SimulatorEngine (do not need). 15 years ago