3524 Commits (278e103822cd63aa4a01e0c38564110bb12c6051)
 

Author SHA1 Message Date
Joachim Klein ead6f01343 PrismSettings: adapt JavaDoc to recent change in settings file location, CHANGELOG.TXT 8 years ago
Joachim Klein d8b3b72cb9 PrismSettings: resave to the same file used for loading 8 years ago
Joachim Klein 7352d90cb1 Makefile: target 'tests' picks up extra arguments via TESTS_ARGS 8 years ago
Joachim Klein 1c26bf0826 Makefiles: add Makefiles for common, cex package; update for simulator 8 years ago
Joachim Klein 0ae71e58a5 Makefile: for explicit package, include sub-packages 8 years ago
Joachim Klein 382aa51de3 FileSetting: On-first-use allocation of file selector 8 years ago
Joachim Klein fbcf55aa63 GUI renderers/editors: Move from static allocation to allocation on first use 8 years ago
Joachim Klein f49ccb3ad9 BooleanUtils.doConversionToPositiveNormalForm: take temporal operator bounds into account 8 years ago
Joachim Klein 181ba265b6 ExpressionTemporal: add setBoundsFrom(ExpressionTemporal) helper, use in convertToUntilForm() 8 years ago
Joachim Klein e36562caef (cleanup) IntervalIteration.h, Measures.h: make constructors explicit 8 years ago
Joachim Klein 48204d0063 (cleanup) StateValuesMTBDD.getBDDFromInterval: add break in switch 8 years ago
Joachim Klein 3c5ebd3187 PrismSettings: Fix missing break in -ltl2dasyntax handling (could not choose "spot" as syntax) 8 years ago
Joachim Klein 4eb539d78c SimpleLTL.simplified: Don't use fall-through in switch statement 8 years ago
Joachim Klein c9f80ff725 HOAF2DA.labelExpressionToAPMonom: fix missing return in switch statement (for FALSE) 8 years ago
Joachim Klein 00127db634 NBA.print: add missing break in switch for 'lbtt' printing 8 years ago
Joachim Klein cef4f92e1b typo in option help 8 years ago
Joachim Klein 418a63ae7b hybrid.cc: initialise col_offset in hdd_negative_row_sums 8 years ago
Joachim Klein 9d0b038dda ExpressionFunc.evaluatePowInt: guard against int underflow 8 years ago
Joachim Klein bb6fc9a564 PrismCL: In test mode, don't immediately exit for not supported engine / solver combinations 8 years ago
Joachim Klein 950d7e49bb mtbdd/hybrid/sparse: Generate PrismNotSupportedExceptions if native error message contains 'not supported' 8 years ago
Joachim Klein cb259e75ef DTMC, reach prob, interval iteration: Fix missing "topological" in method description 8 years ago
Joachim Klein 1571b3a8b8 Tests for various DTMC engine / solver combinations 8 years ago
Joachim Klein b2f835545c PS_NondetUntilInterval.cc: doc fix 8 years ago
Joachim Klein 7fc6878dc6 Fix bug in sparse MDP reachability reward interval iteration 8 years ago
Steffen Märcker a27e761070 Implement optimized #forEachTransition in DTMCSparse 8 years ago
Joachim Klein eeb8016184 explicit: Fix transition rewards from deadlock states 8 years ago
Joachim Klein 82e8f19067 PH_Power_Interval.c: fix typo in iteration export title 8 years ago
Joachim Klein 038ed779ff ExportIterations: Log the file name when exporting iterations (2) 8 years ago
Joachim Klein 29e2ba21eb ExportIterations: Log the file name when exporting iterations 8 years ago
Joachim Klein 87489f7adc ExportIterations: Export steady-state BSCC iterations to individual HTML files 8 years ago
Joachim Klein 6e9f7cf97a ExportIterations: Support for generating unique filenames (for multiple iterations during the same PRISM run) 8 years ago
Joachim Klein 079cb9f796 ExportIterations: add getFileName() 8 years ago
Joachim Klein 92c1ef9651 PrismFileLog: add getFileName() 8 years ago
Joachim Klein 2c906bf54d ExportIterations, mtbdd: fix iteration export when transpose==true 8 years ago
Steffen Märcker 36e2804b56 Fix bug: broken test whether all initial states are in same BSCC (fixes #56) 8 years ago
Steffen Märcker 0f0fbb0f82 Move variable to inner scope in steady-state methods and use StopWatch 8 years ago
Joachim Klein bd628457f3 JavaDoc typos 8 years ago
Steffen Märcker 5ba7e2dc3a install.sh: Make more robust 8 years ago
Joachim Klein e9560aab80 Trigger Travis build 8 years ago
Joachim Klein cbe7db88b3 Add .travis.yml configuration for continuous integration testing from the github repo 8 years ago
Joachim Klein 790fe05624 PrismCL: -exportsteadystates implies -steadystate 8 years ago
Steffen Märcker 8aec43df69 Return stop watch instance on start 8 years ago
Chris Novakovic d760b2e61a explicit: don't re-explore states when not using labels 8 years ago
Joachim Klein 086bdb1ee6 DTMCUniformisedSimple: add deadlock accessor methods 8 years ago
Dave Parker b3fa8a534c Add some useful methods to explicit.Distribution. 8 years ago
Dave Parker 072e0c7a1f Make configuration file name tool-dependent (e.g. .prism vs. .prism-games). 8 years ago
hentom 52ff6bad3e Change the default location of the configuration file. 8 years ago
Dave Parker 1f8a05ae61 Additional test targets in Makefile 8 years ago
Joachim Klein 45ac6e02e8 exact/parametric: support if-the-else expressions in properties 8 years ago
Joachim Klein 03d83d4abb Simplify: Preserve type for 0-x to -x simplification 8 years ago