106 Commits (171ff270e087ed9e475958e54207c4557e30ce55)

Author SHA1 Message Date
TimQu 9f894667eb Fixed DRN exporter/parser: MAs are not supported as there is no indication for Markovian choices 8 years ago
TimQu b4ad2718b0 fixed parser tests 8 years ago
TimQu e7a8357ee6 Fixed some tests 8 years ago
TimQu 576f92568e StateValuations and ChoiceOrigins are now members of a sparse::Model. 8 years ago
TimQu 722e67fe64 parsing choice labels for explicit models 8 years ago
TimQu 6537fd8b72 Replaced the old choice labeling with the new one and used choice origins for the minimal command set counterexample generators 8 years ago
dehnert c5d0b281ce fixed a recently introduced bug affecting entry counts in explicit reward matrices 8 years ago
dehnert 70ebe36ec6 adapted tests to recent changes wrt to 0-transition insertions in explicit parser 8 years ago
dehnert c595fee4dc removed some unnecessary transition insertions in parser 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 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 9 years ago
dehnert a323d21751 fixed some wrong capitalization 9 years ago
Matthias Volk 40e125fb85 Enable parsing of parametric DRN 9 years ago
Matthias Volk 9ad582dafc Import state labeling 9 years ago
Matthias Volk 069908d7c9 Working on DNR parser 9 years ago
Matthias Volk 36854d4636 Framework for DRN parser 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 5bbf4ab319 fixed issue when parsing formula files 9 years ago
dehnert 6b931497a2 added filters to parsers 9 years ago
dehnert 77bd6e4a44 fixed some model building issues 9 years ago
dehnert a7e9c5819f removed 'size-in-memory' output as it was outdated and unreliable. added timing measurements for model construction and model checking 9 years ago
dehnert 7b0b6fa333 fixed a formula parsing bug, corrected some result printing 9 years ago
dehnert 43354d0c20 bunch of fixes (prominently in prism -> jani conversion) 9 years ago
dehnert 9e8d6eee90 fixed a bug when reducing state-action rewards to state rewards for CTMCs 9 years ago
dehnert 603bf3562a add trailing semicolon after property a la PRISM 9 years ago
dehnert 16a06d9f03 formula parser now directly emits properties with names; name filtering of properties from cli 9 years ago
dehnert 0a3ff157f7 constants defaulting to type int and allowing model type everywhere (on top level) of PRISM program 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 ce36601f7c fixed gmp dependency (lib), fixed parser to reject formulas that appear later in the PRISM file 9 years ago
dehnert e09e3f3f75 making the phoenix rise from the ashes (aka boost 1.63) 9 years ago
dehnert 8d6b029d67 next batch of fixing warnings 9 years ago
dehnert 158ddc0533 equipped automata in JANI models with expression variable representing their location 9 years ago
dehnert ae93211aeb template edges in JANI models 9 years ago
sjunges 112fb8f61e moving dfts to their own lib and cli 9 years ago
sjunges 5967cdea1e Moved GSPN code to a separate lib 9 years ago
dehnert a6beda6a82 some more fixes to jit model builder 9 years ago
Sebastian Junges dcaa83d998 fixed a series of spurious unused parameter warnings 9 years ago
Sebastian Junges 04003de854 transient unbounded variables must have iniatial value 9 years ago