2711 Commits (171ff270e087ed9e475958e54207c4557e30ce55)

Author SHA1 Message Date
TimQu b8b84e3f8a support for *local* unbounded integer variables. 7 years ago
Jip Spel 51aace8421 Renamed ValueTypeToExpression to RationalFunctionToExpression 7 years ago
Jip Spel c9c2816e18 Add documentation 7 years ago
Jip Spel 4d1dfdc75c Fix problem with exponent and denominator 7 years ago
TimQu 949bc4cb65 Fixed bugs in jani next state generator introduced during merge 7 years ago
TimQu 5ab404a9d3 added support for unbounded integer variables in explicit jani builder such that it is treated as a bounded variable (with a given number of bits) and an exception is thrown in case of an underflow or overflow 7 years ago
Jip Spel a2189044f3 Use degree of variable in expression 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
Jip Spel b82ab5f9c2 Validate assumption with SMT solving 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
TimQu b08373ac67 fixed in reward accumulation elimination of total reward formulas 7 years ago
TimQu 10662e92eb fixed an issue related to transient assignments in the 'wrong' order 7 years ago
TimQu c95ca4ed15 All model builders support state-exit rewards 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 e2cb1dd78a fixed ToJaniConverter for the case where not all variables are global 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 13bc33328a fix in toJaniConverter 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 ccb5a89de3 Formula substitutions need to be performed before constant substitutions because otherwise, constants appearing in formula expressions can not be handled properly 7 years ago
TimQu 0e0f2c2390 fixed substitution of prism formulas 7 years ago
TimQu 5f9949bfbf reduce nesting for jani expressions 7 years ago
TimQu 90095a5455 correct conversion of prism formulas to jani functions when modules were renamed 7 years ago
TimQu 6e2046e357 fixed formula substitution within renamed modules of a prism program 7 years ago
TimQu c388d1c8fe making sure that functions in jani models and formulas in prism programs are substituted before flattening the model 7 years ago
TimQu 4d74ec501a substitute formulas in properties after parsing 7 years ago
TimQu 71489a24f5 The model builders now substitute jani functions (if still present) 7 years ago
TimQu 487f370c58 fixed getting the function identifier 7 years ago
TimQu 340c7f0db7 fixed getting the function identifier 7 years ago
TimQu 55efedb713 prism2jani no longer fails if a reward model has the same name as a formula/variable 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
TimQu 2dd5c65051 fixed duplicated symbol linker error 7 years ago
dehnert 205ed7f4bf special treatment of trivial initial states restriction for JANI (following PRISM) next-state generator 7 years ago
TimQu f89817da3b eliminating reward accumulations directly at parsing time 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 ede671ea3f fixed wrong type mask for arrays... 7 years ago
TimQu 90c9e95c8a Only consider the reachable set of states after closing an MA 7 years ago
TimQu 034fbf20c7 extended SubsystemBuilder, made ChoiceSelector work for MAs as well. 7 years ago
TimQu bdeacf8669 better treatment of cases where array out of bounds accesses occurr 7 years ago
TimQu 7bae50d0ba fixed correct parsing of prism formulas 7 years ago
TimQu 10ae6a0dd8 fixed not respecting negative assignment indices in array eliminator 7 years ago