217 Commits (4de8d6c1213eda84ec9a36480c1426d17f2c9f80)

Author SHA1 Message Date
TimQu 12287e5090 small fix for building MAs 9 years ago
TimQu f681206393 building markov automata from prism code 9 years ago
dehnert 2a7dc0fad0 renamed MarkovChainSettings 9 years ago
dehnert f3fa90cc37 more work towards exact solving 10 years ago
dehnert 512a1ec558 added special label 'deadlock' to models and builders 10 years ago
dehnert 08112d98aa more work on JANI next state generator and the corresponding tests 10 years ago
dehnert 05fecb03b3 started on introducing multiple initial locations in JANI models 10 years ago
dehnert b62f8819b9 JANI next-state generator can now generate transitions from silent edges 10 years ago
dehnert 4cc780cbc0 tests compiling and running again 10 years ago
dehnert 4063d88913 added option to build all labels/reward models for next-state generators 10 years ago
dehnert d35c99e844 renamed central model builder function 10 years ago
dehnert 9f6bd1805f modified the entry point code to deal with the new generator-builder-structure 10 years ago
dehnert ddf165d4d3 more work on tearing PRISM-specific functionality out of the explicit model builder 10 years ago
dehnert 6655ee41d8 started to restructure explicit model builder to make it fit for JANI models 10 years ago
dehnert efda4e2950 changed the ordering of operations a bit to get more performance 10 years ago
dehnert ca57e22abc started profiling 10 years ago
dehnert c393449ca6 [fixing] a bug a day keeps insanity away 10 years ago
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