82 Commits (f3611c33ed6646b401983f27523ea4adc1df903f)

Author SHA1 Message Date
Dave Parker 1dc1e484b7 Tidy up JNI wrapper around NDSparseMatrix and push action index storage inside the data structure. 12 years ago
Dave Parker edcac4a4a2 Added R[C<=k] operator for MDPs (sparse, explicit). 12 years ago
Dave Parker 31e1c6b6c7 Tidy, document and expand Integer/DoubleVector classes. 13 years ago
Dave Parker 2837f71036 First (partial) connection of sparse adversary generation to Strategy classes and -exportstrat. 13 years ago
Dave Parker a185e6cba9 Missing file from last commit. 13 years ago
Dave Parker cc15e6c010 Add integer vector storage class to dv package. 13 years ago
Dave Parker 5f4b6b5c65 Remove old unneeded code. 13 years ago
Dave Parker 026359ea2f Undo last commit 13 years ago
Dave Parker 2c5a9de4f8 Code tidy: imports. 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 ad294aa981 Added dot product method to symbolic StateValue classes. 14 years ago
Dave Parker b855754ae9 Set delay for intermittent num sol updates to 5 secs. 14 years ago
Dave Parker 7725e3b89c Add intermittent progress updates to numerical solution (sparse engine). 14 years ago
Dave Parker 4a8285eec7 Utility method in ODDUtils for converting state index to BDD (already existed at C++ level). 14 years ago
Dave Parker 3982420c3d Utility method in ODDUtils for finding index of first state in a BDD. 14 years ago
Dave Parker 9786d49b3c Fix: missing parts of last commit. 14 years ago
Dave Parker c1e24408ae New (hidden) options for different symbolic reachability methods (-frontier, -bfs). Also: new way to read options from C++ code: PrismNative stores reference to Prism object which is then queried. 14 years ago
Dave Parker 720d47eb7d Added method get_real_time to get real system time, via Java, from C. 14 years ago
Dave Parker 3e4c617a81 Move most native code options from engine shared libraries to prism library. 14 years ago
Dave Parker 94cc80b19e Missing committed file from earlier JDD-debug functionality. 14 years ago
Vojtech Forejt dc6037d047 PrintWarningToMainLog method that gives access to Java printWarning method. 14 years ago
Dave Parker 0debba1332 New JDD debugging code from Vojta (disabled by default). 14 years ago
Dave Parker 4ca846889f Extra DD-to-PP file export functionality for 3D matrices (from Vojta). 15 years ago
Dave Parker 5b1ab9a806 Missing EXPORTs (for Windows) in includes. 15 years ago
Dave Parker 617137b27d Fix: Time-bounded probs for CTMC are exactly 1 (no round-off) for target states. 15 years ago
Dave Parker 3f734e76db Added func in odd to convert index to BDD. 15 years ago
Dave Parker b6b993f030 Improved Fox-Glynn for small numbers + int overflow bugfix (Vojta). 16 years ago
Dave Parker 7b79848f32 Updated (sparse engine) adversary generation for reachability rewards to use new switches, actions, etc. 16 years ago
Dave Parker c66d0a0af4 Removed unneeded sim header files. 16 years ago
Dave Parker c5a2ca0ad1 Bug fixes + tidying in adversary export enabling. 16 years ago
Dave Parker 06f0bbe857 Fixes for DLL building on Windows. 16 years ago
Dave Parker fe6b77ba31 Added -exportadv option to enable adversary generation. 16 years ago
Dave Parker 62880190eb Utility methods in double vectors. 16 years ago
Dave Parker 6a0f1b733c Code tidy. 16 years ago
Dave Parker 5ab203161e Export transition matrix for MDP includes action names. 16 years ago
Dave Parker 8effa267f4 Fixed bug in storage of action info for deadlocks + changes to internal storage. 16 years ago
Dave Parker 9b80ae6e39 Type cast fix: stops compilation on Mac. 16 years ago
Dave Parker b09727fda4 Construction of (symbolic) action label info (currently enabled), functions to convert to sparse storage, and use of this in the adversary generation for MDP until (still switched off for now). 16 years ago
Dave Parker 57547299d9 New option to export model to dot file with embedded state info (-exporttransdotstates). 17 years ago
Dave Parker 9d151a85f8 Addition of get_index_of_first_from_bdd() function to ODD lib. 17 years ago
Dave Parker d199d035ed Integration of prism-explicit branch into trunk, i.e. merge of trunk@1015-prism-explicit@1405 into trunk. 17 years ago
Dave Parker 21d2c058f3 Re-arrangement of PrismUtils stuff (split of native and non-native code). 17 years ago
Dave Parker 0c4648435b Added EXPORTs to fix DLL issues on Windows. 17 years ago
Dave Parker 55c0797a8c Improvements to memory handling, especially in sparse/hybrid engines: 17 years ago
Dave Parker e9bcc66bd1 Precomputation algorithm tidy-up. 17 years ago
Dave Parker 06c917a55f Code tidy to remove compile errors. 17 years ago
Dave Parker d11036e9ad Code tidy to remove compile errors. 17 years ago
Dave Parker 5c7c11c23d Fixes to allow building under Fedora 9 (GCC 4.3). 18 years ago
Dave Parker 52bddb824e New and improved version of MDP LTL model checking. 18 years ago
Dave Parker feacf0c238 First version of explicit expression evaluation stuff (all but functions). 18 years ago