74 Commits (44c06641d74121e90c06057924123c34be1f446f)

Author SHA1 Message Date
dehnert 44c06641d7 slightly different approach to transient variable handling 9 years ago
dehnert 4728674a4a fixed bug 9 years ago
dehnert c84254f665 another step, debugging in progress 9 years ago
dehnert 2471036df4 more work on jit-thing: transitioning to proper handling of synchronizing edges 9 years ago
dehnert 71f2e83bc0 completed moving from monolithic generation to callback-based approach. added building labels to jit-based model builder, added support for options of other builders (selection of labels, reward models, etc) 9 years ago
dehnert 00db8794e6 fixed bug in explicit jani model generator 9 years ago
dehnert 91e6bb2999 fixed bug in DD-based JANI model generation related to transient edge assignments 9 years ago
dehnert 011e3fbaa6 fixed bug that introduced transient variables in the state space 9 years ago
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) 10 years ago
dehnert 2182beefcb created storage class for JANI assignments that guarantees ordering 10 years ago
dehnert eed0a98899 commit to switch workplace 10 years ago
dehnert 7af89f5a6f real transient variables and assignments are now added in PRISM to JANI transformation 10 years ago
dehnert e6d9c85749 fixed some bugs related to simplifaction of PRISM programs 10 years ago
dehnert 510e525274 removed unnecessary define for boost::variant problem 10 years ago
dehnert cc958bedf0 fixed wrong usage of boost::variant in NextStateGenerator 10 years ago
sjunges 7938ce448e trying to fix boost variant by adding a define 10 years ago
Mavo 566cef0f91 Started on compiling without Carl 10 years ago
sjunges c9593b9e98 trying to fix the boost variant stuff differently 10 years ago
TimQu f681206393 building markov automata from prism code 10 years ago
TimQu cf299a6344 fixed the case where an expression occurred twice in the formulas 10 years ago
dehnert a699272dc6 renamed storm::Variable to storm::RationalFunctionVariable to avoid confusion with storm::expressions::Variable. fixed some Eigen tests 10 years ago
dehnert f3fa90cc37 more work towards exact solving 10 years ago
PBerger be9648fc18 Added -fPIC to Sylvan. Since it is linked into Storm it is necessary for relocation to be possible, hence PIC. 10 years ago
dehnert 3bb36997a1 minor bugfix 10 years ago
dehnert 512a1ec558 added special label 'deadlock' to models and builders 10 years ago
dehnert 2accd81aaa fixed bug in reward generation for PRISM models 10 years ago
dehnert 71bfb45220 added check for multiple writes to the same global variable in explicit JANI next-state generator 10 years ago
dehnert 7861df4f20 JANI next-state generator appears to be working (without rewards) 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 000a8c2d77 more work on JANI next-state generator 10 years ago
dehnert 1d3539ab9a factored out some parts from the PRISM next-state generator into the superclass 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 9f6bd1805f modified the entry point code to deal with the new generator-builder-structure 10 years ago