17 Commits (fc4aaebc22ff90aac4cda324ccc56b236ddeb4c3)

Author SHA1 Message Date
Joachim Klein 0667019a05 explicit: Make calls to StateModelChecker.loadLabelsFile static 10 years ago
Joachim Klein 55c0034a18 explicit model import: some more minor fixes to set correct initial states 10 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 797f9494b2 Explicit engine: Add BitSet statesOfInterest parameter to the various checkExpression... methods [Joachim Klein]. 11 years ago
Dave Parker 36997ee08c Refactor explicit model checkers a bit, including changes to way min/max info is passed around (should generalise to games more nicely). 12 years ago
Dave Parker c68d4a4946 Refinements to PrismComponent interface, and to explicit.StateModelChecker handling of settings (originally due to bug caused by calling overridable methods in explicit model checking constructors). 13 years ago
Dave Parker 3e2efc21e9 New PrismComponent class: refactoring for various model checking components. 13 years ago
Dave Parker 3351288f3a StateValues has an associated model in explicit engine; improved printing. 15 years ago
Dave Parker 14025e109d Improvements to StateValues class + it's use in explicit model checking. 15 years ago
Dave Parker 8bbda8f530 Added new expression evaluation methods (needed for explicit model checker). Unfortunately breaks some existing calls to evaluate(constVals, null) due to ambiguities. Need to replace them with evaluate(constVals). 15 years ago
Dave Parker 52d2d21447 Update to newest version of explicit code (from prism-qar) plus -explicit switch for command-line and MDP solution settings. 15 years ago
Dave Parker db60e6487b Javadoc fixes. 16 years ago
Dave Parker 588f6c3b07 Moving non-public stuff to qar branch. 16 years ago
Dave Parker 57a404cc05 Fixes in explicit CTMC solving + some CTMDP stuff. 16 years ago
Dave Parker 9343644985 Updated MDPs to new model class design, added some CTMDP stuff. 16 years ago
Dave Parker 8f2748a711 Redesign/tidy of model interfaces + more CTMC model checking. 16 years ago
Dave Parker d199d035ed Integration of prism-explicit branch into trunk, i.e. merge of trunk@1015-prism-explicit@1405 into trunk. 17 years ago