1486 Commits (8c88d62b6f9f9b4b189104b4275541ca4c062d1e)

Author SHA1 Message Date
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 c1dce97640 Makefile test targets used prism-auto. 14 years ago
Dave Parker 1e6cda1d27 Test mode for prism-auto prints errors if they occur. 14 years ago
Dave Parker 48c0cbbf12 Use env, not python, for #! in prism-auto. 14 years ago
Dave Parker 63e896fac8 Embed some test mode functionality into prism-auto. 14 years ago
Dave Parker 0c8948a71e Fix makefiles with easier setup of classpath using * for jars. 14 years ago
Dave Parker 901b4c252f Added prism-auto and prism-test scripts. 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
Dave Parker df5e8bf0ed Makefile fix: 32-bit Mac JVM not detected properly (from -- ) 14 years ago
Vojtech Forejt d4d4108886 fixes ticket #5 14 years ago
Vojtech Forejt cabd924dce making filler script executable 14 years ago
Vojtech Forejt 7bc3397943 text file filler, first version, untested 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 3982420c3d Utility method in ODDUtils for finding index of first state in a BDD. 14 years ago
Dave Parker 2e6582c108 Utility method in ODDUtils for finding index of first state in a BDD. 14 years ago
Dave Parker e681ec2ae7 Remove old un-needed code in explicit model checking function. 14 years ago
Dave Parker 1ff7316aa0 Remove un-needed check for LTL formula inside time-bounded until. 14 years ago
Dave Parker b88899c998 Add support for computing ranges of transient probabilities (e.g. -tr 0.1:0.01:0.2) to command-line. Transient probability computation is done incrementally, using each computed distribution. 14 years ago
Dave Parker 9786d49b3c Fix: missing parts of last commit. 14 years ago
Dave Parker c1e24408ae New (hidden) options for different symbolic reachability methods (-frontier, -bfs). Also: new way to read options from C++ code: PrismNative stores reference to Prism object which is then queried. 14 years ago
Dave Parker 3199c3daa2 Tidy up reachability code: strip out old diagnostic output, uncomment frontier method for easier testing. 14 years ago
Dave Parker be4417dbe9 Comment 14 years ago
Dave Parker 397fc1b4aa Tidy of explicit engine settings import, to identify some missing features. 14 years ago
Dave Parker 750f3fd0ba Separate setting explicit engine for MDP solution method (stoch games still uses old solnMethod field). 14 years ago