73 Commits (25297bb697c4d2c48a8594b0533d2c8b2c4d5cc6)

Author SHA1 Message Date
Joachim Klein 5adb550043 Makefiles: inhibit parallel building (-j n mode) 9 years ago
Joachim Klein 83e6c291b0 (native) switch includes from .h to C++ header wrappers 9 years ago
Joachim Klein 7c5eb10d37 PH,PM,PS: cast jints to int in printf 9 years ago
Joachim Klein 7d874df348 PrismMTBDD, PrismSparse export_string: Pass via "%s" to log 9 years ago
Joachim Klein 14d652d331 PM: cleanup format strings 9 years ago
Joachim Klein 0c39f57269 PM_ExportVector: use int64_t for ODD indexing, adapt printf format string 9 years ago
Joachim Klein 7ae5a96d08 PM_ExportMatrix: use int64_t for ODD indexing, adapt printf format string 9 years ago
Joachim Klein 362c6da6c9 PM_ExportLabels: use int64_t for ODD indexing, adapt printf format string 9 years ago
Joachim Klein 8b3b240c8a PM_ExportLabels: clean-up, remove unused argument from recursive calls 9 years ago
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
Joachim Klein 14ad1d32af fix compilation issue: cmath / isinf 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 00a5721cbe (export iterations) MTBDD engine: If enabled, export iterations to HTML file 9 years ago
Joachim Klein 30f7def86c (export-iterations) introduce --exportiterations option, ExportIterations helper classes for C and Java 9 years ago
Joachim Klein 7f66e8b286 MTBDD Reachability computation: Gracefully handle CUDD out-of-memory 9 years ago
Joachim Klein 453a96d80d MTBDD Prob0/1 computations: Gracefully handle CUDD out-of-memory 9 years ago
Joachim Klein 1621fb31c7 mtbdd/PM_NondetInstReward.cc: comment typo 10 years ago
Joachim Klein 723c9123c8 mtbdd.PrismMTBDD: JavaDoc for reachability, prob precomputation methods, add sanity checks 10 years ago
Joachim Klein 379918beea JDD: Switch to JDDNode ptrToNode(long ptr) as a single point for converting from a DD long pointer to a referenced JDDNode. 11 years ago
Dave Parker 7eef2a266c Fix a few compiler warnings. 11 years ago
Dave Parker 0e9b9c38e7 Makefile fixes: stop javah-created headers showing as modified in Cygwin svn due to line endings. 13 years ago
Dave Parker d1046f553b Typos (fix from Gaston Ingaramo). 13 years ago
Dave Parker 96992ff1c9 Make error_message vars static in sparse/hybrid/mtbdd engines - reportedly causes crashes otherwise (fix from Gaston Ingaramo). 13 years ago
Dave Parker a955042131 Add intermittent progress updates to numerical solution (mtbdd engine). 14 years ago
Dave Parker 07bf18a2f4 Fix makefiles with easier setup of classpath using * for jars. 14 years ago
Dave Parker 9786d49b3c Fix: missing parts of last commit. 14 years ago
Dave Parker c1e24408ae New (hidden) options for different symbolic reachability methods (-frontier, -bfs). Also: new way to read options from C++ code: PrismNative stores reference to Prism object which is then queried. 14 years ago
Dave Parker 3199c3daa2 Tidy up reachability code: strip out old diagnostic output, uncomment frontier method for easier testing. 14 years ago
Vojtech Forejt e3f6e64e7a package-info.java is ignored in makefiles 14 years ago
Dave Parker 3e4c617a81 Move most native code options from engine shared libraries to prism library. 14 years ago
Dave Parker ab6d2bbbef Remove use of -lm linking under Cygwin. 14 years ago
Dave Parker f344411a3c Fixes in C-code warning message functions. 15 years ago
Vojtech Forejt dc6037d047 PrintWarningToMainLog method that gives access to Java printWarning method. 15 years ago
Dave Parker f61753b14e Slight changes to exporttransdot format (to match explicit): boxes bot circles for states (works better when there are state labels) and larger dots for mdp transitions. 15 years ago
Vojtech Forejt abda1ed33a additional changes re setting mainlog and techlog in native calls 15 years ago
Vojtech Forejt 6e3b126188 corrected a problem with setting mainlog and techlog in native calls 15 years ago
Dave Parker 35f377ab3e Improved documentation (JavaDoc mostly). 15 years ago
Vojtech Forejt a385efdea6 %d to %ld (remaining files) 16 years ago
Vojtech Forejt 93f250b941 - changed %d to %ld where fox_glynn output is logged 16 years ago
Dave Parker b6b993f030 Improved Fox-Glynn for small numbers + int overflow bugfix (Vojta). 16 years ago
Dave Parker 56091fb8ac Import initial distributiion option for DTMCs too. 17 years ago
Dave Parker 0dc7132f3b Option to export transient probabilities + (internally) possibility to choose initial distribution for CTMC transient. 17 years ago
Dave Parker 0d2d505697 Bugfix: Crash on CTMC transient probs with MTBDD engine. 17 years ago
Dave Parker 57547299d9 New option to export model to dot file with embedded state info (-exporttransdotstates). 17 years ago
Dave Parker d406c932fc Bug fix in expected reward reachability computations (regarding transitions to infinity states). 17 years ago
Dave Parker 2cc923719e Bug fix: Detection of error when Fox-Glynn value computation overflows. 18 years ago
Dave Parker 55c0797a8c Improvements to memory handling, especially in sparse/hybrid engines: 18 years ago
Dave Parker e9bcc66bd1 Precomputation algorithm tidy-up. 18 years ago
Dave Parker d11036e9ad Code tidy to remove compile errors. 18 years ago