16 Commits (82f5b05e90f55817479327a4c2b611b974141066)

Author SHA1 Message Date
Sebastian Junges 82f5b05e90 edge to string method (simplifies some other code fragments), and write color to the string 7 years ago
Sebastian Junges 8fe3b7b1f8 give edges a color to mark them from user side 7 years ago
TimQu d47189f93e fixes for array elimination 7 years ago
TimQu d0461f168b support for negative assignment levels 7 years ago
TimQu 32180591c0 extended jani datastructures 7 years ago
TimQu 6564abd434 jani expression substitution now also works for array expressions 7 years ago
Sebastian Junges 33ac2e0793 make jani models copyable 7 years ago
sjunges 0c2d906b09 A more accurate version of having multiple levels; seems to fix at least one open issue. 8 years ago
Sebastian Junges 8e32d3fa8f Simplifying index levels 8 years ago
Sebastian Junges 2fd915f74c forward declarations, reduce compilation overhead 8 years ago
dehnert d6a32ca634 more work on flattening JANI compositions 8 years ago
dehnert ae93211aeb template edges in JANI models 8 years ago
dehnert be4e21d1b3 first version of jani menu-game abstraction 8 years ago
Sebastian Junges d246517757 removed src prefix in all includes 9 years ago
Sebastian Junges e1d201c85e c++ code compiles again after rename 9 years ago
Sebastian Junges 3a7ee7867b rename files (does not compile) 9 years ago
dehnert 070e115b60 tests for JIT based model builder 9 years ago
dehnert d07b7f44d5 commit to switch workplace 9 years ago
dehnert 44c06641d7 slightly different approach to transient variable handling 9 years ago
dehnert 269041feda implemented lifting edge-destination assignments to edges as a JANI preprocessing step 9 years ago
sjunges 1309729150 export standard compliant jani by moving destinations outwards 9 years ago
dehnert 675b7bb207 added proper check for undefined constants when building explicit JANI models in non-parametric mode 9 years ago
sjunges 98a1a531c2 Silent actions fixed; probability exported correctly. 9 years ago
sjunges 79c9dbcfda OrderedAssignments 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 7af89f5a6f real transient variables and assignments are now added in PRISM to JANI transformation 9 years ago
dehnert 9a5d11a5e0 adding real variables to JANI models. started to encapsulate PRISM to JANI converter 9 years ago
dehnert 3d426798b3 added visitor that checks for syntatical equality of expressions 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 b62f8819b9 JANI next-state generator can now generate transitions from silent edges 9 years ago
dehnert 1892a9657f added some accessor functions and iteration capabilities. started on symbolic jani model builder 9 years ago
dehnert d38e7d5eb9 started working on jani data structures 9 years ago