1271 Commits (68c65a560fa9c2d1a9e4ab45a2de60112ec2af6c)
 

Author SHA1 Message Date
Dave Parker 68c65a560f CHANGELOG. 15 years ago
Dave Parker 10313b7d02 Improved handling of undefined constants in properties files: 15 years ago
Dave Parker 236d1db265 Tidy/document DefinedConstant and UndefinedConstants classes. 15 years ago
Dave Parker 120f88862d Added PEPA zip to Eclipse config. 15 years ago
Dave Parker 49b9846c5b Fix CTL counterexample generation for case where there are multiple initial states. 15 years ago
Dave Parker 36e523c90a Bugfix: bug added in recent changes to initial state creation. 15 years ago
Dave Parker 2e065801b9 Added anti-aliasing by default to model text editors. 15 years ago
Dave Parker 26130c8d38 Correct types for initial state of ModulesFile (only a problem when there are clocks). 15 years ago
Dave Parker 3ee741c788 Version num (4.0.1.dev). 15 years ago
Dave Parker 34daba81cf Remove version num from README. 15 years ago
Dave Parker 2eaee4ef55 4.0.1 release notes. 15 years ago
Dave Parker 657afdcd52 Version nums (4.0.1). 15 years ago
Dave Parker 9f91ecae2f CHANGELOG.txt. 15 years ago
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