180 Commits (0a6122258c18f772ef763a3388efc3550d3e40ce)

Author SHA1 Message Date
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 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
TimQu 4dc234d635 silenced several 'unused parameter'-warnings 7 years ago
TimQu 86d99d8ca5 silenced a few warnings 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 e7c0bd0f7d array variables can now have only a lower (or upper) element type bound 7 years ago
TimQu 64b0360d79 improved runtime of jani JSONExporter 7 years ago
TimQu 0bacb6f5eb fixed incorrect parsing of jani constants 7 years ago
TimQu 14875e9067 removed debug output 7 years ago
TimQu 0dcfd41f87 fixed appending to existing files in jani export 7 years ago
TimQu bb04291860 fixed parsing of jani-function: two passes are required as functions can be defined before they are used 7 years ago
TimQu a95331948c fixed operator<< of function call expr 7 years ago
TimQu ee9e6354a3 removed standard-compliant option: storm-conv now produces standard compliant jani code by default 7 years ago
TimQu ea1a1d97ef fixed export of jani functions to json. Remove output to cout when writing the jani file 7 years ago
TimQu 5f9949bfbf reduce nesting for jani expressions 7 years ago
TimQu 487f370c58 fixed getting the function identifier 7 years ago
TimQu 340c7f0db7 fixed getting the function identifier 7 years ago
dehnert 032d68b9b0 switching to recursive synchronization resolution for JANI explicit model exploration 7 years ago
TimQu 1b7f150e76 implemented functionality to rename reward model names 7 years ago
dehnert 205ed7f4bf special treatment of trivial initial states restriction for JANI (following PRISM) next-state generator 7 years ago
TimQu 101b49b898 detect unsupported jani-features directly upon parsing the model. 7 years ago
TimQu ae1987f64c Function and array eliminator now do not perform any action, if the corresponding model feature is not enabled 7 years ago
TimQu 4453eb4134 substitute jani-functions during preprocessing (analogous to prism program preprocessing) 7 years ago
TimQu e85b9759e2 better parsing of model features 7 years ago
TimQu bdeacf8669 better treatment of cases where array out of bounds accesses occurr 7 years ago
TimQu 10ae6a0dd8 fixed not respecting negative assignment indices in array eliminator 7 years ago
TimQu 092a43a0a5 fixed correct export of modulo operator 7 years ago
TimQu d47189f93e fixes for array elimination 7 years ago
TimQu c052da15b9 conversion from prism to jani respects formulaas 7 years ago
TimQu 3cf9553126 actually fixed model feature support 7 years ago
TimQu 6d5af2d414 fixed exporting model-features 7 years ago
TimQu c739f0befa elimination of jani function 7 years ago
TimQu bb92be14dc fixes for array translation 7 years ago
TimQu b1272c58b6 Parsing and exporting of jani-functions 7 years ago
TimQu ee87c50313 fixed some issues related to jani parsing 7 years ago
TimQu d0461f168b support for negative assignment levels 7 years ago
TimQu 7c61a16d91 fixes for array expressions, support to translate properties that consider array expressions, translating array models in cli 7 years ago
TimQu 274bfef652 started to extend storm-conv for array elimination 7 years ago
TimQu 69cbc28547 fixes for arrays 7 years ago
TimQu ed45fa80e6 debugging array elimination 7 years ago
TimQu fdd3334e6f properly implemented model features 7 years ago
TimQu a7bb70f698 exporting array expressions 7 years ago