2322 Commits (33ddccaf6bc0c414260cbe114648d0a547c5ff7a)
 

Author SHA1 Message Date
Dave Parker 3ef803f384 Re-factor code to detect cycles in dependencies. 12 years ago
Dave Parker 9e2c117954 lpsolve Makefile fix (from Steffen Maercker). 12 years ago
Dave Parker 45daee70e4 Update author info in some recently change classes. 12 years ago
Dave Parker 7fb4426803 Models can have multiple system...endsystem constructs, they can be named, and they can be referenced from each other. 12 years ago
Dave Parker 309cfc0294 Code tidy (JavaDoc). 12 years ago
Dave Parker 085a3e0b1c Small refactoring of methods to compute steady-state probabilities. 12 years ago
Dave Parker ba38ca8074 Code tidy 12 years ago
Dave Parker 07bed0bbe6 Bug fix - multiple constants in RESULT spec for testing was not working. 12 years ago
Dave Parker b22dd6a64e Remove trailing space when outputting StateValuesMTBDD. 12 years ago
Dave Parker 12edd80b2f Add clear() to the StateVector interface 12 years ago
Dave Parker 51b805ac57 Bug fix - storeVector setting not being passed to symbolic model checkers. 12 years ago
Dave Parker b7864791dc Store vector in Result during model checking if requested. 12 years ago
Dave Parker 3539596e16 Add optinal storage of a StateVector to Result class. 12 years ago
Dave Parker a783609238 Missing file from last commit. 12 years ago
Dave Parker c494df569b Add basic prism.StateVector interface, supported by various types of state vector. 12 years ago
Dave Parker fd55870fc6 Bug fix in previous commit. 12 years ago
Dave Parker 7a4b42efde Add an (as yet unimplemented) option to Prism to store the vector of results during model checking. 12 years ago
Dave Parker f85400152d Re-factoring - push the creation of default filters during model checking into a utility method in ExpressionFilter. 12 years ago
Dave Parker 0c3219e175 Connect export to dot with states option to Prism. 12 years ago
Dave Parker 1d2bb4a49d Add option to show states in dot file exported for explicit models (plus some commenting). 12 years ago
Dave Parker d3a267a2dc Refactor exportToDot methods for explicit model classes - subclasses just need to export their transitions, so it is easier to add more functionality regarding state info. 12 years ago
Dave Parker b7a84cf488 Move ParamModelChecker.closeDown() somewhere more sensible. 12 years ago
Dave Parker 228dd549c3 Add some missing/extra log close()s - from Jens. 12 years ago
Dave Parker 29a26482b9 Bug fix: explicit engine dot export threw unnecessary exception. 12 years ago
Dave Parker 87dd779e30 Add Locale.UK to String.format to stop . changing to , in some places (from Jens). 12 years ago
Dave Parker b970c2740b Fix oddity in return type of DTMC.getNumTransitions(s) - double not int. 12 years ago
Dave Parker 0ed188c06e Make NSIS installer creator use correct "Program Files" depending on 32/64-bit-ness. 12 years ago
Dave Parker 77bfea558f Fix Makefile so that it does not mis-show ARCH as 86_64 when building on 32-bit Win. 12 years ago
Dave Parker 9c0273f878 Assume Java 7 not 6 when building binaries now. 12 years ago
Dave Parker 81d8cad3aa Better error message when trying to use "multi" function on models other than MDPs. 12 years ago
Dave Parker 850ed89353 CHANGELOG. 12 years ago
Dave Parker e124caac03 CHANGELOG. 12 years ago
Dave Parker c546ba5c03 Fix version for 4.2.beta1 12 years ago
Dave Parker 8f7913074d Fix version for 4.2 12 years ago
Dave Parker 9d7faf1da8 Comment clarification. 12 years ago
Dave Parker 945432ed63 Fixed bugs in output of vectors when showing states but no indices. 12 years ago
Dave Parker 17dc2a91b2 NaN values in rewards cause an error (explicit engine only so far). 12 years ago
Dave Parker dfce095d45 Make sure that some PrismFileLogs are close()ed after use - spotted as a bug by Bruno. 12 years ago
Dave Parker 21748bcaa4 Tidy up of export-to-Dot functionality, plus new "dot" option for exporting strategy (explicit engine only, currently). 12 years ago
Dave Parker 7b8b7832a4 Code tidy + new methods in PrismFileLog. 12 years ago
Dave Parker 4d4d288488 Output tweak: extra new line. 12 years ago
Dave Parker 08abf1bffe Bug fix: pre-strategy generation check done before model construction. 12 years ago
Dave Parker e773d28c15 Add buildMCRewardsFromPrismExplicit method (untested). 12 years ago
Frits Dannenberg 16d294eca9 changed output se 12 years ago
Ernst Moritz Hahn e1bfb8637f fix for fau 12 years ago
Vojtech Forejt 9ca61c1f74 changing permissions, to fix cygwin 64bit compilation 12 years ago
Frits Dannenberg 720cde341d small bug fix for extremely large right truncation points from Fox-Glynn in the FAU method 12 years ago
Ernst Moritz Hahn 1397f39709 improved description of FAU in commandline and GUI 12 years ago
Ernst Moritz Hahn b5c09de4c4 fixed stopping criterion for fast adaptive uniformisation when being in array mode 12 years ago
Dave Parker 2ef13b46e5 Small fix in prism2latex. 12 years ago