1569 Commits (16d294eca95bc44ea4f49c012d2c5ce471c27b4f)

Author SHA1 Message Date
Dave Parker 4e1900207a Separate MDP multi-objective setting from main MDP one. 13 years ago
Dave Parker 8833a6ef1d Option 'snaphot' for -simpath also displays state/step indices. 13 years ago
Dave Parker bca442ee59 In -simpath, specifying the vars=(...) option automatically triggers the changes=true option (to match behaviour in previous versions of PRISM), unless overridden by setting changes=false). 13 years ago
Dave Parker ec422e5c90 Bug fix in -simpath: state/step indices were not being displayed correctly when changes=true was set. 13 years ago
Dave Parker 1cad46ecec Add -politer switch and auto-switch to explicit engine for MDP methods other than value iteration. 13 years ago
Dave Parker 30e1bc53e1 Compile fix. 13 years ago
Dave Parker 77950aa954 Add missing operators EG and AF to CTL model checking. 13 years ago
Dave Parker abdb2f27c8 Bugfix: NPE in explicit reward structure creation (spotted by Marcus Daum, previously fixed in prism-games by Aistis). 13 years ago
Dave Parker 556dff7b30 Disable debug checks on CUDD close: see if we can actually get rid of annoying cuddClearDeathRow error messages. 13 years ago
Dave Parker 36adda1471 The "r" is prepended to svn revision numbers automatically (in prism.getVersion and printversion.sh). 13 years ago
Dave Parker 1bdb4ad285 Bugfix: prism.buildNumber should default to "" not null. 13 years ago
Dave Parker fecb67a17d Add bash script to extract PRISM version from Java source. 13 years ago
Dave Parker b9caf433f0 Slight changes to way version number is stored + possiblity of reading in svn revision. 13 years ago
Dave Parker ce11649a11 Move version number into prism.Version and automate build process to extract version. 13 years ago
Dave Parker af2379160b Bug fix: PEPA model errors were not handled properly in the GUI. 13 years ago
Dave Parker e8eb82d8ff Added probs option to -simpath switch allow displaying of transition probabilities/rates (+ addition of this info to underlying path data structures, interfaces, etc.) 13 years ago
Ernst Moritz Hahn 55025ee63b too slow 13 years ago
Ernst Moritz Hahn 4ae35b1beb began modifying for storing actions 13 years ago
Ernst Moritz Hahn 1f5a901890 instantaneous and cumulative rewards for explicit engine for dtmcs and ctmcs 13 years ago
Ernst Moritz Hahn 78ab1251ad bugfix: removed variable which was already declared in grandparent class 13 years ago
Dave Parker 1630ce864f Upgrade from warning to error: non-support of state rewards in multi-obj model checking. 13 years ago
Vojtech Forejt be4edc62e5 a warning printed in multi-objective if state reward exist (in which case they are ignored 13 years ago
Vojtech Forejt 8aac321f5e Pareto points in GUI must be added in the right order to be shown 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 85464b1280 Add svn rev to bet version num. 13 years ago
Dave Parker 5f7ff4e762 Compile fix (for Windows). 13 years ago
Dave Parker 9074396fc1 Compile fix (for Windows). 13 years ago
Vojtech Forejt b14e9be8c3 put updateRemovedActions back to the calling code as it was changing variables which were supposed to be non-local. Also fixed a bug where in temporary opandboundslist a non-temporary list was used (this was most likely a typo) 13 years ago
Dave Parker 6ec5c0328d Add -ex switch to -help. 13 years ago
Dave Parker 8210e8040c Improve some error messages for multi-objective. 13 years ago
Dave Parker 10e657f3b8 Code tidy. 13 years ago
Dave Parker 13862b1dbd Tweak -help text. 13 years ago
Dave Parker 3eb2f0efcc Add -lp switch as alternative for -linprog. 13 years ago
Dave Parker 466d6ab21f Code tidy. 13 years ago
Dave Parker 3dfc147fc7 Fix GUI so that displayed property results (in results dialog, tooltips) respect new lines (e.g. for Pareto properties). 13 years ago
Dave Parker 01c8e4872d Pareto queries return actual point list (TileList), not void. 13 years ago
Dave Parker 8a4f1815b6 Reformat toString for TileList. 13 years ago
Dave Parker 4eba6c48f3 Code tidy 13 years ago
Dave Parker db928a3402 Tweak/move error messages for non-supported R[C] operator. 13 years ago
Dave Parker 4d9d778515 Comment tweak 13 years ago
Dave Parker 4bbe7cf75e code tidy 13 years ago
Dave Parker 47c1a13428 Tidy/tweak multi-objective settings, align with others. 13 years ago
Dave Parker 0abe4e8a72 Remove @author tag(s), for consistency. 13 years ago
Dave Parker b13aa417ad Un-needed files (since fairnesss stuff not in this branch, currently). 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 5932841ec7 Update version info (to 4.1.beta1). 13 years ago
Dave Parker 2884b8b143 Better error message for non-supported S operator in explicit engine. 13 years ago
Dave Parker 2ef6a3e2ee Bug fix: computing next probs in explicit engine (was not converted to embedded DTMC). 13 years ago