1095 Commits (24caab6c9719d9be7d1003ca5a2778744568dd37)

Author SHA1 Message Date
Dave Parker 24caab6c97 Credit/copyright for Christian von Essen. 15 years ago
Dave Parker 5d3166a5b9 Re-arranged people in README. 15 years ago
Dave Parker af6eef0c49 Added castValueTo method to Type classes. 15 years ago
Dave Parker 41f38a34fc Added ability to have multiple RESULT test specifications for different constant values, e.g. "RESULT (x=1,y=2): 0.5". 15 years ago
Dave Parker f1bac71e5d Improved doc for Values class + new toStringConcatenated 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 7737034db7 Removed accidental part of last commit. 15 years ago
Dave Parker e33c2b1301 Added action names to other MDP explicit exports (dot, PRISM lang). 15 years ago
Dave Parker ac4eac3719 Action names included in explicit MDP export to tra file (from prism-qar). 15 years ago
Dave Parker 5e477df476 CHANGELOG. 15 years ago
Dave Parker 5bab1a4e1c Added -testall to -help text. 15 years ago
Dave Parker 9c1436994a Update CHANGELOG (actually, mostly done in last commit by mistake). 15 years ago
Dave Parker 88dc326670 Confirm that -importprismpp is hidden option for now. 15 years ago
Dave Parker cb49b36fc3 Bugfix: property handling in PTA model files fails (caused by inability to call tidyUp() twice in PropertiesFile). 15 years ago
Dave Parker 0728db06cf Explicit engine reward construction handles model constants properly. 15 years ago
Dave Parker 8bbda8f530 Added new expression evaluation methods (needed for explicit model checker). Unfortunately breaks some existing calls to evaluate(constVals, null) due to ambiguities. Need to replace them with evaluate(constVals). 15 years ago
Dave Parker d207970473 Some proposed changes to explicit.rewards classes (from prism-qar). 15 years ago
Dave Parker e3549400e6 Changed storage/evalation of constants in explicit model checker to fix some bugs and allow calls to checkExpression to handle constants. 15 years ago
Dave Parker be2d5d7b55 Added -importprismpp option to import directly from preprocessor files. 15 years ago
Dave Parker 6d1747ac33 Remove debug output + code tidy. 15 years ago
Dave Parker 4ca846889f Extra DD-to-PP file export functionality for 3D matrices (from Vojta). 15 years ago
Dave Parker 2654125531 * Check added to catch if the same variable is set twice in the same update 15 years ago
Dave Parker d0d92d3dc9 Code documentation. 15 years ago
Dave Parker b93cfa932b Partial support for explicit engine DTMC steady-state computation. 15 years ago
Dave Parker 85147f1a71 Explicit engine improvements, mainly MDP rewards: 15 years ago
Dave Parker cce9f00f4f Bugfix: action names in explicit model construction. 15 years ago
Dave Parker dec122cd20 Code comments 15 years ago
Dave Parker a126367821 Simulator engine: Documentation of Choice object, remove some unused Choice methods, add some action-querying methods in SimulatorEngine. 15 years ago
Dave Parker d061af7deb More rewards handled in explicit engine: state rewards for Markov chains. 15 years ago
Dave Parker ea14a0a7b6 Explicit engine: better error reporting of some unsupported properties. 15 years ago
Dave Parker 1c33e4b551 Explicit engine: better error reporting of some unsupported properties + support for property references. 15 years ago
Dave Parker 2106fa4d66 Code tidy. 15 years ago
Dave Parker 8266e5a1df Added -testall switch (does not exit on -test failure). 15 years ago
Dave Parker 6d7769c12c Added "tests" target to main Makefile which runs all regression tests (if installed locally). 15 years ago
Dave Parker 6289094aa0 Property references can appear in properties (still a few TODOs though). 15 years ago
Dave Parker 5ba2ca7768 Don't generate a CTL (EU) counterexample (witness) when the property is false. 15 years ago
Dave Parker d2fcc37136 Small tidy of CTL cex generation/storage - aiming towards integratino with other cex stuff. 15 years ago
Dave Parker e8c5f8243b Tidy up of CTL model checking support + allow AG (via EF). 15 years ago
Dave Parker 3c8ca8495d Added iff (<=>) to PRISM model/properties language. 15 years ago
Dave Parker 2dfc151b8a Version 4.0 num/changelog. 15 years ago
Dave Parker 6ffafb37e6 CHANGELOG. 15 years ago
Dave Parker 007786e74e Re-enable MDPSparse in the explicit engine by default. 15 years ago
Dave Parker c87aa97ade Removing accidental part of last commit. 15 years ago
Dave Parker 6166413a20 Bug fixes in explicit expected reward on embedded DTMCs from CTMCs. 15 years ago
Dave Parker 41fb874956 Explicit engine Gauss-Seidel enabled for CTMCs too. 15 years ago
Dave Parker 57010fcda6 Time-bounded CSL model checking for CTMCs in explicit engine. 15 years ago
Dave Parker 70847cecd0 Bugfix in just committed "and" operation in explicit model checker. 15 years ago
Dave Parker 99566fce64 Explicit model checker handles "and" directly, not via evaluate(). 15 years ago
Dave Parker 1a21d7f342 Explicit engine handles "deadlock" and "init" labels, if not embedded in a (logical) expression. 15 years ago
Dave Parker fde2287c8b Bugfix: simulator should not show zero prob/rate transitions. 15 years ago