2730 Commits (b44b7892350793ee12a17f973e9f6567fc9a7b76)
 

Author SHA1 Message Date
Dave Parker a6003f8216 Allow <<>> operator for MDPs (but not checked properly yet). 11 years ago
Dave Parker fa9b601faf Update parser to allow proper <<>> or [[]] syntax. 11 years ago
Dave Parker d07055efa6 Copy updated Coalition class from prism-games. 11 years ago
Dave Parker f99bb9ebc2 Tidying GUI code. 11 years ago
Dave Parker 91d83d245b Tidying GUI code. 11 years ago
Dave Parker 4556b0f117 Strip out some unused graphical model code. 11 years ago
Dave Parker c2bc82b76c GUI simulator fix: new path action triggers model parse if it had not been done (e.g. due to large models not auto-parsing). 11 years ago
Dave Parker 6b8bb831fb Code tidy. 11 years ago
Dave Parker 4f90c669ed Fix/tidy auto-parsing code in GUI. 11 years ago
Dave Parker 590ae94e9f Refactor explicit engine product construction. 11 years ago
Dave Parker 80c8dcd09d Refactor explicit engine product construction. 11 years ago
Dave Parker e893970d22 Add some (already implemented) methods to ModelSimple interface. 11 years ago
Dave Parker 0603e4a9b5 Some refactoring in explicit model checking engines: create new child model checkers, rather than inheriting their functionality as a subclass(e.g. DTMCModelChecker from CTMCModelChecker) - avoids problems where some methods are not implemented in the subclass. 11 years ago
Dave Parker 234fe87e31 Fix parser tweak from previous commit. 11 years ago
Dave Parker cfa767ec0d Parser tweak to avoid ambiguities with S operator inside an R (now that LTL formulae are allowed). 11 years ago
Dave Parker 6e89edfedb Co-safe reward model checking for CTMCs. 11 years ago
Dave Parker 4925ed413f Co-safe reward model checking for DTMCs in symbolic engines. 11 years ago
Dave Parker bfeb0d0b69 Implement lifting to product for STPG rewards. 11 years ago
Dave Parker 1762db4d34 Bugfix in lifting rewards to product. 11 years ago
Dave Parker 21d663816a Push lifting of (explicit) reward structures into Reward classes. 11 years ago
Dave Parker df63c6e9a1 Refactoring: StateRewardsArray extends StateRewards. 11 years ago
Dave Parker 87bce928b1 Code tidy 11 years ago
Dave Parker 303d31be14 Better error message for non-co-safe properties in R operators. 11 years ago
Dave Parker 00cc653f68 Make a note that R_C is deprecated. 11 years ago
Dave Parker a76b3c73bd Remove (most) usage of R_F in temporal operators. 11 years ago
Dave Parker 17a946783d Disallow properties of the form R[F<=k]. 11 years ago
Dave Parker c97b7eea4f Unbreak R[F] for DTMCs (symbolic) following changes to parser. 11 years ago
Dave Parker 8a9701e7ec Code tidy 11 years ago
Dave Parker 69c8b2ce1f Bug fix: better detection of R[F] when seeing if it is cosafe. 11 years ago
Dave Parker fee3972b20 Bug fix in explicit co-ssafe reward computation. 11 years ago
Dave Parker 54bf906cc3 Missing -exporttarget case. 11 years ago
Dave Parker 957148215e Support (symbolic/explicit) for expected reward to satisfy a co-safe LTL formula. 11 years ago
Dave Parker b037bdf604 Missing file from last commit. 11 years ago
Dave Parker 3d35a4bd90 Add Makefile target to force rebuild of the parser. 11 years ago
Dave Parker c8e181ffda explicit.ProbModelChecker: Add statesOfInterest to a few more functions (for merging purposes). 11 years ago
Dave Parker 812930e490 Comment typo 11 years ago
Dave Parker b1c31f56e1 Utility methods for detecting syntactically cosafe LTL. 11 years ago
Dave Parker 9e434ad9ea Merge in explicit engine detection of end components for Streett acceptance. [from Joachim Klein] 11 years ago
Dave Parker d57f97b335 Comment tidy 11 years ago
Dave Parker c8f60a622f Fix some comments. 11 years ago
Dave Parker 4f6f28541a Move some STPG stuff from prism-games back to the trunk. 11 years ago
Dave Parker 3ae2ee323c Remove unnecessary adversary generation from PTA backwards reachability. 11 years ago
Dave Parker 500147ede4 prism-auto: Add -w/--show-warnings switch to show warnings (as well as errors) when in test mode. 11 years ago
Dave Parker b5320f599d prism-auto: Redirect PRISM techLog as well as mainLog (e.g. for CUDD warnings) when in test mode. 11 years ago
Dave Parker 3b3a24cfe5 Send CUDD non-zero ref warning to techLog, not stdout. 11 years ago
Dave Parker 777e295513 Performance improvement for SubNondetModel (and thus explicit engine end-component detection) + a bugfix. [from Marcus Daum] 11 years ago
Dave Parker c456da3455 prism-auto: Use -mainlog switch for redirecting output in test/log modes (mainly because this works better with Nailgun). 11 years ago
Dave Parker ec97c53c0b Allow regression test RESULT specifications to refer to pre-defined constants in model/properties file too. 11 years ago
Dave Parker 49674cb0a9 Bug fix: do not crash on empty switch, "prism -" (found by Marcin Copik). 11 years ago
Joachim Klein 2fe9a4d994 More gracefully handle deterministic automata in HOAF2DA 11 years ago