1162 Commits (d215bf2da0c810af60b7330d3324cba8cb2ce908)

Author SHA1 Message Date
Dave Parker d215bf2da0 Update README with new contact/people details. 14 years ago
Dave Parker 0988f0fe13 New swicth -exportdigital which only does model export once for digital clocks (-exportprism does it twice). 14 years ago
Dave Parker 653d0f0273 Fix: make sure files are closed when exporting PRISM models. 14 years ago
Dave Parker 178d3ca90e SimulatorEngine only builds TransitionList on demand. 14 years ago
Dave Parker 0ec5258066 Add -settings switch to load in a settings file from the command-line. 14 years ago
Dave Parker e841f4ff9e Default settings file ~/.prism is only read in by GUI, not command-line. 14 years ago
Dave Parker 6c8ce0b4b5 Bug fix: experiments not handled correctly in PrismCL when there is a model build failure (e.g. run N=0:4 where 0 causes failure due to empty variable range). 14 years ago
Dave Parker ab2d4d52c6 Bug fix: only process adversary if generated (explicit). 14 years ago
Dave Parker 57948820e1 Forward reachability output bug. 14 years ago
Dave Parker d3dd8a7ac1 Adapt some classes to use new ProgressDisplay. 14 years ago
Dave Parker 37560740cd Bugfixes in new ProgressDisplay. 14 years ago
Dave Parker 51b490911f Improved ProgressDisplay class. 14 years ago
Dave Parker 1935ae489f Explicit mc setSettings methods ignore settings if null. 14 years ago
Dave Parker 8962177f20 Set methods for exportAdv stuff in explicit model checkers. 14 years ago
Dave Parker bd4b2f3f3a New exportToDotFileWithAdv method for MDPs in explicit engine. 14 years ago
Dave Parker 17c9691d8f Adversary generation for MDPs in explicit engine restricts to reachable states. 14 years ago
Dave Parker 86476b02b1 Javadoc comment. 14 years ago
Dave Parker edafa10bbd GUI fix: model errors (and jumping to that tab) work better with running experiments. 14 years ago
Dave Parker 2b816d8f6d Add some currently commented-out code for digital clocks debugging. 14 years ago
Dave Parker 2c83666796 Code re-arrange: move digital clocks deadlock check. 14 years ago
Dave Parker 7e0706e43e Ongoing improvements to CTL cex generation. 14 years ago
Dave Parker 07bf18a2f4 Fix makefiles with easier setup of classpath using * for jars. 14 years ago
Dave Parker bb6b91f696 Simplify bin scripts by adding all jar files to classpath at once. 14 years ago
Dave Parker fc4fcc4df6 More info on one of the PTA timelock error messages. 14 years ago
Vojtech Forejt e8b3a05a27 fixes ticket #10 14 years ago
Vojtech Forejt d4d4108886 fixes ticket #5 14 years ago
Dave Parker ab3d3773a0 Added valiter switch (for use by MDP explicit engine). 14 years ago
Dave Parker e8b1a26dfc Add ? operator to explicit engine. 14 years ago
Dave Parker 4ce19b4bc4 Comments 14 years ago
Dave Parker 3c44acb8e1 Added new printall filter. 14 years ago
Dave Parker abaaac328a Align StateValuesDV print method with explicit.StateValues one (e.g. add printIndices flag) and fix non-sparse output bug. 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 3afdc1b708 Bugfix: loading new path into simulator should select end state of path. 14 years ago
Dave Parker b3df07c192 Load model/prop labels when showing cex in GUI simulator. 14 years ago
Dave Parker ce41611aa2 Enable viewing of witness/counterexample for E[F...] in GUI. 14 years ago
Dave Parker d48f5c84a2 Digital clocks translation adds an "invariants" label, equal to the conjunction of module invariants. 14 years ago
Dave Parker 2ec83e9296 Bug fix in reward struct print out - breaks digital clocks output with un-named rewards structs. 14 years ago
Dave Parker e31a658e9f Typo 14 years ago
Dave Parker 63162e41a3 Time-bounded properties with equal lower/upper bounds, e.g. P=?[ F[T,T] target ], can be specified as P=?[ F=T target ], for convenience. 14 years ago
Dave Parker 649c437c1c Tweak -help text. 14 years ago
Dave Parker 0b2f9a078f Refactor explicit-files model import, splitting into two phases to allow addition of import for explicit engine later. 14 years ago
Dave Parker 8cdac825ce Transient probability export to file for time range adds time to filenames. 14 years ago
Dave Parker 61c042fa9c Bug fix: axis fonts when loading/saving graphs. 14 years ago
Dave Parker 53da7bccf1 Prism.modelCheck() takes Property rather than Expression objects, and thus displays property names when model checking. 14 years ago
Dave Parker fa2b70f1e6 Better error message for lack of filters in PTA m/c. 14 years ago
Dave Parker 19ef6934e8 More cases handled when cacheing filter info in (symbolic/explicit) model checkers. 14 years ago
Dave Parker 4a8285eec7 Utility method in ODDUtils for converting state index to BDD (already existed at C++ level). 14 years ago
Dave Parker 43d52add46 Model checkers (symbolic/explicit) cache some filter info for optimisations/checks during model checking. 14 years ago
Dave Parker 2e6582c108 Utility method in ODDUtils for finding index of first state in a BDD. 14 years ago