51 Commits (ac06210cdc9e4c9aa5010cbcf2d1ec4c95cfdb91)

Author SHA1 Message Date
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. 14 years ago
Vojtech Forejt dc6037d047 PrintWarningToMainLog method that gives access to Java printWarning method. 14 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. 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 0d2d505697 Bugfix: Crash on CTMC transient probs with MTBDD engine. 16 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. 17 years ago
Dave Parker 55c0797a8c Improvements to memory handling, especially in sparse/hybrid engines: 17 years ago
Dave Parker e9bcc66bd1 Precomputation algorithm tidy-up. 17 years ago
Dave Parker d11036e9ad Code tidy to remove compile errors. 17 years ago
Dave Parker cf4dafcc41 Bug fix (CTMC cumulative rewards with rewards on self-loops) (MTBDD engine). 17 years ago
Dave Parker 2852356135 Bug fix: Use of MTBDD engine with Gauss-Seidel detected as error in GUI. 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 2179deefdb Updated email addresses and affiliations in copyright info. 18 years ago
Dave Parker 0143cef09e Addition of -extrareachinfo option (and rearrangement of options in Modules2MTBDD). 18 years ago
Dave Parker 8b45a02257 Sparse version of MDP instantaneous reward operator (and commented-out code for printing all values - sparse/mtbdd). 18 years ago
Dave Parker 5941bef78f Instantaenous rewards for DTMCs/MDPs (MTBDD engine only). 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 e799b672d6 Typo in non-convergence error messages. 20 years ago
Dave Parker 2037dca0d5 Disable error handling (i.e. exceptions) for some PrismMTBDD functions where unused. 20 years ago
Dave Parker 0967807f5b Improved error handling in model checkers (Java and C++). 20 years ago
Dave Parker cb6e1b9930 Overhaul of export functionality: 20 years ago