1084 Commits (675b7bb207ff3e5a88f1aa537bdf5d12795971b7)

Author SHA1 Message Date
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
dehnert 36e07006f9 added test for legality check of synch vectors 9 years ago
dehnert 1dc4af0e28 switched from empty virtual destructors to default destructors. Also: apparently no swimming for me, Mr. B! 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
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 c2cab571f5 made tests work again 9 years ago
dehnert 8a8aca0062 explicit reward model building for JANI working from cli 9 years ago
dehnert e274cd33eb adapted cli to use symbolic model description rather than PRISM program 9 years ago
dehnert d5ba9e00e8 started on making jani available from cli, commit to switch workplace 9 years ago
dehnert 7c9c55b09c added 'superclass' for PRISM program and JANI model so they can be handled as symbolic model descriptions 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 c0d1628466 made Prism to JANI conversion compile again 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 92932fced1 support for initial constructs in PRISM programs 9 years ago
sjunges 0f6a741276 pgcl 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
dehnert bcb13a4fe1 moved deletion of commands (if guard becomes false) from Program::substitute to Program::simplify 9 years ago
dehnert e6d9c85749 fixed some bugs related to simplifaction of PRISM programs 9 years ago
dehnert 6d5f4dc9c9 fixed bug in detection whether parameters are only used in probabilities/rewards 9 years ago
dehnert f342ce3287 translation from expressions involving the power operator to rational functions/rational numbers is now possible 9 years ago
dehnert 984abfd22b proper renaming of files 9 years ago
dehnert 58857d62ed renamed double literal to rational literal 9 years ago
dehnert 7b2a667a9d double literal now stores rational internally 9 years ago
dehnert 569b27e110 work towards having rational numbers instead of doubles as literals in expressions 9 years ago
sjunges 6966f2fffe fix sign to be as in jani, add truncate 9 years ago
sjunges b464ac5ecb sign operator is now supported by storm::expressions 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
sjunges 890634ba77 initial value support (bounded integers only) 9 years ago
sjunges 0a1cbb57f0 towards initial value support 9 years ago
sjunges 23122816ef parse support for all model types (mostly allows better error messages) 9 years ago
sjunges 1dcec6471f add support for transient var 9 years ago
sjunges ba1f6bf3d5 jani property stub 9 years ago
Mavo 566cef0f91 Started on compiling without Carl 9 years ago
sjunges 380bed563c updated the jani parser to actually buidl models 9 years ago
hbruintjes ebe6775b27 Fix missing ValueType template arguments (which defaulted to double) 9 years ago
PBerger 67244869db src/storage/BitVector: Replaced constant 1 unsigned long long with cast to decltype. This fixes a template resolvation error in std::max. 9 years ago
TimQu 12287e5090 small fix for building MAs 9 years ago
TimQu f681206393 building markov automata from prism code 9 years ago