654 Commits (359b62868c3bc1f068bde2d56ca776bbc331c30f)

Author SHA1 Message Date
dehnert 8ed4a5f849 some refactoring in elimination-based model checker 10 years ago
TimQu 1225b056f2 a little refactoring 10 years ago
sjunges 1e1400d68d merge 10 years ago
TimQu 8ab7cae974 early termination 10 years ago
dehnert d5601bd328 bugfix 10 years ago
dehnert fc41c3a6dd some more work on other elimination orders 10 years ago
dehnert dd5af80d5a work towards easier deployment of other ordering heuristics 10 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
TimQu 77e086f446 small fix regarding the return type of computeValue 10 years ago
TimQu f72c30cdff First version of approximation model (with mdp intead of s2pg) 10 years ago
TimQu c94e9c25a6 Added Mdp Region checking in storm.h, Some STORM_LOG_DEBUGs, fixes for sampling to work on Mdps 10 years ago
TimQu 78bd4a041a Added Mdp class, sampling might work already (untested) 10 years ago
TimQu 70dd76c08b Splitted region modelchecker in abstract class and dtmc class (to easily add an mdp class soon) 10 years ago
TimQu 0043d3ebf5 changed template argument, used unordered_map 10 years ago