200 Commits (3d4552cbf8b6f0a9ce161841c8c0161d1119cf01)

Author SHA1 Message Date
dehnert 3d4552cbf8 started working on improved JANI model building that still allows for more relaxed rules than PRISM when it comes to writing global variables 10 years ago
dehnert 82023d280d JANI model builder for MDPs is working now, but too slow 10 years ago
dehnert 3919f90712 started debugging JANI MDP building 10 years ago
dehnert 7750480714 JANI model builder for DTMCs working 10 years ago
dehnert 310db8a234 started to include reachability in JANI model generation 10 years ago
dehnert 32ec106588 more work on symbolic JANI model building 10 years ago
dehnert 6313e4c31b fixed a bug in symbolic model generator 10 years ago
dehnert adf8232896 more work and fixes for symbolic JANI builder 10 years ago
dehnert c4327e91a9 more work on symbolic JANI model builder 10 years ago
dehnert 9c75e9dbd7 more work on JANI model generation 10 years ago
dehnert 32dc38b48f some more steps towards symbolic builder for JANI models 10 years ago
dehnert 1892a9657f added some accessor functions and iteration capabilities. started on symbolic jani model builder 10 years ago
dehnert 7d03f0e4d0 improved error checking for custom parallel composition. added small tests. 10 years ago
dehnert bf65ef726c system composition in PRISM appears to be working 10 years ago
dehnert 4c4e830a4c started on supporting renaming/hiding in PRISM models 10 years ago
dehnert 1df8a5c7cc parallel composition (full, restricted, interleaving) for PRISM appears to work, added some more sanity checks for parallel composition 10 years ago
dehnert 4e97d294b3 fixed bug in composition 10 years ago
dehnert ebb47aaa13 working on making model composition in PRISM work again 10 years ago
Mavo 929a694a64 Fixed typo 10 years ago
Mavo 1b6137cc5d Changed some assert to STORM_LOG_ASSERT 10 years ago
dehnert 81b4fa6b9b added composition specification to PRISM program 10 years ago
Mavo a0d659f2da always use shared_ptr<Formula const> 10 years ago
Mavo c3f9d4cfe0 Includes for successful compiling from python 10 years ago
dehnert db3d1df863 added a sh*t ton of debug output, didn't help 10 years ago
dehnert 6d421a6fbe learning seems to work find on first larger example 10 years ago
Mavo a41e5df39f Changed BFS to DFS in Exploration 10 years ago
Mavo 380d3f1897 CTMC constructor with exitRates 10 years ago
Mavo c9f04ecc0b Added IOSettings 10 years ago
Mavo effadc5cca Split into general settings and markov chain settings 10 years ago
Mavo 67d77608bd Refactoring of settings 10 years ago
dehnert fd615289e0 outline of learning algorithm 10 years ago
Mavo 869b0f95d1 Support for pdeps with more than one child 10 years ago
dehnert 1fb943b658 moved some internal structs from model builder to their own files to make them reusable 10 years ago
dehnert ca354cffe4 moved preprocessing of PRISM program to utility to make it accessible from learning-based model checker 10 years ago
Mavo 2c172cd082 Refactoring 10 years ago
Mavo 5796da9a5c Refactoring 10 years ago
Mavo bdad8aedd7 Set dependencies to dont care after dependent event has failed 10 years ago
Mavo 2c15c89751 No DC propagation for failed toplevel 10 years ago
Mavo e5fd604498 Flag for disabling DC propagation 10 years ago
Mavo 7e8b790451 Preparation for pseudo state generation from bit vector 10 years ago
dehnert 1f5439e270 added state labeling generator interface 10 years ago
Mavo 1e79e5b2a4 Only print debug matrix for small state sizes 10 years ago
dehnert ffe63ea95d made dfs as exploration order available 10 years ago
Mavo 9b8dd018cf Fixed problem with gate as trigger events for dependencies 10 years ago
dehnert 55fd1b66c3 introducing exploration orders to explicit builder 10 years ago
dehnert fff7b2d5db fixed an allocation issue, performance is now roughly the same as before but memory consumption is reduced 10 years ago
dehnert fad28df7d6 first working version of next-state generator for PRISM models 10 years ago
dehnert 9eec5b140c refactoring of model builder 10 years ago
dehnert a75e0f5323 more work wrt cleaner model exploration 10 years ago
Mavo ea2fe4a19a First working version of symmetry reduction 10 years ago