595 Commits (20f07bf291caa13066382e342f09920e8cacb789)

Author SHA1 Message Date
dehnert 756b2c5e30 added globally operator to functionality of hybrid/symbolic MDP model checkers 9 years ago
dehnert 135dfb27b1 added globally operator to funcationlity of sparse MDP model checker 9 years ago
dehnert d42f52d983 all DTMC model checkers now support checking globally formulas 9 years ago
dehnert 84205a0bf6 refined computation of conditional probs a bit. Sebastian, if you're reading this: shouldn't you be working? :) 9 years ago
dehnert 33757633c8 first version of conditional probabilities for (non-parametric) DTMCs a la Baier 9 years ago
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
sjunges 1e1400d68d merge 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 9 years ago
dehnert b7ea918d1b update to latest version of sylvan and accompanying changes (mostly because 0 * inf = nan in IEEE754) 9 years ago
dehnert f8fc39870a hybrid and symbolic model checkers working with sylvan 9 years ago
dehnert 7376eaf866 made symbolic MDP model checker tests work 9 years ago
dehnert 7f75db2790 ADD iterator working for sylvan. enabled more tests for sylvan. symbolic Dtmc model checker now working. 9 years ago
dehnert ebe9ccbb15 some work on DD stuff 9 years ago
dehnert 009dabf2f1 started cleanining up 9 years ago
dehnert a258d1ab48 restructured ODD to be independent of the DD library being used 9 years ago
dehnert 8bf0f3c87e apparently, changing the DD interface implies some other changes as well... 9 years ago
dehnert 7fa7381047 trying to get the new infrastructure of the DD abstraction layer integrated into the other parts of storm 9 years ago
dehnert 4e86ef2e47 moved CUDD-based DD implementation to own folder 9 years ago
dehnert 6f59fd7aca fixed computation of rewards in MDPs 9 years ago
dehnert 4b4c11048f fixed bug in prob1E. added functions to retrieve schedulers for prob0E, probGreater0E and prob1E states of MDPs 9 years ago
sjunges d06c92c10a Revert "Revert "added flag that indicates which interval bound is to be taken. added xerces to the gitignore"" 9 years ago
sjunges dfd2cda380 Revert "added flag that indicates which interval bound is to be taken. added xerces to the gitignore" 9 years ago
dehnert 16ea224b6a added flag that indicates which interval bound is to be taken. added xerces to the gitignore 9 years ago
sjunges 896d2bcaef propositional model checking for further interval reward model types 9 years ago
TimQu adc5c8d1c1 Fixed another memory leak: CheckResults have not been destructed properly. 9 years ago
sjunges e7d82fbaf5 Fix 9 years ago
sjunges 6d10ba0ad0 compiles again 9 years ago
sjunges f08f66e900 added an option for polic extraction to the helper, some includes 9 years ago
sjunges 72ef715d68 Return type to also include partial schedulers 9 years ago
sjunges 2f5df9d72f use the configured factory in the sparse mdp helper 9 years ago
sjunges 8568ee3986 only one optimization direction enum -- towards integration of termination criterions on the model checker 9 years ago
dehnert 56eae69703 added more missing headers 9 years ago
dehnert 3657b13aa9 another missing ifdef 9 years ago
dehnert 16d672a5cb put carl reference in ifdef 9 years ago
dehnert 032e141254 small fix to the way interval reward models are reduced to a scalar vector 9 years ago
dehnert f409087f47 first version of interval reward model support for MDPs. also fixed a missing include that prevented compilation of the main executable 9 years ago
dehnert f51e8eeaea moved reward model template parameter from helper classes to the affected functions. this sadly excludes the SparseDtmcPrctlHelper for which clang then produces a segfault (bug report pending) 9 years ago
dehnert 21d9e91586 work towards interval reward model 9 years ago
sjunges 35a154f67f Splitted graph in h and cpp` 9 years ago
sjunges e3122e5ede Faster compilation and topological failing test failed 9 years ago
sjunges f219437acf Faster compilation times! 9 years ago