65 Commits (a265bc49ce317ca510b35a802686bc5658dfac09)

Author SHA1 Message Date
dehnert 59a92a8941 support for labels in JANI models in sparse and dd engine 9 years ago
dehnert 269041feda implemented lifting edge-destination assignments to edges as a JANI preprocessing step 9 years ago
dehnert f49a2cf5a9 added proper location handling to JANI next-state generator 9 years ago
dehnert af8d9b0ad8 added underflow check in PRISM next-state generator 9 years ago
dehnert d3cf9a4e7f adding Markov automaton tests to explicit JANI model builder 9 years ago
dehnert c9c5f562a5 removed rename composition, because it is just a special case of synchronization vectors 9 years ago
dehnert 675b7bb207 added proper check for undefined constants when building explicit JANI models in non-parametric mode 9 years ago
dehnert 874da01731 started to implement symbolic MA generation based on JANI 9 years ago
dehnert bba69684c9 reworked explicit Markov automaton generation a bit 9 years ago
sjunges 79c9dbcfda OrderedAssignments 9 years ago
dehnert ce5ca9d1ce added proper action reward handling to JANI next-state generator 9 years ago
dehnert 99badd02c5 more work towards JANI reward models 9 years ago
dehnert 2a7e4a3c55 towards DD-based JANI rewards 9 years ago
dehnert 8a8aca0062 explicit reward model building for JANI working from cli 9 years ago
dehnert 23809f54f1 first version of rewards for JANI models (explicit next-state generator only) 9 years ago
dehnert 2182beefcb created storage class for JANI assignments that guarantees ordering 9 years ago
dehnert eed0a98899 commit to switch workplace 9 years ago
dehnert 7af89f5a6f real transient variables and assignments are now added in PRISM to JANI transformation 9 years ago
dehnert e6d9c85749 fixed some bugs related to simplifaction of PRISM programs 9 years ago
dehnert 510e525274 removed unnecessary define for boost::variant problem 9 years ago
dehnert cc958bedf0 fixed wrong usage of boost::variant in NextStateGenerator 9 years ago
sjunges 7938ce448e trying to fix boost variant by adding a define 9 years ago
Mavo 566cef0f91 Started on compiling without Carl 9 years ago
sjunges c9593b9e98 trying to fix the boost variant stuff differently 9 years ago
TimQu f681206393 building markov automata from prism code 9 years ago
TimQu cf299a6344 fixed the case where an expression occurred twice in the formulas 9 years ago
dehnert a699272dc6 renamed storm::Variable to storm::RationalFunctionVariable to avoid confusion with storm::expressions::Variable. fixed some Eigen tests 9 years ago
dehnert f3fa90cc37 more work towards exact solving 9 years ago
PBerger be9648fc18 Added -fPIC to Sylvan. Since it is linked into Storm it is necessary for relocation to be possible, hence PIC. 9 years ago
dehnert 3bb36997a1 minor bugfix 9 years ago
dehnert 512a1ec558 added special label 'deadlock' to models and builders 9 years ago
dehnert 2accd81aaa fixed bug in reward generation for PRISM models 9 years ago
dehnert 71bfb45220 added check for multiple writes to the same global variable in explicit JANI next-state generator 9 years ago
dehnert 7861df4f20 JANI next-state generator appears to be working (without rewards) 9 years ago
dehnert 08112d98aa more work on JANI next state generator and the corresponding tests 9 years ago
dehnert 05fecb03b3 started on introducing multiple initial locations in JANI models 9 years ago
dehnert b62f8819b9 JANI next-state generator can now generate transitions from silent edges 9 years ago
dehnert 000a8c2d77 more work on JANI next-state generator 9 years ago
dehnert 1d3539ab9a factored out some parts from the PRISM next-state generator into the superclass 9 years ago
dehnert 4cc780cbc0 tests compiling and running again 9 years ago
dehnert 4063d88913 added option to build all labels/reward models for next-state generators 9 years ago
dehnert 9f6bd1805f modified the entry point code to deal with the new generator-builder-structure 9 years ago
dehnert ddf165d4d3 more work on tearing PRISM-specific functionality out of the explicit model builder 9 years ago
dehnert 6655ee41d8 started to restructure explicit model builder to make it fit for JANI models 9 years ago
dehnert 9db10e7849 added all composition operators of PRISM 9 years ago
dehnert 5d9f225f9f fixed serious bug in model generation from PRISM code; can't believe that didn't cause wrong models until now 9 years ago
dehnert 1424d536ca renamed learning to exploration engine and started on a minor refactoring 9 years ago
dehnert 6d421a6fbe learning seems to work find on first larger example 9 years ago
dehnert 1405cdfc46 debugged the refactoring a bit 9 years ago
dehnert d802f0d9c6 worked a bit on the learning-based verification of MDPs 9 years ago