691 Commits (92dd97b06a2e71cb21d19d423aefd13fd357454c)

Author SHA1 Message Date
Tim Quatmann 40f4141b56 Jani: Allowing bounded types for constants as pointed out in GitHub issue #37 7 years ago
Tim Quatmann 004466b83f Fixed BitVector::full() for BitVectors with size 0 7 years ago
TimQu 0bf9f27e31 Fixed typo and renamed a variable. 7 years ago
Sebastian Junges 6c543df537 Fix in bisimulation of MDPs, which failed if all non-absorbing states in the quotient are initial 7 years ago
Matthias Volk b2ea3993ef Fixed assertion in symbolic bisimulation 7 years ago
TimQu 7e66787c9c logic: Added QuantileFormulas. 7 years ago
dehnert 2768d15f4f fixing minor issue in symboiic bisimulation relation pointed out by Tim 7 years ago
Sebastian Junges 03b5c70c79 support for POMDPs in symoblic description 7 years ago
TimQu fa2bcbd71b storm-conv: Fixed wrong jani export of step-bounded until properties in discrete time models. 7 years ago
TimQu d2cd142dfb Fixed initial partitioning in sparse bisimulation with action-based rewards. 7 years ago
Sebastian Junges 7b1d7507c4 simplified a constructor for assignments for simpler code 7 years ago
Sebastian Junges c4e7fdd5e5 alternative memoryless scheduler application 7 years ago
Sebastian Junges 7439b66d71 jani origins, implemented missing compute identifier infos 7 years ago
Sebastian Junges 82f5b05e90 edge to string method (simplifies some other code fragments), and write color to the string 7 years ago
TimQu ece2a93f37 Fixed a warning 7 years ago
Matthias Volk d94e1ca275 Fixed warning 7 years ago
TimQu 6b09411122 Fixed an error in the jani location expander. 7 years ago
TimQu ca828729ff Fixed a few warnings 7 years ago
Sebastian Junges f601405d55 set edge color default to zero 7 years ago
TimQu 7038858379 storm-conv: Added ability to make global variables of a jani model local (or vice versa) 7 years ago
TimQu 29e22f6de3 Jani JSONExporter: Fixed export of reward accumulation. 7 years ago
TimQu 082d624174 Jani: import/export of steady-state properties 7 years ago
Sebastian Junges 8fe3b7b1f8 give edges a color to mark them from user side 7 years ago
TimQu 2b1ef118d3 fixed a few cases where an exportet jani file may contain 'null' 7 years ago
TimQu d7ec0b65e8 Conversion of Prism PTAs to Jani PTAs 7 years ago
TimQu c5ef182002 added PTA features (clock variables, location invariants) for jani 7 years ago
TimQu 2b90975525 parsing prism PTAs 7 years ago
TimQu e3c0a49ed3 New RewardModelInformation now compiles... 7 years ago
TimQu 0a6122258c Used the new reward information traverser wherever one needs to find out the reward kinds of a given rewardmodel 7 years ago
TimQu 793228c150 Added a traverser that finds out, whether a given reward model has state/action/transition rewards 7 years ago
Sebastian Junges 5bafcbe816 prism to jani: return properties also in simple cases 7 years ago
Sebastian Junges a48f90a523 Guard setInitialStates with hasInitialStatesRestriction 7 years ago
Sebastian Junges 98f1468479 remove constant from model, e.g. for constants that do not appear in the model 7 years ago
Sebastian Junges 9d78c8d22c jani set model type, useful to change from dtmc to mdp semantics -- be careful in usage though 7 years ago
Sebastian Junges 41e7932b18 jani exporter: dont write null if no properties are given 7 years ago
TimQu 03c80f3ae1 correct treatment of non-trivial reward expressions 7 years ago
dehnert c6204254a3 fixing two issues related to complex model building and in particular integer vs rational division 7 years ago
TimQu 24cf45d9b6 prism ToJaniConverter now adds the 'state-exit-rewards' model feature if present 7 years ago
TimQu 4dc234d635 silenced several 'unused parameter'-warnings 7 years ago
TimQu 86d99d8ca5 silenced a few warnings 7 years ago
dehnert 3ab4a28db1 fixing bug triggered by one of Steffen's (TUD) input models 7 years ago
TimQu c1f85b0fac improved the assignmentsFinder a little 7 years ago
TimQu 02fdc292fd handling non-trivial reward expressions in jani-builders 7 years ago
TimQu 7cdbd257d3 support for parsing/storing/exporting non-trivial reward expressions 7 years ago
TimQu d875f8ba0d lowest/highest assignment level of an edge now only consider the edge destinations 7 years ago
TimQu 5a36fa0075 Expression evaluator can now set rational values from a RationalNumber/RationalFunction 7 years ago
TimQu e7c0bd0f7d array variables can now have only a lower (or upper) element type bound 7 years ago
TimQu f88ee9d9ae fixed compilation of gmmxx multiplier and sparseMatrix with intel tbb enabled 7 years ago
TimQu 64b0360d79 improved runtime of jani JSONExporter 7 years ago
TimQu a2f1ed9985 when converting prism formulas to jani functions, only variables that appear in a module renaming are taken as a parameter 7 years ago