56 Commits (d6bfcb481817a7298043b79a0bba878050b23f57)

Author SHA1 Message Date
TimQu 636d92894c Fixed an issue with time bounded properties specified in jani 8 years ago
Sebastian Junges 93da59fa04 fixed an issue with jani properties for expected time not being parsed as requested 8 years ago
sjunges 79bb6734ed compile and link parsers in seperate binary 8 years ago
dehnert cfb1bc36ce treating bounded JANI variables with single bound 8 years ago
dehnert 8503dfff87 fixing issue related to unary minus in JANI 8 years ago
Sebastian Junges fdcbd6369c simple sanity check for bounded integers in jani 8 years ago
Sebastian Junges 5b678f524a removed old spurious output 8 years ago
dehnert c18340b76a added mod as binary operation in expressions and slightly extended JANI support for filters 8 years ago
TimQu 23686a0f09 reward bounded cumulative reward formulas + fixes for dimensions that do not need memory 9 years ago
Sebastian Junges 324c0770dd jani parser supports abscence of action declarations 9 years ago
Sebastian Junges 241fc88077 multi-dimensional time bounds 9 years ago
Sebastian Junges 3de51e28e5 towards reward-bounded properties 9 years ago
Sebastian Junges a21995052c fix for probabilistic reachability formulae 9 years ago
TimQu f0ae3a2dfb Bounds of operator formulas are now expressions, allowing formulas such as P<1/N [ F "goal" ] for model constant N 9 years ago
dehnert 82cc586718 fixed some issues related to assigning an initializer list to an unordered_map which causes problems on older platforms 9 years ago
dehnert a323d21751 fixed some wrong capitalization 9 years ago
Matthias Volk 5d79eff2cd Wrapper for file opening 9 years ago
sjunges d8952ab5f6 JANI parsing formulae now with correct variable names 9 years ago
sjunges 57fd0fa2dd Fixed variable parsing in JANI, now stricter and handles a larger set of files (also detects issues in our export...). 9 years ago
Sebastian Junges 5894f7c706 some forward declarations and header updates to battle recompilation times 9 years ago
Sebastian Junges 8e32d3fa8f Simplifying index levels 9 years ago
Sebastian Junges d3774f9958 JANI: parse assignment index/level 9 years ago
Sebastian Junges c9f1b3217d Jani parsing of ITE now gets local variables 9 years ago
dehnert a85f4fdc89 replaced some StoRMs and Storms by storm, reworked version output a bit 9 years ago
Sebastian Junges 03b634d14a suppress silly warning about no return after error 9 years ago
dehnert b4381a7c48 Constants in formulas appear to be working 9 years ago
dehnert cb8b537baa made storm compile again with expressions in time-bounds of until formula 9 years ago
dehnert 8d3f633cbc started working on allowing expressions in time-bounds of formulas 9 years ago
dehnert 158ddc0533 equipped automata in JANI models with expression variable representing their location 10 years ago
dehnert ae93211aeb template edges in JANI models 10 years ago
dehnert a6beda6a82 some more fixes to jit model builder 10 years ago
Sebastian Junges 04003de854 transient unbounded variables must have iniatial value 10 years ago
Sebastian Junges d246517757 removed src prefix in all includes 10 years ago
Sebastian Junges e1d201c85e c++ code compiles again after rename 10 years ago
Sebastian Junges 3a7ee7867b rename files (does not compile) 10 years ago
sjunges 1fd89f3922 fixes in reach expression parsing for expected reward 10 years ago
dehnert b579978938 cleaned up jit model builder, added options, added doctor procedure, prepared Markov automata 10 years ago
sjunges ecc74595ba several jani related fixes: IsInitialRestrictionSet(), FormulaContext, minor things 10 years ago
sjunges 435b3084cb Finally, Globally 10 years ago
sjunges 9faa7539c5 parser 10 years ago
sjunges ed970d78b1 property support for jani -- several changes throughout code, parser currently only supports probability properties 10 years ago
sjunges 3626c044d3 several improvements towards jani-property support 10 years ago
sjunges 744216d5d2 export formulae 10 years ago
sjunges 12a5258a45 second time is a charm 10 years ago
sjunges a265bc49ce check if transient values are actually given before looping over them 10 years ago
dehnert 063d06fd66 changed dot to underscore in JANI automaton delimiter 10 years ago
dehnert 1b5be8c52c allowing dots in identifiers and using a dot to prefix automata variables in JANI parser 10 years ago
dehnert 3ddf87f900 some more fixes for JANI model building 10 years ago
sjunges d807895298 dots are KUCHEN now 10 years ago
dehnert f49a2cf5a9 added proper location handling to JANI next-state generator 10 years ago