29 Commits (5b5bac7fe3bb15375237c368dc155f6a5eb98e99)

Author SHA1 Message Date
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 f699af97bc Move printout of result for parametric result to allow reuse in exact model checking. 11 years ago
Dave Parker c99655eda9 Catch some divide-by-zero errors in JasFunction. 11 years ago
Dave Parker f0db2c26f9 Improve handling of constants in parametric model checking - avoid conversion of fractional constants such as 1/3 to doubles and the resulting loss of precision. 11 years ago
Dave Parker 3ddbf6e3a0 Bug fix in parametric model checking (spotted by dbanisimov): some missing Expression.deepCopy() calls were resulting in rewards (and probably other things) being evaulated incorrectly. 11 years ago
Dave Parker 390344d02f Undo accidental part of last commit 12 years ago
Dave Parker 06c914a476 Change visibility of some classes/methods in the param package to allow use from outside the package (and fix broken build). 12 years ago
Dave Parker 946c767fb5 Change visibility of some classes/methods in the param package to allow use from outside the package. 12 years ago
Dave Parker d1e2870fbc Small refactor for reward construction in other model checkers. 12 years ago
Dave Parker 8cc49309b8 Change meaning of isLowerBound() in RelOp and fix calls to it accordingly (to address a problem caused elsewhere in prism-games). 12 years ago
Dave Parker f85400152d Re-factoring - push the creation of default filters during model checking into a utility method in ExpressionFilter. 12 years ago
Dave Parker d3a267a2dc Refactor exportToDot methods for explicit model classes - subclasses just need to export their transitions, so it is easier to add more functionality regarding state info. 12 years ago
Dave Parker 21748bcaa4 Tidy up of export-to-Dot functionality, plus new "dot" option for exporting strategy (explicit engine only, currently). 12 years ago
Dave Parker 8291b5984c Refactoring wrt the way that relational operators are stored for P/R/S operators (String -> RelOp). 12 years ago
Dave Parker dada1bc4b1 Add "type" option to -exportstrat (explicit engine only) + a few changes in Strategy classes. 12 years ago
Dave Parker 1ca8edb190 Tidy up output from parametric model checking. 12 years ago
Dave Parker 10e896da5b Code refactoring. 12 years ago
Dave Parker 21b4fcf292 Bugfix: capitalisation in parametric settings. 12 years ago
Mateusz Ujma 8f08ab35d3 Added StateStorage interface 13 years ago
Dave Parker c82d9e7de7 Tidy up of parametric/FAU settings to match rest of PRISM 13 years ago
Dave Parker 1c42335bcf Some refactoring of explicit model classes, to introduce NondetModel interface. 13 years ago
Dave Parker e4af9297b6 Missing package-info.java. 13 years ago
Ernst Moritz Hahn a702c7ca64 fix for operator comparism which did not work in certain cases 13 years ago
Ernst Moritz Hahn cf32e05637 documentation 13 years ago
Ernst Moritz Hahn a0faf14d2c documentation 13 years ago
Ernst Moritz Hahn fd855d0ff4 reintegrated parametric stuff 13 years ago