660 Commits (0796eea63268b5e46515f667af6cad6680d75c26)

Author SHA1 Message Date
dehnert 0ffbda5aff initial draft of long-run rewards for parametric models 9 years ago
dehnert 645f130a62 introduced long-run average reward formula 9 years ago
dehnert 2a5780d5be first version of long-run-average for parametric DTMCs 9 years ago
dehnert cd8fd76520 some refactoring in an attempt to make the state-elimination procedure flexible and readable at the same time 9 years ago
dehnert 0f6e6e4da1 added feature to compute step-bounded until probabilities in parametric models 9 years ago
dehnert 98d173ca3c changed elimination-based model checker to be able to compute values for all states (for reachability probs and reachability rewards) 9 years ago
dehnert 8ed4a5f849 some refactoring in elimination-based model checker 9 years ago
TimQu 1225b056f2 a little refactoring 9 years ago
sjunges 1e1400d68d merge 9 years ago
TimQu 8ab7cae974 early termination 9 years ago
dehnert d5601bd328 bugfix 9 years ago
dehnert fc41c3a6dd some more work on other elimination orders 9 years ago
dehnert dd5af80d5a work towards easier deployment of other ordering heuristics 9 years ago
dehnert 0708672a68 removed ite for ADDs as this operation should be formed with a BDD as the first argument. as a compensation, we provide a version of ite that takes a BDD and two ADDs and returns the corresponding ADD 10 years ago
dehnert b7ea918d1b update to latest version of sylvan and accompanying changes (mostly because 0 * inf = nan in IEEE754) 10 years ago
dehnert f8fc39870a hybrid and symbolic model checkers working with sylvan 10 years ago
dehnert 7376eaf866 made symbolic MDP model checker tests work 10 years ago
dehnert 7f75db2790 ADD iterator working for sylvan. enabled more tests for sylvan. symbolic Dtmc model checker now working. 10 years ago
dehnert ebe9ccbb15 some work on DD stuff 10 years ago
TimQu 91fb664910 Refactored a little and implemented functions for prophesy 10 years ago
TimQu f3f3a31e1e Optimization for policy recycling 10 years ago
dehnert 009dabf2f1 started cleanining up 10 years ago
dehnert a258d1ab48 restructured ODD to be independent of the DD library being used 10 years ago
TimQu 9c645ba24b Work on policy recycling 10 years ago
TimQu dae0faa2a0 refactored the quick implementation of the recent bugfix 10 years ago
TimQu 4a874a5a29 Added some benchmark models from param website 10 years ago
dehnert 8bf0f3c87e apparently, changing the DD interface implies some other changes as well... 10 years ago
dehnert 7fa7381047 trying to get the new infrastructure of the DD abstraction layer integrated into the other parts of storm 10 years ago
TimQu 87c8241ec7 policies for games 10 years ago
TimQu bf450688b4 The variable pool of carl needs to be cleared after executing a test. 10 years ago
dehnert 4e86ef2e47 moved CUDD-based DD implementation to own folder 10 years ago
TimQu 0863d0e51a don't store ALL the occurring policies... 10 years ago
TimQu ca917a651c MinMaxLinearEqSolvers can now use some initial policy as a first guess. 10 years ago
TimQu a723cfca14 Made sampling for MDPs correct again 10 years ago
TimQu e80a1081bb First steps to identify the parameters for which the optimal policy always choses the same boundary 10 years ago
TimQu 6ddddd8cfa Implemented policy extraction for value iteration 10 years ago
TimQu b09d123779 ... 10 years ago
TimQu 1860502a3a Deterministic states with only constant outgoing transitions are now eliminated 10 years ago
TimQu 77c2f397a9 fix for approximation model, additional test for mdps, minor changes 10 years ago
TimQu c53b79b9b7 approximation model, again 10 years ago
TimQu 67ff27954e refactored approximation model (almost done) 10 years ago
TimQu 046afd3804 Refactored SamplingModel 10 years ago
dehnert 6f59fd7aca fixed computation of rewards in MDPs 10 years ago
dehnert 4b4c11048f fixed bug in prob1E. added functions to retrieve schedulers for prob0E, probGreater0E and prob1E states of MDPs 10 years ago
sjunges d06c92c10a Revert "Revert "added flag that indicates which interval bound is to be taken. added xerces to the gitignore"" 10 years ago
sjunges dfd2cda380 Revert "added flag that indicates which interval bound is to be taken. added xerces to the gitignore" 10 years ago
dehnert 16ea224b6a added flag that indicates which interval bound is to be taken. added xerces to the gitignore 10 years ago
sjunges 896d2bcaef propositional model checking for further interval reward model types 10 years ago
TimQu d26f38b9a2 minor stuff, some more pmdp examples and an mdp test case 10 years ago
TimQu adc5c8d1c1 Fixed another memory leak: CheckResults have not been destructed properly. 10 years ago