88 Commits (42dc01a1b5c49a5aa8079655386f165eee58e39e)

Author SHA1 Message Date
Dave Parker e8bb5b2880 Store and report on accuracy information for numerical model checking queries. 6 years ago
Chris Novakovic a712065d9a Makefile: replace hardcoded directory names with PRISM_*_DIR 7 years ago
Chris Novakovic f55d40cc9a Makefile: export standard compiler and compiler flag variables 7 years ago
Chris Novakovic 6509b6ab9e Makefile: use standard variable names for compilers and their flags 7 years ago
Chris Novakovic aa09191f20 Makefile: prepend PRISM-specific _DIR variables with PRISM_ 7 years ago
Joachim Klein dc5a8b6f7e Proper DD cleanup after MTBDD engine's Gauss-Seidel exception 7 years ago
Chris Novakovic 341efe4d21 Don't hardcode maximum dimensions for DOT graphs 8 years ago
Joachim Klein f767eb70d0 symbolic exports: fix ReleaseStringUTFChars call on null pointer 8 years ago
Joachim Klein 4de3c189a4 Build: Switch from javah (deprecated since JDK8) based JNI header generation to javac 8 years ago
Joachim Klein 22acfdb8cc mtbdd stochastic computations: fix MTBDD leaks in Fox-Glynn error handling 8 years ago
Joachim Klein a412c9e30c symbolic stochastic computations: fix memory leak of the FoxGlynnWeights weights array 8 years ago
Steffen Märcker 9a3f5f4bbf Add comment on power method for steady-state computation 8 years ago
Joachim Klein 950d7e49bb mtbdd/hybrid/sparse: Generate PrismNotSupportedExceptions if native error message contains 'not supported' 8 years ago
Joachim Klein 29e2ba21eb ExportIterations: Log the file name when exporting iterations 8 years ago
Joachim Klein 2c906bf54d ExportIterations, mtbdd: fix iteration export when transpose==true 8 years ago
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. 15 years ago
Dave Parker ab6d2bbbef Remove use of -lm linking under Cygwin. 15 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