48 Commits (811ca84944892ef0f83316eb418234fc04717155)

Author SHA1 Message Date
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 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 10 years ago
dehnert ae93211aeb template edges in JANI models 10 years ago
sjunges 112fb8f61e moving dfts to their own lib and cli 10 years ago
sjunges 5967cdea1e Moved GSPN code to a separate lib 10 years ago
dehnert a6beda6a82 some more fixes to jit model builder 10 years ago
Sebastian Junges dcaa83d998 fixed a series of spurious unused parameter warnings 10 years ago
Sebastian Junges 04003de854 transient unbounded variables must have iniatial value 10 years ago
sjunges 960447b2c3 moved storm-pgcl to a seperate lib; also slightly cleaned the code 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