49 Commits (5b5bac7fe3bb15375237c368dc155f6a5eb98e99)

Author SHA1 Message Date
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
Dave Parker 87bbbf71bf Bug fix (CTMC cumulative rewards with rewards on self-loops) (hybrid engine). 17 years ago
Dave Parker c602652637 Bug fix (CTMC cumulative rewards with rewards on self-loops) (hybrid engine). 17 years ago
Dave Parker 5c7c11c23d Fixes to allow building under Fedora 9 (GCC 4.3). 18 years ago
Dave Parker 32086274a2 Added transient probabilities computation for DTMCs. 18 years ago
Dave Parker 0f8b464895 C++ code tidy: unused variable removal. 18 years ago
Dave Parker 5acfb2ec78 Added hybrid implementation of R=?[I] for DTMCs. 18 years ago
Dave Parker 2179deefdb Updated email addresses and affiliations in copyright info. 18 years ago
Dave Parker df8c99805d Fix for hybrid GS bug introduced during previous "fix" at rev 504. 18 years ago
Dave Parker 8300530b0b Fixed bug (occurred e.g. on dining_crypt 15 with -h/-gs/-nopre) to do with empty diagonal blocks on hybrid Gauss-Seidel. 18 years ago
Dave Parker db117c74c4 Code tidy: some return types and int/double cast issues. 18 years ago
Dave Parker cd0ebbde5b Bug fix in new R=?[C<=k] code for DTMCs. 19 years ago
Dave Parker 3dac129c9b Added cumulative reward model checking for DTMCs (all 3 engines). 19 years ago
Dave Parker d636ab1969 Addition of 64-bit PRISM branch to trunk. 19 years ago
Dave Parker 5ef3824832 Rearrangement and tidy-up of copyright/license info in file headers. 19 years ago
Dave Parker eaed7b4233 Improved Java detetction in Makefile, including case where directory has a space, e.g. "Progam Files". 19 years ago
Dave Parker 6a562a7714 Fixed building of Windows DLL to allow intra-library loading. Moved foxglynn.c/h to prism.c/h. 19 years ago
Dave Parker 835e668ab0 Fixed uniformisation-based methods to use epsilon/8 instead of epsilon. 19 years ago
Dave Parker 20a6be968b Removal of explicit lists of Java/C++ files from Makefiles (we are reliant on GNU make anyway). 19 years ago
Dave Parker 1188cda273 Added option to disable steady-state detection for CTMC transient analysis. 20 years ago
Dave Parker bde546ea25 Added getLastUnif() to hybrid engine for querying uniformisation rate. 20 years ago
Dave Parker e799b672d6 Typo in non-convergence error messages. 20 years ago
Dave Parker 0967807f5b Improved error handling in model checkers (Java and C++). 20 years ago
Dave Parker 08efa5ea47 Bug fix in PH_ProbReachReward: segfault when linear equation system solution fails. 20 years ago
Dave Parker cb6e1b9930 Overhaul of export functionality: 20 years ago
Dave Parker b54050a199 PRISM trunk layout rearrangement. 20 years ago