296 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
Stefan Pranger a9f0377948 fixed incorrect handling of choiceValues in helper 2 years ago
Thomas Knoll 3a3dd67232 removed filename form shield classes 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
Stefan Pranger 7f5f6eeee0 adapted to changes for Multiplier::reduce 4 years ago
Stefan Pranger 85c5125610 removed duplicate code after big merge 4 years ago
Tim Quatmann 7e7d6defa0 Merge pull request #137 from tquatmann/ltl 4 years ago
Daniel Basgöze 8de8f1517a Fix conversion ambiguity: Use convertNumber() 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 6310462060 Cleaned up dtmc and mdp helpers a bit. 4 years ago
Tim Quatmann 3a12b1cc10 Model Checkers: Reduced code duplications by using a single `computeStateFormulaProbabilities` method 4 years ago
Stefan Pranger 7a851901e2 updates after cherry pick 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 412489a57f Added possibility to set (un)reachable states for scheduler 4 years ago
Tim Quatmann 5c204182eb Added some todos 4 years ago
hannah 08c454f124 scheduler support for LTL-MC 4 years ago
hannah 5cc5057cd6 removed unused function 4 years ago
hannah b49837eb4e use LTLHelper to compute HOAPath Formulas 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 a038d9658e added TODOs 4 years ago
hannah 667d4a0e06 documentation and renaming of some methods 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 615b2b5399 (MDP-LTL) SparseMdpPrctlHelper: computeSurelyAcceptingPmaxStates 5 years ago
Joachim Klein cf6af6c456 (stateformula) Modelcheckers: support P[phi], Pmax/min[phi] where phi is a state formula 5 years ago
Joachim Klein 1243b9300c (LTL) SparseDtmcModelChecker: Implement LTL model checking 5 years ago
Joachim Klein 256f9839da SparseDtmcPrctlModelChecker: computeDAProductProbabilities() 5 years ago
Lukas Posch 9d4e654ec2 fix for quantitative computations in computeUntilProb 4 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
Lukas Posch def9e65525 store the choiceValues in the iterations and the maybeStates then return it to the SparseMdpPrctlModelChecker.cpp 4 years ago
Lukas Posch 053f0a8d19 extended MDPModelCheckingHelperReturnType with maybeStates and choiceValues 4 years ago