3339 Commits (c6fa9d2d431c3fcd728919dc2cd6f0f2d54b8316)
 

Author SHA1 Message Date
Joachim Klein c6fa9d2d43 PM_ExportVector.cc: Fix export_string format string to get correct output for state rewards export (issue #16) 9 years ago
Joachim Klein b43a911857 PM_ExportVector.cc: small cleanup 9 years ago
Dave Parker c9ede762cd Tweak in options text. 9 years ago
Dave Parker 8f2f9a3d28 Bug fix in prism.ModelGenerator2MTBDD: action names were not being read properly. 9 years ago
Dave Parker 940674370c CHANGELOG. 9 years ago
Joachim Klein 28b0376dfb dd_export.cc: fix compilation issue on cygwin (PRIuPTR) 9 years ago
Joachim Klein 14ad1d32af fix compilation issue: cmath / isinf 9 years ago
Dave Parker a0ab7b461f Date fix in CHANGELOG. 9 years ago
Dave Parker 2c39e577f8 Version number (4.4.beta). 9 years ago
Dave Parker 2e3b5fdc5b CHANGELOG. 9 years ago
Dave Parker f86fc8ace6 Tweak -help output. 9 years ago
Dave Parker 42bec3f813 CHANGELOG. 9 years ago
Joachim Klein 8bca4f7476 exact model checking: output approximate result as well 9 years ago
Joachim Klein e2e001c999 param.BigRational: fix pow() to correctly handle negative exponents 9 years ago
Joachim Klein c2e86b5d2f (interval iteration) total reward computation is not supported yet, throw error message 9 years ago
Dave Parker 2efbd2c6a3 Tidy -help output. 9 years ago
Dave Parker 639c71636b Document -ng switch. 9 years ago
Dave Parker c19384d343 Document -timeout switch. 9 years ago
Dave Parker dc82a6ef67 Fix explicit engine import of state rewards (need to add details to ModelInfo for it to work properly). Also catch attempts to export state rewards more cleanly in this case. 9 years ago
Joachim Klein 80aec9a2fa cleanup some import warnings, artifacts of the recent set of refactorings... 9 years ago
Joachim Klein c6df34232c DTMC total reward, explicit: fix output glitch 9 years ago
Joachim Klein e138c51891 GUI, settings dialog: Make the comment area at the bottom vertically scrollable. 9 years ago
Joachim Klein 35858d3339 GUI, settings dialog: larger preferred width 9 years ago
Joachim Klein 126e21550a explicit.ConstructModel: Convert DTMCSimple to DTMCSparse (as for MDPs) [with Steffen Maercker] 9 years ago
Joachim Klein 7ac2b39ca6 explicit.DTMCSparse: sparse storage variant for DTMCs [with Steffen Maercker] 9 years ago
Joachim Klein 730785ea5f explicit.MDPSparse: simplify code for getTransitionsIterator 9 years ago
Joachim Klein 65fd5cd795 (interval iteration, explicit) actually perform interval iteration using the explicit engine 9 years ago
Joachim Klein d9bad734bd (interval iteration, explicit) provide IterationMethod computations for interval iteration 9 years ago
Joachim Klein 76c601e2c9 (interval iteration, symbolic) actually perform interval iteration using the symbolic engines 9 years ago
Joachim Klein c1efd5233b (interval iteration, symbolic) interval iteration variants for the computation methods of MTBDD, Hybrid and Sparse 9 years ago
Joachim Klein 9ae9116ff4 (interval iteration) currently, multi objective model checker should not use interval iteration 9 years ago
Joachim Klein c8335ca642 (interval iteration) prepare settings for interval iteration 9 years ago
Joachim Klein 9735731c59 PrismSettings: refactor option splitting (for -switch:options), provide access to raw option string 9 years ago
Joachim Klein 430713ca65 (interval iteration) PrismUtils: add helper methods for interval iteration 9 years ago
Joachim Klein 9d98dab1c3 (interval iteration) include/Measures.h: provide helper functions for interval iteration 9 years ago
Joachim Klein c4b7b0db3e explicit.IncomingChoiceRelation 9 years ago
Joachim Klein e97b72f6e6 explicit.MDPModelChecker: check for zero-reward ECs for Rmin=?[ F ] computations, use quotient model if necessary 9 years ago
Joachim Klein 1ce1446eb5 explicit.MDPModelChecker: support backward Gauss-Seidel during policy iteration 9 years ago
Joachim Klein 452d89e411 (explicit iteration refactoring) Expose topological value iterations via the -topological switch 9 years ago
Joachim Klein 12e377de4a (explicit iteration refactoring) DTMCModelChecker: use the new infrastructure for doing the numerical iteration computations. 9 years ago
Joachim Klein fae160729c (explicit iteration refactoring) DTMCModelChecker: use the new infrastructure for doing the numerical iteration computations. 9 years ago
Joachim Klein 9b94039049 (explicit iteration refactoring) new infrastructure to provide consolidated methods for doing the numerical iteration computations. 9 years ago
Joachim Klein 7486c6d7ed For MDP model checking (explicit, symbolic), support -pmaxquotient option (computation in MEC quotient) 9 years ago
Joachim Klein 87675e828a explicit.MDPModelChecker: split numeric computation part of computeReachProbs into separate method 9 years ago
Joachim Klein 2fe2f918b3 explicit.MDPSparse: add constructor from arbitrary MDP [with Steffen Maercker] 9 years ago
Joachim Klein 265e827391 explicit.ZeroRewardECQuotient 9 years ago
Joachim Klein 03dafaa170 explicit.modelviews: Various helpers for providing modified views of a given DTMC / MDP [with Steffen Maercker] 9 years ago
Joachim Klein ec4e55d708 IteratorTools [with Steffen Maercker] 9 years ago
Joachim Klein 61701b9f1b some more helpers for iterators / predicates [with Steffen Maercker] 9 years ago
Joachim Klein 86f75d975a explicit.BasicModelTransformation [with Steffen Maercker] 9 years ago