43 Commits (5c38a4ef896684ddfa9a5b27629958076234f7f5)

Author SHA1 Message Date
dehnert 905ae821f3 extended SMT-based minimal label set generator so that it can deal with lower-bounded properties (however loosing the minimality property in some sense) 9 years ago
TimQu a32cfb0d7f Fixed uninitialized variables 9 years ago
Joachim Klein f56076aacf Add virtual destructors to classes having virtual functions. 9 years ago
TimQu 31ba64f018 bugfixes 9 years ago
TimQu ccf7521250 Multi-dimensional cumulative reward formulas 9 years ago
TimQu 3215f25513 upper result bounds for cumulative reward formulas to enable interval iteration 9 years ago
TimQu 23686a0f09 reward bounded cumulative reward formulas + fixes for dimensions that do not need memory 9 years ago
TimQu c7d9b0b61d Fixed that bisimulation did not preserve reward bounded formulas 9 years ago
TimQu 36c3a4d9ef Avoided conversion of memory states. They are now directly represented as 64 bit integers 9 years ago
TimQu 8b466f1fa7 extended multidimensional bounded until formulas to have different subformulas in each dimension 9 years ago
dehnert 5bb6564078 remove debug output 9 years ago
dehnert 2d30108b49 fixes issue #10 raised by Joachim Klein 9 years ago
TimQu a16eee4982 made multi(..) path formulas pass the fragment check 9 years ago
TimQu 291264fff6 restricting multi-dimensional bounded until formulas to a single-dimensional one 9 years ago
Sebastian Junges 241fc88077 multi-dimensional time bounds 9 years ago
TimQu d35a5e4bdd returning the time bound type from a timeBoundReference 9 years ago
TimQu 9bfb1fedc2 requiring that multi objective queries have a multi(..) formula at top level. 9 years ago
TimQu d6447a56f0 minor fixes for reward bounded formulas 9 years ago
TimQu d0551c1d59 getting time/step/reward bounds as rational number 9 years ago
TimQu 322808db5b getting reward name from reward bounded until formula. 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
Matthias Volk b695dd48fb Fixed assertion to allow timebound 0 9 years ago
TimQu cb90600abb Silenced a warning 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 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 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 43354d0c20 bunch of fixes (prominently in prism -> jani conversion) 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
Tom Janson 1d5786dd58 catch uninit access on wrong formula type 10 years ago
dehnert 5b09b91ae1 fixed more warnings 10 years ago
dehnert 136cb194d1 fixed a bunch of unused variable warnings 10 years ago
Sebastian Junges f95b5f1dc0 enable shared from this does not need to be const, in particular, the constness makes python bindings for formulae impossible 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