691 Commits (341efe4d21d468665362aba8c8b8a3b66f015f58)

Author SHA1 Message Date
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
Dave Parker 755295f9b4 Explicit engine handles transient with imported init distribition. 15 years ago
Dave Parker c072eb0bd3 More methods in explicit StateValues. 15 years ago
Dave Parker 9707b6bf10 Added -exportstates for explicit engine. 15 years ago
Dave Parker 30c0c09569 Small fixes in explicit StateValues class. 15 years ago
Dave Parker 355032b5e3 Code tidy 15 years ago
Dave Parker 9ba97fe1fc Add MDPExplicit class to capture shared from MDPSimple/MDPSparse (also a few fixes to same thing done previously for DTMCs). 15 years ago
Dave Parker 6a046b4431 Tidy/improve passing of settings to explicit model checkers. 15 years ago
Dave Parker d54e92533c Another fix for adv gen in explicit engine: min probs should not be treated as for max probs. 15 years ago
Dave Parker e24ee33442 Bug fix in explicit MDPs: actions added as 0.0 instead of null. 15 years ago
Dave Parker 0bb97718c1 Adv gen for rewards in explicit engine (from prism-games). 15 years ago
Dave Parker f49ce60f1b Fixes in explicit MDP adversary generation (min case can give wrong answer). 15 years ago
Dave Parker 1076e70f9f Bug fix in explicit-state MDP adversary generation (MDPSparse). 15 years ago
Dave Parker 995cdd3600 More printing options in StateValues (incl. state lists) + rest of filter stuff. 15 years ago
Dave Parker 3351288f3a StateValues has an associated model in explicit engine; improved printing. 15 years ago
Dave Parker c476f05eac Partial implementation of explicit print filter. 15 years ago
Dave Parker 22d46d0cbb More printing stuff in explicit StateValues. 15 years ago
Dave Parker 3204326ebc Improved explicit StateValues class. 15 years ago