93 Commits (3daa725bb58edc1b40a73887ba40ffdd012ef008)

Author SHA1 Message Date
sjunges ed970d78b1 property support for jani -- several changes throughout code, parser currently only supports probability properties 9 years ago
sjunges 3626c044d3 several improvements towards jani-property support 9 years ago
sjunges 744216d5d2 export formulae 9 years ago
sjunges aee1956950 progress towards JANI formula support, fix for gcc 9 years ago
dehnert 59a92a8941 support for labels in JANI models in sparse and dd engine 9 years ago
dehnert 0f1c1f28ab fixed bug related to input-enabling automata, tests now passing 9 years ago
dehnert 269041feda implemented lifting edge-destination assignments to edges as a JANI preprocessing step 9 years ago
dehnert 3ddf87f900 some more fixes for JANI model building 9 years ago
dehnert f49a2cf5a9 added proper location handling to JANI next-state generator 9 years ago
sjunges 1309729150 export standard compliant jani by moving destinations outwards 9 years ago
sjunges 2905c010d2 updated parser: sync result optional, invariant is called differently now 9 years ago
dehnert 1ba4740a12 more work on input-enabling automata 9 years ago
dehnert 311bc2eaa0 minor first step towards input-enabling automata in JANI composition 9 years ago
dehnert c9c5f562a5 removed rename composition, because it is just a special case of synchronization vectors 9 years ago
dehnert 02f545c54d standard system composition of JANI models now only use synchronization vectors on the topmost level 9 years ago
sjunges 693b4d3657 A little bit more convenience operators 9 years ago
dehnert 3504d09500 added quite some debug output to see where things are going wrong 9 years ago
dehnert 675b7bb207 added proper check for undefined constants when building explicit JANI models in non-parametric mode 9 years ago
sjunges 1db826c0e2 recursive parallel composition support in im and export 9 years ago
dehnert 874da01731 started to implement symbolic MA generation based on JANI 9 years ago
sjunges 2aa715d62f initial support for compositions - not done yet 9 years ago
sjunges b3204a178a check validity, set standard composition 9 years ago
sjunges 77d0bbcd8a Constructor for EdgeDestinations taking OrderedAssignments 9 years ago
sjunges 72e457cc2d hasRestrictedInitiialStates convenience 9 years ago
dehnert 36e07006f9 added test for legality check of synch vectors 9 years ago
dehnert d2af83a98a fixed some bugs here and there 9 years ago
dehnert a14ee4f2c3 DD-based JANI model builder compiling again after change to synchronization vectors 9 years ago
dehnert de6d03b2b6 even closer to make synchronization vectors work with DD-based builder 9 years ago
sjunges 98a1a531c2 Silent actions fixed; probability exported correctly. 9 years ago
sjunges deaaa91c37 Expressions & Destinations Assignments 9 years ago
sjunges 79c9dbcfda OrderedAssignments 9 years ago
sjunges c8f2fc1df1 Added location names to destinations, added action names to edges, added types to constants 9 years ago
sjunges a1e13b4c0a First version of JSON exporter, export is not ocmplete (destination assignments, edge assignments, edge action names, destination locations, expressions(!), sync are missing) 9 years ago
sjunges 20eaac6918 Convenience function in model and automaton, building explicit mappings (independent of implementation) 9 years ago
sjunges cd338eb8e3 hasMultipleLevel for orderedassignments 9 years ago
sjunges a7ff22bd49 Added to_string for ModelType 9 years ago
dehnert f616bf606b adapted JANI parallel composition class to synchronization vector usage 9 years ago
dehnert 99badd02c5 more work towards JANI reward models 9 years ago
dehnert e274cd33eb adapted cli to use symbolic model description rather than PRISM program 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 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 12ac3549da adapted relevant parts to new way of specifying initial values/restrictions 9 years ago
dehnert b405a67b54 removed RewardIncrement. fixed PRISM to JANI converter 9 years ago
sjunges 035a50fce9 support for transient assignments in locations, changed assignment to jani::variable, notice that (already broken) prism-to-jani is disabled as long as we reshape jani code 9 years ago
sjunges 13d45118af initial value support unbounded integers, some extra error messages) 9 years ago
sjunges 6e64631839 initial value support for booleans, some extra error messages) 9 years ago