554 Commits (67244869db215fde0698374a768c4050b7263bc4)

Author SHA1 Message Date
dehnert ecfff3d2f9 in the spirit of JP: up 11 years ago
dehnert e3c4f5fa72 more work on customizing checking process 11 years ago
Mavo b55cc3276e Reachability probabilities for CTMCs 11 years ago
dehnert 280af18341 still introducing check settings 11 years ago
dehnert 5dd2dff92a replace in model checker interface (part 3) 11 years ago
dehnert 16be4f9adc replace in model checker interface (part 2) 11 years ago
dehnert d459fb5b92 replace in model checker interface (part 1) 11 years ago
dehnert 31703b67ee added reward model (name) to check settings 11 years ago
dehnert 5b60585b8a replaced boost::optional<std::string>() by boost::none 11 years ago
dehnert bd67b141fa a bit more work toward CheckSettings objects 11 years ago
dehnert d6c141b336 started working on class to capture check-specific settings for model checkers 11 years ago
Mavo e04cc99931 Removed debug output 11 years ago
Mavo 62f7305bea No rewards for target states 11 years ago
Mavo 3e4ddbea8c Integrated expected time on parametric CTMCs 11 years ago
dehnert 1c7f5dae56 fixed a bug pointed out by Matthias 11 years ago
Mavo 71070cb281 Implemented expected time on CTMC by reduction to DTMC with rewards 11 years ago
sjunges 6cd3cdcd6b fixed missing template instantations 11 years ago
dehnert 64e7cd63f5 removed obsolete menu-game model checker class 11 years ago
dehnert b1c103811b conditional probabilities in MDPs should now also work in the min-case 11 years ago
dehnert 3e38e73efe conditional probabilities in MDPs (Baier method) available in sparse MDP model checker 11 years ago
dehnert 756b2c5e30 added globally operator to functionality of hybrid/symbolic MDP model checkers 11 years ago
dehnert 135dfb27b1 added globally operator to funcationlity of sparse MDP model checker 11 years ago
dehnert d42f52d983 all DTMC model checkers now support checking globally formulas 11 years ago
dehnert 84205a0bf6 refined computation of conditional probs a bit. Sebastian, if you're reading this: shouldn't you be working? :) 11 years ago
dehnert 33757633c8 first version of conditional probabilities for (non-parametric) DTMCs a la Baier 11 years ago
dehnert 0ffbda5aff initial draft of long-run rewards for parametric models 11 years ago
dehnert 645f130a62 introduced long-run average reward formula 11 years ago
dehnert 2a5780d5be first version of long-run-average for parametric DTMCs 11 years ago
dehnert cd8fd76520 some refactoring in an attempt to make the state-elimination procedure flexible and readable at the same time 11 years ago
dehnert 0f6e6e4da1 added feature to compute step-bounded until probabilities in parametric models 11 years ago
dehnert 98d173ca3c changed elimination-based model checker to be able to compute values for all states (for reachability probs and reachability rewards) 11 years ago
dehnert 8ed4a5f849 some refactoring in elimination-based model checker 11 years ago
sjunges 1e1400d68d merge 11 years ago
dehnert d5601bd328 bugfix 11 years ago
dehnert fc41c3a6dd some more work on other elimination orders 11 years ago
dehnert dd5af80d5a work towards easier deployment of other ordering heuristics 11 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 11 years ago
dehnert b7ea918d1b update to latest version of sylvan and accompanying changes (mostly because 0 * inf = nan in IEEE754) 11 years ago
dehnert f8fc39870a hybrid and symbolic model checkers working with sylvan 11 years ago
dehnert 7376eaf866 made symbolic MDP model checker tests work 11 years ago
dehnert 7f75db2790 ADD iterator working for sylvan. enabled more tests for sylvan. symbolic Dtmc model checker now working. 11 years ago
dehnert ebe9ccbb15 some work on DD stuff 11 years ago
dehnert 009dabf2f1 started cleanining up 11 years ago
dehnert a258d1ab48 restructured ODD to be independent of the DD library being used 11 years ago
dehnert 8bf0f3c87e apparently, changing the DD interface implies some other changes as well... 11 years ago
dehnert 7fa7381047 trying to get the new infrastructure of the DD abstraction layer integrated into the other parts of storm 11 years ago
dehnert 4e86ef2e47 moved CUDD-based DD implementation to own folder 11 years ago
dehnert 6f59fd7aca fixed computation of rewards in MDPs 11 years ago
dehnert 4b4c11048f fixed bug in prob1E. added functions to retrieve schedulers for prob0E, probGreater0E and prob1E states of MDPs 11 years ago
sjunges d06c92c10a Revert "Revert "added flag that indicates which interval bound is to be taken. added xerces to the gitignore"" 11 years ago