73 Commits (ec61e110f219ae7412dfd42f6b547a196bd2d593)

Author SHA1 Message Date
Sebastian Junges 324c0770dd jani parser supports abscence of action declarations 9 years ago
TimQu e7d273354c Allowing to write 'R=? [MP]' instead of 'R=? [LRA]' 9 years ago
TimQu 724e059083 Fixed parsing prism models with action rewards that refer to action labels introduced during module renaming. 9 years ago
dehnert ad9008e0c1 fixing more warnings related to struct vs. class forward declarations 9 years ago
Sebastian Junges 241fc88077 multi-dimensional time bounds 9 years ago
TimQu 07259e8f0d added parser for IMCAs explicit Markov automaton format 9 years ago
Sebastian Junges 6a46d0abd5 formula parser extended with reward bounded rewards 9 years ago
dehnert 95831c1058 make formula grammar compile again 9 years ago
Sebastian Junges 9af46452bc first attempt for a parser 9 years ago
Sebastian Junges 3de51e28e5 towards reward-bounded properties 9 years ago
dehnert 3ffaa77193 first version of state filters in filter expressions 9 years ago
dehnert ea02ea0838 started overhaul of cli/api 9 years ago
TimQu 9f894667eb Fixed DRN exporter/parser: MAs are not supported as there is no indication for Markovian choices 9 years ago
TimQu b4ad2718b0 fixed parser tests 9 years ago
TimQu e7a8357ee6 Fixed some tests 9 years ago
TimQu 576f92568e StateValuations and ChoiceOrigins are now members of a sparse::Model. 9 years ago
TimQu 722e67fe64 parsing choice labels for explicit models 9 years ago
TimQu 6537fd8b72 Replaced the old choice labeling with the new one and used choice origins for the minimal command set counterexample generators 9 years ago
dehnert c5d0b281ce fixed a recently introduced bug affecting entry counts in explicit reward matrices 9 years ago
dehnert 70ebe36ec6 adapted tests to recent changes wrt to 0-transition insertions in explicit parser 9 years ago
dehnert c595fee4dc removed some unnecessary transition insertions in parser 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 b7170b3c3b fixed two issues pointed out by Joachim Klein: spirit error message (superfluous tab) and wrong treatment of strict upper bounds in bounded until and cumulative reward properties 10 years ago
dehnert a323d21751 fixed some wrong capitalization 10 years ago
Matthias Volk 40e125fb85 Enable parsing of parametric DRN 10 years ago
Matthias Volk 9ad582dafc Import state labeling 10 years ago
Matthias Volk 069908d7c9 Working on DNR parser 10 years ago
Matthias Volk 36854d4636 Framework for DRN parser 10 years ago
Matthias Volk 5d79eff2cd Wrapper for file opening 10 years ago
sjunges d8952ab5f6 JANI parsing formulae now with correct variable names 10 years ago
sjunges 57fd0fa2dd Fixed variable parsing in JANI, now stricter and handles a larger set of files (also detects issues in our export...). 10 years ago
Sebastian Junges 5894f7c706 some forward declarations and header updates to battle recompilation times 10 years ago
Sebastian Junges 8e32d3fa8f Simplifying index levels 10 years ago
Sebastian Junges d3774f9958 JANI: parse assignment index/level 10 years ago
Sebastian Junges c9f1b3217d Jani parsing of ITE now gets local variables 10 years ago
dehnert a85f4fdc89 replaced some StoRMs and Storms by storm, reworked version output a bit 10 years ago
Sebastian Junges 03b634d14a suppress silly warning about no return after error 10 years ago
dehnert 5bbf4ab319 fixed issue when parsing formula files 10 years ago
dehnert 6b931497a2 added filters to parsers 10 years ago
dehnert 77bd6e4a44 fixed some model building issues 10 years ago
dehnert a7e9c5819f removed 'size-in-memory' output as it was outdated and unreliable. added timing measurements for model construction and model checking 10 years ago
dehnert 7b0b6fa333 fixed a formula parsing bug, corrected some result printing 10 years ago
dehnert 43354d0c20 bunch of fixes (prominently in prism -> jani conversion) 10 years ago
dehnert 9e8d6eee90 fixed a bug when reducing state-action rewards to state rewards for CTMCs 10 years ago
dehnert 603bf3562a add trailing semicolon after property a la PRISM 10 years ago
dehnert 16a06d9f03 formula parser now directly emits properties with names; name filtering of properties from cli 10 years ago
dehnert 0a3ff157f7 constants defaulting to type int and allowing model type everywhere (on top level) of PRISM program 10 years ago
dehnert b4381a7c48 Constants in formulas appear to be working 10 years ago