106 Commits (171ff270e087ed9e475958e54207c4557e30ce55)

Author SHA1 Message Date
sjunges 79bb6734ed compile and link parsers in seperate binary 7 years ago
dehnert cfb1bc36ce treating bounded JANI variables with single bound 7 years ago
dehnert 8503dfff87 fixing issue related to unary minus in JANI 7 years ago
dehnert 77179c02ac added option to feed additional constraints to abstraction 7 years ago
dehnert fa0da0bc7f fixes to parser 7 years ago
Sebastian Junges 56df741d32 formula parser does not depend on jani model 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 4378279c64 fixes second half of github issue #18 7 years ago
dehnert c18340b76a added mod as binary operation in expressions and slightly extended JANI support for filters 7 years ago
Matthias Volk 3e2aba515d Added support for exit rates and Markovian/probabilistic states in DRN Format 7 years ago
Matthias Volk 692ded94cf Typo 7 years ago
Matthias Volk 76d5ddad30 Minor improvements in DRN parser 7 years ago
dehnert 77a031aaeb changed encoding of spirit parser, fixed an issue in variable information related to how many bits are necessary to store the state, changed some output formatting 7 years ago
Matthias Volk f81b6d4917 Added NumberParser 7 years ago
Matthias Volk 8eb16634c1 Better error message in ValueParser 7 years ago
Matthias Volk c0481ab72d Moved ValueParser to separate file 7 years ago
TimQu 31ba64f018 bugfixes 8 years ago
TimQu ccf7521250 Multi-dimensional cumulative reward formulas 8 years ago
TimQu 9e2dcca5ee extended/improved parsing reward bounded formulas to be compatible with the prism syntax 8 years ago
sjunges 12dda40919 split IOSettings in BuildSettings and IOSettings, refactored some dependencies on settings object away if it doesnt hurt too much, moved GSPN and PGCL settings to their own libs 8 years ago
Sebastian Junges ccfb1a292c drn parser and exporter use reward names 8 years ago
Sebastian Junges 378e2ee40f Better error message if expression parser fails 8 years ago
TimQu 23686a0f09 reward bounded cumulative reward formulas + fixes for dimensions that do not need memory 8 years ago
dehnert 305f607507 fixed another parsing issue pointed out by Assistant Professor Dr. Nils Jansen 8 years ago
dehnert 49cc789ca2 symbolic minmax solver respecting linear equation solver problem format; fixed parsing bug pointed out by Dr. Nils Jansen 8 years ago
TimQu 73b23e133e DRN parser now supports state rewards 8 years ago
Sebastian Junges a42e8e965a more robust drn parser 8 years ago
TimQu 630acb7459 parsing of until formulas with multiple bounds 8 years ago
dehnert 2d99ff3126 preserving action knowledge from first to second PRISM parser pass 8 years ago
TimQu 8b466f1fa7 extended multidimensional bounded until formulas to have different subformulas in each dimension 8 years ago
TimQu 8e92d1a44b fixed typo 8 years ago
sjunges 3ac42caf7c extensions to pomdp stuff 8 years ago
Sebastian Junges 6ab286f420 remove output, copy observability when modules are used 8 years ago
Sebastian Junges fb8dd88314 fixes in parsing, support for POMDPs in DRN 8 years ago
TimQu a16eee4982 made multi(..) path formulas pass the fragment check 8 years ago
Sebastian Junges 63fd02937f pomdps 8 years ago
sjunges bbb4d16965 towards support for pomdps in storm 8 years ago
Sebastian Junges 324c0770dd jani parser supports abscence of action declarations 8 years ago
TimQu e7d273354c Allowing to write 'R=? [MP]' instead of 'R=? [LRA]' 8 years ago
TimQu 724e059083 Fixed parsing prism models with action rewards that refer to action labels introduced during module renaming. 8 years ago
dehnert ad9008e0c1 fixing more warnings related to struct vs. class forward declarations 8 years ago
Sebastian Junges 241fc88077 multi-dimensional time bounds 8 years ago
TimQu 07259e8f0d added parser for IMCAs explicit Markov automaton format 8 years ago
Sebastian Junges 6a46d0abd5 formula parser extended with reward bounded rewards 8 years ago
dehnert 95831c1058 make formula grammar compile again 8 years ago
Sebastian Junges 9af46452bc first attempt for a parser 8 years ago
Sebastian Junges 3de51e28e5 towards reward-bounded properties 8 years ago
dehnert 3ffaa77193 first version of state filters in filter expressions 8 years ago
dehnert ea02ea0838 started overhaul of cli/api 8 years ago