92 Commits (16d294eca95bc44ea4f49c012d2c5ce471c27b4f)

Author SHA1 Message Date
Dave Parker 1dc1e484b7 Tidy up JNI wrapper around NDSparseMatrix and push action index storage inside the data structure. 12 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 9b2d57fccd Missing file from last commit. 12 years ago
Dave Parker edcac4a4a2 Added R[C<=k] operator for MDPs (sparse, explicit). 12 years ago
Dave Parker 80ddd4be4b Some additions to Strategy classes + better integration of symbolic strategy generation. 13 years ago
Dave Parker 2837f71036 First (partial) connection of sparse adversary generation to Strategy classes and -exportstrat. 13 years ago
Dave Parker 026359ea2f Undo last commit 13 years ago
Dave Parker 2c5a9de4f8 Code tidy: imports. 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
Vojtech Forejt 772767fcd7 * maximal number of iteration was changed in C++ code which influenced subsequent runs 13 years ago
Vojtech Forejt f2b3b9bd7b disabling ignored weights due to a numerical problem (multi(Pmax=?[F s1=7&s2=7&d1+d2=7],Pmax=?[F s1=7&s2=7&d1+d2=8]) with two-dice.nm) 13 years ago
Dave Parker 5f7ff4e762 Compile fix (for Windows). 13 years ago
Dave Parker 9074396fc1 Compile fix (for Windows). 13 years ago
Dave Parker 702e9e5df0 Corrected/added headers + copyright info. 13 years ago
Dave Parker 9b5aae301f Patch in current version of multi-objective model checking (from prism-multi branch). Still need to copy across etc/ directory containing lpsolve libraries. Also contains a few JDD fixes via Christian von Essen. 13 years ago
Dave Parker 7725e3b89c Add intermittent progress updates to numerical solution (sparse 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
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
Dave Parker b102e6aaf7 Missing error messages (in GUI) about unsupported numerical methods. 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
Dave Parker 52e3d712e7 Added -exportadvmdp switch. 15 years ago
Dave Parker 48a2e4bcc8 Undo last commit. 15 years ago
Dave Parker ed96947903 Improvements to ConstructModel (explicit). 15 years ago
Dave Parker 5580c71566 Removed extra accidental bits of last commit. 15 years ago
Dave Parker 45e45cb7a5 Removed des files 15 years ago
Dave Parker 967dcef326 Yet another fix for adversary generation: previous fix was only for max (prob or exp reach) so now split into 2 cases for min/max. 16 years ago
Dave Parker 3e49feef72 Comments 16 years ago
Dave Parker 92a23586ec Fixed adversary generation (definitely broken for (min) rewards, possibly others): change way store adversary indices. Fixes problem of Ashustosh. 16 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 7b79848f32 Updated (sparse engine) adversary generation for reachability rewards to use new switches, actions, etc. 16 years ago
Dave Parker db56e3bc0f Fixed adversary generation to avoid end component problems and disabled Prob1 automatically. 16 years ago
Dave Parker 07ad85ac25 Optimisation in MDP until - remove prob 1 self-loops for max (also fixes some simple adv gen problems). 16 years ago
Dave Parker c5a2ca0ad1 Bug fixes + tidying in adversary export enabling. 16 years ago
Dave Parker fe6b77ba31 Added -exportadv option to enable adversary generation. 16 years ago
Dave Parker 16ae4e3d40 Possible bug fix (memory freeing). 16 years ago
Dave Parker 0509f5cc2d Bugfix: action names in adversary generation. 16 years ago
Dave Parker 7178fdd937 Bugfix: action info storage for MDPs. 16 years ago
Dave Parker 30010b26a0 Slight tweak to output of MDP dot files (consistency with explicit lib). 16 years ago
Dave Parker 5ab203161e Export transition matrix for MDP includes action names. 16 years ago
Dave Parker e7b1416ad4 Bugfix: errors in actions for adversary generation. 16 years ago