84 Commits (ff11760860c7010c1bad061816ea28db040f4103)

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
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. 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
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. 16 years ago
Dave Parker 48a2e4bcc8 Undo last commit. 16 years ago
Dave Parker ed96947903 Improvements to ConstructModel (explicit). 16 years ago
Dave Parker 5580c71566 Removed extra accidental bits of last commit. 16 years ago
Dave Parker 45e45cb7a5 Removed des files 16 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. 17 years ago
Dave Parker e7b1416ad4 Bugfix: errors in actions for adversary generation. 17 years ago
Dave Parker 6c37d7be2c Switched adversary generation back off. 17 years ago
Dave Parker 0b5f006108 No crash when adv.tra file cannot be written. 17 years ago
Dave Parker da99036877 Missing file for rev 1604 - oops. 17 years ago
Dave Parker b9e9f333ee Switched adversary generation back off. 17 years ago
Dave Parker 8effa267f4 Fixed bug in storage of action info for deadlocks + changes to internal storage. 17 years ago
Dave Parker 4f031e6931 Cody tidy to remove some (C++) compiler errors. 17 years ago
Dave Parker 56091fb8ac Import initial distributiion option for DTMCs too. 17 years ago
Dave Parker 0dc7132f3b Option to export transient probabilities + (internally) possibility to choose initial distribution for CTMC transient. 17 years ago