194 Commits (6313e4c31b76d6d83ee025263798f01dc25b0216)

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