389 Commits (4317643abf601cbe47d42a16ecd89983ccae6d70)

Author SHA1 Message Date
Ernst Moritz Hahn fd855d0ff4 reintegrated parametric stuff 13 years ago
Dave Parker 4e1900207a Separate MDP multi-objective setting from main MDP one. 13 years ago
Dave Parker 4d9d778515 Comment tweak 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 65bb3d2d9a Compiler warning. 14 years ago
Dave Parker cd250aa6d1 Improved selection of matching RESULT for -test: can just have a subset of const values in the RESULT spec. 14 years ago
Dave Parker 0022e81b1b Parser handles invalid literals (too big etc.) + tidy up of parser error reporting code. 14 years ago
Dave Parker cdac320532 Fix in parser: make keyword list be created statically. 14 years ago
Dave Parker f19c4238d3 Type conversion bug. 14 years ago
Dave Parker 5d37e99d57 Type tidying in castValueTo methods. 14 years ago
Dave Parker 07bf18a2f4 Fix makefiles with easier setup of classpath using * for jars. 14 years ago
Dave Parker 3c44acb8e1 Added new printall filter. 14 years ago
Dave Parker 2ec83e9296 Bug fix in reward struct print out - breaks digital clocks output with un-named rewards structs. 14 years ago
Dave Parker 63162e41a3 Time-bounded properties with equal lower/upper bounds, e.g. P=?[ F[T,T] target ], can be specified as P=?[ F=T target ], for convenience. 14 years ago
Dave Parker 0b2f9a078f Refactor explicit-files model import, splitting into two phases to allow addition of import for explicit engine later. 14 years ago
Dave Parker 4a20773172 Better error message for unexpected non-exception. 14 years ago
Dave Parker 2a609cb942 Better error message for unexpected non-exception. 14 years ago
Dave Parker 1955392c65 Test mode can expect exceptions, e.g. using: 14 years ago
Dave Parker e3846c7d21 Push some function evaluation code into separate methods, for easier re-use elsewhere. 14 years ago
Dave Parker 9d13945300 New toString method + comments in State. 14 years ago
Dave Parker 33204e0f64 Bugfix in Module deepCopy(). 14 years ago
Dave Parker da0855d97d Bug fix: deepCopy of SystemParallel doesn't copy actions - also means actions get lost in digital clocks translation (bug found by Arnd on BRP PTA). 14 years ago
Dave Parker a3d99e62d0 Add property reference support to PTA ans approx model checking. 14 years ago
Dave Parker b870e550e7 Fixes/renames in property reference search code. 14 years ago
Dave Parker be53bceb72 Rename a few visitor classes 14 years ago
Dave Parker fd968a89d1 Check for cyclic dependencies in property references. 14 years ago
Dave Parker ac31984b5a Fix type checking for property references (and some autoformatting - oops). 14 years ago
Dave Parker c7365ce0d9 Bugfix: look for undefined constants recursively in referenced properties. 14 years ago
Dave Parker c7d1af5f85 More fixes for bugs introduced in recent "improvements" to constant handling API: 14 years ago
Vojtech Forejt e3f6e64e7a package-info.java is ignored in makefiles 14 years ago
Dave Parker 148f2b814e Fix in numerical value comparison for -test checks. 14 years ago
Dave Parker 086bb3243d RESULT label for test properties can be NaN. 14 years ago
Dave Parker 854cd58edd Typo in error message (old debugging info). 14 years ago
Dave Parker 95d7e89a57 Bugfix: previous "improvement" to API wrt undefined constants broke some models, e.g. when trying to evaluate pow/floor etc. with wrong number of arguments. 14 years ago
Dave Parker 7fda209763 Undo revision 4243 - alternative fix coming up 14 years ago
Vojtech Forejt b1ea8c04d4 Fixed handling of the case when functions like pow, floor, etc. are given incorrect number of arguments. 14 years ago
Vojtech Forejt b1e27b40c5 added a missing class for handling named properties in the gui 14 years ago
Dave Parker a066e5db8e Bugfix in handling of init/deadlock labels during constant processing - e.g. P=?[F "deadlock"&x=i] failed if i was a constant. 14 years ago
Dave Parker bf59e25a49 Fixed a bug in getAllUndefinedConstantsRecursively. Showed up when running auto in embedded example. Bug found by Janne Kauttio. 14 years ago
Dave Parker 9e7ff7c43b Makefile fix. Package parser.type may not get built in some scenarios. 14 years ago
Dave Parker 14025e109d Improvements to StateValues class + it's use in explicit model checking. 15 years ago
Dave Parker 3e8f246006 Typos in javadoc comments. 15 years ago
Dave Parker 3723afae6c New isDefinedConstant methods (+ code tidy). 15 years ago
Dave Parker d4ce4fa73c Code doc 15 years ago
Dave Parker 10313b7d02 Improved handling of undefined constants in properties files: 15 years ago
Dave Parker 36e523c90a Bugfix: bug added in recent changes to initial state creation. 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 af6eef0c49 Added castValueTo method to Type classes. 15 years ago