3548 Commits (081b9a95034c1e93f5db9441093391f22733ffd0)
 

Author SHA1 Message Date
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
Dave Parker 25297bb697 Bug fix in PRISM API: modelCheck(String) should use ModelInfo for parsing. 8 years ago
Dave Parker e9ae356186 Version number (4.4.dev). 8 years ago
Dave Parker adc9dd2cb2 Makefile fix: "tests" targets were failing when the current directory had a space in it. 8 years ago
Dave Parker 5f496cb248 Makefile fix: distribution building still works when "bin" is missing, e.g., because empty directory not checked out from git. 8 years ago
Dave Parker 99c06ba2d4 Move prism-tests into this repository and update Makefile "tests" target. 8 years ago
Dave Parker 7ca97c79db Remove PrismExplicit - no longer needed. 8 years ago
Dave Parker 4add8e1244 Move methods from DefaultModelGenerator into default implementations within ModelGenerator interface. 8 years ago
Dave Parker 675cb324dc Explicit model checking engines respect restrictStratToReach setting in exportAdv mode. Also set that flag to true by default since only used here currently. 8 years ago
Dave Parker 6f8ca54a2f Version number. 8 years ago
Dave Parker 748c097907 Bug fix in DTMCFromMDPAndMDStrategy, related to recent changes to successors info in explicit engine. 8 years ago
Joachim Klein 7edb481d76 Hybrid/sparse: Add check against state index overflow also to interval iteration methods 8 years ago
Dave Parker 6577f9ecff Eclipse config: copy .classpath up to root dir, following switch from svn to git. 8 years ago
Joachim Klein cf12b550ad PTAParser.jj: update to include changes from PTAParser.java (fixes #32) 8 years ago
Joachim Klein 90fa90e5da
explicit.ExportIterations: add flush() for useful iterations.html 8 years ago
Joachim Klein 3e9c312f8a Prism.exportTransRewardsToFile: Fix 'Omitting...' warning 8 years ago
Joachim Klein 1801fcba70 (exact / parametric) ParamModelChecker: fix missing support for formula references in properties 8 years ago
Joachim Klein 6452975791 prism-auto: fix printing of warnings in --verbose-test mode 8 years ago
Joachim Klein c2f637e177 explicit: tweak wording in iteration statistics 8 years ago
Joachim Klein 1ec571a1c8 explicit interval iteration: skip upper bound computation if there are no unknown states 8 years ago
Joachim Klein f33dea0f43 Interval iteration: Only print max finite value if it actually exists 8 years ago
Joachim Klein 2e3f937a25 StateValuesMTBDD.maxFiniteOverBDD: Fix CUDD leak in error case 8 years ago
Joachim Klein 0436a990e0 Fix parsing of -intervaliter:boundmethod options [reported by Christian Dehnert] 8 years ago
Joachim Klein bdf5774dd2 Tweak output of floating-point result in exact mode 8 years ago
Joachim Klein 484cef6c43 explicit.MDPSparse: fix mvMultRewJacMinMaxSingle to properly handle zero-reward selfloops 8 years ago
Joachim Klein aeb285fa9c param/exact: better errors for unsupported expression types 8 years ago
Joachim Klein d6671b00c1 Test mode: Support '~value' notation for results, better errors for exact engine 8 years ago