28 Commits (0bacb6f5ebc2340b47467e99e0b171e9eaf46de2)

Author SHA1 Message Date
TimQu 0bacb6f5eb fixed incorrect parsing of jani constants 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 f50f1c2ee4 Fixed parsing of jani function definitions 7 years ago
TimQu 1190f32b56 cleanup in jani parser 7 years ago
TimQu f89817da3b eliminating reward accumulations directly at parsing time 7 years ago
TimQu e85b9759e2 better parsing of model features 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 69cbc28547 fixes for arrays 7 years ago
TimQu fdd3334e6f properly implemented model features 7 years ago
TimQu ea6b211703 fixed storing the wrong pointers to Variables in LValues 7 years ago
TimQu 5e01151617 jani-array fixes 7 years ago
TimQu dac431b263 parsing of jani-arrays 7 years ago
TimQu 701f3832b1 parsing reward accumulations 7 years ago
TimQu 234ddb7cff fixed compilation of JaniParser 7 years ago
TimQu a012539323 cleared some TODOs in the Jani Parser 7 years ago
TimQu e038fb64be Jani: export the correct accumulation parameters for expected reward properties 7 years ago
TimQu 4b3e7849ed jani parser parses array variables 7 years ago
TimQu d8bc689259 Throw an exception instead of assertion when 'wrong' jani was detected 7 years ago
TimQu 6449dee626 fixed typo 7 years ago
TimQu 611428c01f allowing constants in property bounds 7 years ago
TimQu b4a1244d01 correct parsing of bounded until formulas with multiple bounds 7 years ago
TimQu 5937131ff2 fixed and extended parsing of jani formulas with Emin or Emax operator 7 years ago
TimQu 636d92894c Fixed an issue with time bounded properties specified in jani 7 years ago
Sebastian Junges 93da59fa04 fixed an issue with jani properties for expected time not being parsed as requested 7 years ago
sjunges 79bb6734ed compile and link parsers in seperate binary 7 years ago
Sebastian Junges fdcbd6369c simple sanity check for bounded integers in jani 7 years ago
Sebastian Junges 5b678f524a removed old spurious output 7 years ago
dehnert c18340b76a added mod as binary operation in expressions and slightly extended JANI support for filters 7 years ago
TimQu 23686a0f09 reward bounded cumulative reward formulas + fixes for dimensions that do not need memory 8 years ago
Sebastian Junges 324c0770dd jani parser supports abscence of action declarations 8 years ago
Sebastian Junges 241fc88077 multi-dimensional time bounds 8 years ago
Sebastian Junges 3de51e28e5 towards reward-bounded properties 8 years ago
Sebastian Junges a21995052c fix for probabilistic reachability formulae 8 years ago
TimQu f0ae3a2dfb Bounds of operator formulas are now expressions, allowing formulas such as P<1/N [ F "goal" ] for model constant N 8 years ago
dehnert 82cc586718 fixed some issues related to assigning an initializer list to an unordered_map which causes problems on older platforms 8 years ago
dehnert a323d21751 fixed some wrong capitalization 8 years ago
Matthias Volk 5d79eff2cd Wrapper for file opening 8 years ago
sjunges d8952ab5f6 JANI parsing formulae now with correct variable names 8 years ago
sjunges 57fd0fa2dd Fixed variable parsing in JANI, now stricter and handles a larger set of files (also detects issues in our export...). 8 years ago
Sebastian Junges 5894f7c706 some forward declarations and header updates to battle recompilation times 8 years ago
Sebastian Junges 8e32d3fa8f Simplifying index levels 8 years ago
Sebastian Junges d3774f9958 JANI: parse assignment index/level 8 years ago
Sebastian Junges c9f1b3217d Jani parsing of ITE now gets local variables 8 years ago
dehnert a85f4fdc89 replaced some StoRMs and Storms by storm, reworked version output a bit 8 years ago
Sebastian Junges 03b634d14a suppress silly warning about no return after error 8 years ago
dehnert b4381a7c48 Constants in formulas appear to be working 8 years ago
dehnert cb8b537baa made storm compile again with expressions in time-bounds of until formula 8 years ago
dehnert 8d3f633cbc started working on allowing expressions in time-bounds of formulas 8 years ago