208 Commits (ab2d4d52c62005b3735e7b2114728d24a0154df9)

Author SHA1 Message Date
Dave Parker ab2d4d52c6 Bug fix: only process adversary if generated (explicit). 14 years ago
Dave Parker d3dd8a7ac1 Adapt some classes to use 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 07bf18a2f4 Fix makefiles with easier setup of classpath using * for jars. 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 19ef6934e8 More cases handled when cacheing filter info in (symbolic/explicit) model checkers. 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 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 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
Dave Parker 1e0dff70d2 Separate setting explicit engine for linear equation system solution method. 14 years ago
Dave Parker 8f00acc289 Finish up missing parts of explicit.StateModelChecker - no longer relies on evaluate()ing all states for missing operators. 14 years ago
Dave Parker 507e721b97 Bug fix in just-added code for explicit model checker. 14 years ago
Dave Parker 955e3c9aaa Functions handled properly by explicit model checker. 14 years ago
Dave Parker 4bd2319af1 Unary operators handled properly in explicit engine. 14 years ago
Dave Parker 98cd895717 Add deadlock handling (e.g. for nofixdl) for explicit engine. 14 years ago
Dave Parker 80f8605a1e Deadlock info preserved in explicit model copies. 14 years ago
Dave Parker 47d5de8371 Bugfix: ModelExplicit should preserve deadlocks on copy. 14 years ago
Dave Parker 2f0c968ff5 Push "export states" functionality into models (symbolic/explicit), use from Prism. 14 years ago
Dave Parker f6582ef185 Fix some other refs to old Prism API. 14 years ago
Dave Parker a218d09b2b * Continued major changes to PRISM API 14 years ago
Dave Parker 6ee93d72ca Slight tidy/re-arrange in PrismExplicit. 14 years ago
Dave Parker 01b9f75f47 Fix in explicit model checker - remove dupe calls in bin-op check. 14 years ago
Dave Parker 06ecdf6139 Copyright header updates 14 years ago
Dave Parker 18704d0e03 Bug fix in creating reward structures in explicit engine (from Hongyang). 14 years ago
Vojtech Forejt e3f6e64e7a package-info.java is ignored in makefiles 14 years ago
Dave Parker 5533d55183 Consistency in output msgs (explicit MDP engine). 14 years ago
Dave Parker a869bbeec0 Gauss-Seidel val iter for cumulative rewards in explicit engine. 14 years ago
Dave Parker 54520981b9 Autoformat 14 years ago
Dave Parker 9c903c6b49 Bugfix in explicit embedded DTMC code - number of states needed sometimes, but is not set up. 14 years ago
Dave Parker e0305643a7 Add (commented out) code for backwards Gauss-Seidel on DTMCs. 14 years ago
Dave Parker e13f09f0ca Explicit model checkers should throw an exception when iterative numerical methods do not converge within maxIters. 14 years ago
Dave Parker 4a1163a86d Added ability to disable precomputation algs independently (switches -noprob0 and -noprob1). 14 years ago
Dave Parker 5dab19e7dc Add check for trying val iter from above for max probs - does not work. 14 years ago
Vojtech Forejt acd646d02c * PrismLog now has a "printWarning" method that can be used to print warnings. 14 years ago
Vojtech Forejt cd1b3dcfed Fixed a problem where transition rewards were not being set for unnamed actions 14 years ago
Dave Parker 3bfb5929bb Explicit bug fig (from qar/Anvesh) - can now reset rewards in MDPRewardsSimple to 0. 14 years ago
Dave Parker e9a1859339 Add binary operators to StateValues class and use in explicit model checking. 14 years ago