673 Commits (ddff929cbd3db17a4e5f0fc1ecd83baa08941be9)

Author SHA1 Message Date
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 8 years ago
TimQu fa2bcbd71b storm-conv: Fixed wrong jani export of step-bounded until properties in discrete time models. 8 years ago
TimQu d2cd142dfb Fixed initial partitioning in sparse bisimulation with action-based rewards. 8 years ago
Sebastian Junges 7b1d7507c4 simplified a constructor for assignments for simpler code 8 years ago
Sebastian Junges c4e7fdd5e5 alternative memoryless scheduler application 8 years ago
Sebastian Junges 7439b66d71 jani origins, implemented missing compute identifier infos 8 years ago
Sebastian Junges 82f5b05e90 edge to string method (simplifies some other code fragments), and write color to the string 8 years ago
TimQu ece2a93f37 Fixed a warning 8 years ago
Matthias Volk d94e1ca275 Fixed warning 8 years ago
TimQu 6b09411122 Fixed an error in the jani location expander. 8 years ago
TimQu ca828729ff Fixed a few warnings 8 years ago
Sebastian Junges f601405d55 set edge color default to zero 8 years ago
TimQu 7038858379 storm-conv: Added ability to make global variables of a jani model local (or vice versa) 8 years ago
TimQu 29e22f6de3 Jani JSONExporter: Fixed export of reward accumulation. 8 years ago
TimQu 082d624174 Jani: import/export of steady-state properties 8 years ago
Sebastian Junges 8fe3b7b1f8 give edges a color to mark them from user side 8 years ago
TimQu 2b1ef118d3 fixed a few cases where an exportet jani file may contain 'null' 8 years ago
TimQu d7ec0b65e8 Conversion of Prism PTAs to Jani PTAs 8 years ago
TimQu c5ef182002 added PTA features (clock variables, location invariants) for jani 8 years ago
TimQu 2b90975525 parsing prism PTAs 8 years ago
TimQu e3c0a49ed3 New RewardModelInformation now compiles... 8 years ago
TimQu 0a6122258c Used the new reward information traverser wherever one needs to find out the reward kinds of a given rewardmodel 8 years ago
TimQu 793228c150 Added a traverser that finds out, whether a given reward model has state/action/transition rewards 8 years ago
Sebastian Junges 5bafcbe816 prism to jani: return properties also in simple cases 8 years ago
Sebastian Junges a48f90a523 Guard setInitialStates with hasInitialStatesRestriction 8 years ago
Jip Spel 901105f9e4 Only divide by denominator when function is not constant 8 years ago
Sebastian Junges 98f1468479 remove constant from model, e.g. for constants that do not appear in the model 8 years ago
Sebastian Junges 9d78c8d22c jani set model type, useful to change from dtmc to mdp semantics -- be careful in usage though 8 years ago
Sebastian Junges 41e7932b18 jani exporter: dont write null if no properties are given 8 years ago
TimQu 03c80f3ae1 correct treatment of non-trivial reward expressions 8 years ago
dehnert c6204254a3 fixing two issues related to complex model building and in particular integer vs rational division 8 years ago
TimQu 24cf45d9b6 prism ToJaniConverter now adds the 'state-exit-rewards' model feature if present 8 years ago
Jip Spel 7f6823c6bb Resolve TODO 8 years ago
TimQu 4dc234d635 silenced several 'unused parameter'-warnings 8 years ago
TimQu 86d99d8ca5 silenced a few warnings 8 years ago
dehnert 3ab4a28db1 fixing bug triggered by one of Steffen's (TUD) input models 8 years ago
TimQu c1f85b0fac improved the assignmentsFinder a little 8 years ago
TimQu 02fdc292fd handling non-trivial reward expressions in jani-builders 8 years ago
TimQu 7cdbd257d3 support for parsing/storing/exporting non-trivial reward expressions 8 years ago
Jip Spel 6695f64460 Add test and fix bug RationalFunction to Expression 8 years ago
TimQu d875f8ba0d lowest/highest assignment level of an edge now only consider the edge destinations 8 years ago
TimQu 5a36fa0075 Expression evaluator can now set rational values from a RationalNumber/RationalFunction 8 years ago
Jip Spel 51aace8421 Renamed ValueTypeToExpression to RationalFunctionToExpression 8 years ago
Jip Spel c9c2816e18 Add documentation 8 years ago
Jip Spel 4d1dfdc75c Fix problem with exponent and denominator 8 years ago
Jip Spel a2189044f3 Use degree of variable in expression 8 years ago
TimQu e7c0bd0f7d array variables can now have only a lower (or upper) element type bound 8 years ago
TimQu f88ee9d9ae fixed compilation of gmmxx multiplier and sparseMatrix with intel tbb enabled 8 years ago
Jip Spel b82ab5f9c2 Validate assumption with SMT solving 8 years ago