79 Commits (ff921b27688686c87aa6ffca53889b3452f3a483)

Author SHA1 Message Date
Stefan Pranger 6a79986980 introduce bounded globally mc for MDPs 11 months ago
Thomas Knoll c9529e6a1e changed maybe states argument 2 years ago
Thomas Knoll 80eaf7c05a refactored shield handling method names 2 years ago
Thomas Knoll a38728d683 changed rest of create shield function calls 2 years ago
Thomas Knoll 9e9767ceeb changed shield export handling 2 years ago
Marco Herzl 086fa978e6 fix: assign nullptr to default argument on clang 3 years ago
Stefan Pranger a88aae44d3 fixed some shield construction calls 4 years ago
Tim Quatmann 7e7d6defa0 Merge pull request #137 from tquatmann/ltl 4 years ago
hannah 8a26af29f9 allow HOA formulas for cslstar and pctlstar 4 years ago
Tim Quatmann dffc04a280 Cleaned up some includes for the model checkers. 4 years ago
Tim Quatmann a81f5e284b Further simplified LTLHelper Interface a bit. 4 years ago
Tim Quatmann 3a12b1cc10 Model Checkers: Reduced code duplications by using a single `computeStateFormulaProbabilities` method 4 years ago
hannah adc5d9ae68 MA scheduler export 4 years ago
hannah f92b2104b5 TODOs and fixed an error during scheduler creation 4 years ago
hannah 08c454f124 scheduler support for LTL-MC 4 years ago
hannah 57734226e2 channged data structure for extracted formulas 4 years ago
hannah 1d5860de8d use same labels for equivalent maximal state formulas 4 years ago
hannah 75ddf49f2b compute SatSets via LTLHelper 4 years ago
hannah ecd4637df3 AP simplifications in LTL-Formula 4 years ago
hannah 93d9b586ed compute 1-Pmax[in order to compute Pmin for MDPs 4 years ago
hannah fc0ae2ea4b removed SolveGoal in function computeLTLproabilities of SparseLTLHelper 4 years ago
hannah ffe70ea056 removed model from SparseLTLHelper 4 years ago
hannah b30713c23d Started to restructure LTL model checking algorithms 4 years ago
Joachim Klein 04a8bec83f (MDP-LTL) SparseMdpPrctlModelChecker: handle LTL 5 years ago
Joachim Klein cf6af6c456 (stateformula) Modelcheckers: support P[phi], Pmax/min[phi] where phi is a state formula 5 years ago
Stefan Pranger b686bfebb0 remove whitespaces and debug output 4 years ago
Stefan Pranger e6eed7cbc4 moved computation out of if/else 4 years ago
Lukas Posch 1599034b5c fixed shield handling 4 years ago
Lukas Posch 7cbe2886eb fixed shield handling for MDP Next and BoundedGlobally 4 years ago
Lukas Posch 591e63e11e fixed choiceValues for MDP shields - Until and Globally 4 years ago
Lukas Posch 444929a9a3 create MDP shields if it is a shielding task 4 years ago
Tim Quatmann 2cadf3a252 Added support for generating optimal schedulers for globally formulae 5 years ago
Tim Quatmann 5e9241fcd1 Allowing reward accumulations in multi-objective model checking queries. 5 years ago
Sebastian Junges 449e4d6f0d mdp support for lower step bounds 5 years ago
Sebastian Junges ca591dff9f better error message 5 years ago
Tim Quatmann 626b7a819a InfiniteHorizon: Fixed storing backwardstransition properly. Allowed to specify a mec decomposition. Pushed _produceScheduler flag to the SingleValueModelCheckerHelper. 5 years ago
Tim Quatmann b5bd7aa0c2 Introduced a utility function that sets information from a CheckTask to a helper. 5 years ago
Tim Quatmann 3c84e68216 Using the new helper for MDP LRA properties. 5 years ago
Tim Quatmann d9176dc867 all (core) modelcheckers: Devided the canHandle method into a static and a non-static part. This allows to detect incompatibility before building the model. 6 years ago
Tim Quatmann 009cee1c25 Implemented scheduler extraction for LRA properties for MDP. 6 years ago
TimQu 8313dc5ef1 Flipped the condition for an exception. 7 years ago
TimQu c7aec92dc9 modelchecker: Added support for non-trivial reward accumulations for Sparse/Hybrid/Dd engines. 7 years ago
Tim Quatmann c40ecae2e6 Implemented quantiles for DTMCs. 7 years ago
TimQu a99dd5e4d1 quantiles: Better code re-usage, better structure, support for 'open' and 'non-open' dimensions, single dimensional quantiles should work now. 7 years ago
Tim Quatmann d3abeb5f45 Started implementation on quantiles. 7 years ago
TimQu dc2654ce60 Quantiles: made the SparseMdpPrctlModelChecker call the QuantileHelper for quantile formulas 7 years ago
TimQu 0332935451 Supporting TimeOperatorFormulas for MDPs and DTMCs in Sparse, Hybrid, and Dd engine 7 years ago
TimQu b3edae8707 fixed fragment specification: total reward formulas should not be supported for hybrid/dd right now 7 years ago
TimQu 51884895c8 Removed linear equation solver factories in model checkers 8 years ago
TimQu 6d23c79737 Making libstorm compile again 8 years ago