627 Commits (1eee9a89bdd9b5a14b846bb7408dc77663003d8c)

Author SHA1 Message Date
Tim Quatmann 1eee9a89bd storage/geometry/polytopes: New Methods: setminus and clean 6 years ago
Tim Quatmann 3a21ce8009 utility/vector: buildVectorForRange now gets the type of the vector as a template parameter. 6 years ago
TimQu e2dc274977 Added export for globally properties in JANI. 7 years ago
TimQu a7a3a82d89 Prism: ToJaniConverters now enforces variables occurring in properties to become global. This fixes GitHub issue #40 7 years ago
TimQu 98e0fcd113 jani::Property: Flagged functions of PropertyInterval as const 7 years ago
TimQu 91b763d218 JaniExporter: Export accumulation for LRA properties correctly. 7 years ago
TimQu 415e806531 RewardModelInformation: Fixed getting wrong reward informations in case of non-transient variables in reward expression. 7 years ago
Tim Quatmann 5869a1f5fd Simplified StronglyConnectedComponentDecomposition. 7 years ago
TimQu dbc465b9de SCCDecomposition: Fixed topological sort of SCCs connected via '0'-valued transitions 7 years ago
Tim Quatmann 80bfa6b56e Allow to quickly check a benchmark from the Quantitative Verification Benchmark Set. 7 years ago
Matthias Volk 12709f1625 Added parentheses to silence clang warning 7 years ago
Tim Quatmann 98ce81e86a Jani: Fixed an issue where initial expressions for unbounded variables have not been substituted correctly. 7 years ago
Tim Quatmann bc32853c28 Jani: Fixed an issue where initial expressions for unbounded variables have not been substituted correctly. 7 years ago
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