2285 Commits (797f9494b26c95da67e26b98c87ce0cef2bdeb9c)
 

Author SHA1 Message Date
Dave Parker 797f9494b2 Explicit engine: Add BitSet statesOfInterest parameter to the various checkExpression... methods [Joachim Klein]. 11 years ago
Dave Parker bb6a80f978 SubNondetModel: more efficient allSuccessorsInSet and someSuccessorsInSet [Joachim Klein]. 11 years ago
Dave Parker a18d28a17b Refactor: use IterableStateSet to simplify loops [Joachim Klein]. 11 years ago
Dave Parker 95feea13ce New common.IterableBitSet and common.IterableStateSet classes [Joachim Klein]. 11 years ago
Dave Parker 280bb04868 Initial states also exported by -exporttarget for multi-objective. 11 years ago
Dave Parker 913f80a8e9 Minor refactoring and alignment between PS_NondetMultiReach.cc and PS_NondetMultiReach1.cc. 11 years ago
Dave Parker 9589a14c14 Compile fix for previous commit. 11 years ago
Dave Parker 1d09274252 Add adversary export to reward-based multi-objective model checking (sparse engine) - not sure why it was not there. 11 years ago
Dave Parker 8c50fe44da Error message typo 11 years ago
Dave Parker 48183cecf5 Output bug in StateValuesDV (prints := not : when there are indices but no states). 11 years ago
Dave Parker 5849798cf0 Allow -importinitdist (and anything else that uses StateValues.readFromFile) to read vector files with lines of the form i:x, not just x. 11 years ago
Dave Parker 8342d6fcee Fix typo in last commmit 11 years ago
Dave Parker 9d82693baf Improvements to build process for Linux/Mac versions of lp_solve_java. 11 years ago
Dave Parker 2ddaf97daf Experimental way of detecting jni.h if it is not in the same place as javac (e.g. on OS X Yosemite?). 11 years ago
Ernst Moritz Hahn 892ecc31e4 fix for dtmcs with overlapping commands 11 years ago
Ernst Moritz Hahn 363b6c0442 added forgotten deep copy 11 years ago
Ernst Moritz Hahn ac7b9d7f80 removed warning 11 years ago
Ernst Moritz Hahn 2e0463c231 corrected choice of order in which states were eliminated. The previous approach lead to states always being eliminated in ascending state number order. 11 years ago
Dave Parker 835d4a9a45 2 ref/deref bugfixes from Joachim Klein. 11 years ago
Dave Parker cc8d3883f6 Expected total rewards (R[C]) implemented for DTMCs in symbolic engine. 11 years ago
Dave Parker 789d7789bb Bug fix in export of DRAs for multi-objective model checking. 11 years ago
Dave Parker 5865c0fd89 Bug fix in exporting product during multi-objective model checking. 11 years ago
Dave Parker 9f4a6dba5f LTL explicit engine bug fix (from Joachim Klein). 11 years ago
Dave Parker 96dc514de3 Re-factoring in multi-objective model checking. 11 years ago
Dave Parker 1f27c28465 Re-factoring in multi-objective model checking. 11 years ago
Dave Parker 753d0d470a Re-factoring in multi-objective model checking. 11 years ago
Dave Parker 4f30f4f774 Re-factoring in multi-objective model checking. 11 years ago
Dave Parker b91b8f0b12 Re-factoring in multi-objective model checking. 11 years ago
Dave Parker 7798782029 Refactoring of extraction of rewards in multi-objective model checking engine. 11 years ago
Dave Parker 806b7b181d Refactoring of extraction of rewards in symbolic model checking engine. 11 years ago
Dave Parker e240865a70 Slight refactor of way that reward structures are looked by via ExpressionReward indices. 11 years ago
Dave Parker a7a6881638 Refactoring of extraction of info from P/R/S operators (in symbolic engines). 11 years ago
Dave Parker 82de131735 Small fix for previous commit. 11 years ago
Dave Parker 72c2d1602e Refactoring of extraction of info from P/R/S operators (in explicit engine). 11 years ago
Dave Parker a7ebc07de5 Copy updated Coalition class from prism-games. 11 years ago
Dave Parker 3d847fb635 Push coalition info into a separate class (including option for * = all players). 11 years ago
Dave Parker 0bb55587be Allow <<>> to be used for MDPs (explicit engine only). 11 years ago
Dave Parker 4c3c523575 Some refactoring of multi-objective model checking: push some code out into a new class prism.MultiObjModelChecker. 11 years ago
Dave Parker 6e76a24240 Better isDFA() check for DRAs. 11 years ago
Dave Parker 1f0382a0b6 LTL model checking optimisation - skip BSCC/EC detection if DRA is (syntactically) a DFA. 11 years ago
Dave Parker db8bfe65c4 Some utility methods for dealing with DRAs that are actually DBAs (or DFAs). 11 years ago
Dave Parker 4defb1a107 Compile fix for last commit. 11 years ago
Dave Parker 50e8d24c02 Add -exportpropaut option (hidden) to export DRA(s) in textual form. 11 years ago
Dave Parker e577bc851d Fix for run scripts on Mac where install directory has a space. 11 years ago
Dave Parker 290fc34bea Add option (switch -exact from command-line) to enable exact model checking via parametric model checking. 11 years ago
Dave Parker f699af97bc Move printout of result for parametric result to allow reuse in exact model checking. 11 years ago
Dave Parker acc8a65b4f Some preliminary code to add parametric model checking to GUI. 11 years ago
Dave Parker c99655eda9 Catch some divide-by-zero errors in JasFunction. 11 years ago
Dave Parker e001c3ac1d Back to "dev" version (post release). 11 years ago
Dave Parker 84f01078e6 Add a method for exact model checking via parametric methods (not connected). 11 years ago