75 Commits (74416f343c614218667a8d981468e8fa54edf820)

Author SHA1 Message Date
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 b49ecc8dcb MTBDD model checking: Harden against missing ODD 7 years ago
Joachim Klein d73591178b
PrismHybrid.java: Protect interval iteration JNI calls against large state spaces 7 years ago
Joachim Klein 4de3c189a4 Build: Switch from javah (deprecated since JDK8) based JNI header generation to javac 8 years ago
Joachim Klein a412c9e30c symbolic stochastic computations: fix memory leak of the FoxGlynnWeights weights array 8 years ago
Joachim Klein 90d8529f2d sparse/hybrid stochastic: fix delete call in error case 8 years ago
Joachim Klein 418a63ae7b hybrid.cc: initialise col_offset in hdd_negative_row_sums 8 years ago
Joachim Klein 950d7e49bb mtbdd/hybrid/sparse: Generate PrismNotSupportedExceptions if native error message contains 'not supported' 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 7edb481d76 Hybrid/sparse: Add check against state index overflow also to interval iteration methods 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 6b856bce86 PH, PS: log errors via "%s" 9 years ago
Joachim Klein e31b05c257 PH: cleanup format strings 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 522adb9b57 PH iteration methods: use MeasureSupNorm. 9 years ago
Joachim Klein 06e23c9b4f (export iterations) Hybrid 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 c246228a18 Hybrid engine: Error if number of reachable states is too large 9 years ago
Joachim Klein 72d08b9407 hybrid engine: consistently use delete[] when destroying solution vectors 10 years ago
Dave Parker 0e9b9c38e7 Makefile fixes: stop javah-created headers showing as modified in Cygwin svn due to line endings. 12 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 8c0f4f024d Fix for last commit. 14 years ago
Dave Parker 5cb3822798 Add intermittent progress updates to numerical solution (hybrid engine). 14 years ago
Dave Parker 07bf18a2f4 Fix makefiles with easier setup of classpath using * for jars. 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. 14 years ago
Vojtech Forejt dc6037d047 PrintWarningToMainLog method that gives access to Java printWarning method. 14 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 4f031e6931 Cody tidy to remove some (C++) compiler errors. 16 years ago
Dave Parker 56091fb8ac Import initial distributiion option for DTMCs too. 16 years ago
Dave Parker 0dc7132f3b Option to export transient probabilities + (internally) possibility to choose initial distribution for CTMC transient. 16 years ago
Dave Parker 2cc923719e Bug fix: Detection of error when Fox-Glynn value computation overflows. 17 years ago
Dave Parker 6232c4caa6 Removed redundant out-of-memory errors. 17 years ago
Dave Parker 55c0797a8c Improvements to memory handling, especially in sparse/hybrid engines: 17 years ago
Dave Parker 06c917a55f Code tidy to remove compile errors. 17 years ago