654 Commits (359b62868c3bc1f068bde2d56ca776bbc331c30f)

Author SHA1 Message Date
Mavo 6b31b23c62 Removed unused time keeping variables 10 years ago
dehnert 3727018ef4 added functionality to sparse MDP helper to compute until probabilities just for maybe states (and produce the corresponding scheduler) 10 years ago
Mavo a6a8e5fff6 Structure for MA to CTMC 10 years ago
dehnert 8f087597cc more work towards proper scheduler generation 10 years ago
Mavo 56bcdcc807 Priority queue as pointer 10 years ago
dehnert bdcd4b26a3 refactoring early termination and solve goals and bounds 10 years ago
Mavo 7a10a04cde Created StateEliminator with specialized subclasses 10 years ago
dehnert dee44056d1 work towards generating schedulers (and some other related stuff) 10 years ago
Mavo f67c92b526 FlexibleSparseMatrix is in own class now 10 years ago
dehnert e5f9ddfbcc changed cli to create tasks that only compute the value for the initial state (if the model checker supports that) 10 years ago
dehnert 1308b91fda adapted canHandle in model checker interface to CheckTask 10 years ago
dehnert 4367bdb378 properly introduced CheckTask in all model checkers and made it compile again (+ functional tests working) 10 years ago
dehnert 3cd5738bb7 more replacement work in interfaces 10 years ago
dehnert 85adfe9df2 more replacement work in interfaces 10 years ago
dehnert ecfff3d2f9 in the spirit of JP: up 10 years ago
dehnert e3c4f5fa72 more work on customizing checking process 10 years ago
Mavo b55cc3276e Reachability probabilities for CTMCs 10 years ago
dehnert 280af18341 still introducing check settings 10 years ago
dehnert 5dd2dff92a replace in model checker interface (part 3) 10 years ago
dehnert 16be4f9adc replace in model checker interface (part 2) 10 years ago
dehnert d459fb5b92 replace in model checker interface (part 1) 10 years ago
dehnert 31703b67ee added reward model (name) to check settings 10 years ago
dehnert 5b60585b8a replaced boost::optional<std::string>() by boost::none 10 years ago
dehnert bd67b141fa a bit more work toward CheckSettings objects 10 years ago
dehnert d6c141b336 started working on class to capture check-specific settings for model checkers 10 years ago
Mavo e04cc99931 Removed debug output 10 years ago
Mavo 62f7305bea No rewards for target states 10 years ago
Mavo 3e4ddbea8c Integrated expected time on parametric CTMCs 10 years ago
dehnert 1c7f5dae56 fixed a bug pointed out by Matthias 10 years ago
Mavo 71070cb281 Implemented expected time on CTMC by reduction to DTMC with rewards 10 years ago
sjunges 6cd3cdcd6b fixed missing template instantations 10 years ago
dehnert 64e7cd63f5 removed obsolete menu-game model checker class 10 years ago
TimQu 5f678f96ae parallel execution of benchmarks and larger models 10 years ago
TimQu 56be3c183b implemented refinement of regions plus benchmarks 10 years ago
TimQu 3ce8643d96 Added benchmarks 10 years ago
TimQu 8297c51d73 Fixed a bug that was not yet fixed for some reason... 10 years ago
TimQu f86c4f65f7 examples and small fix regarding changes of elimination model checker 10 years ago
dehnert b1c103811b conditional probabilities in MDPs should now also work in the min-case 10 years ago
dehnert 3e38e73efe conditional probabilities in MDPs (Baier method) available in sparse MDP model checker 10 years ago
dehnert 756b2c5e30 added globally operator to functionality of hybrid/symbolic MDP model checkers 10 years ago
dehnert 135dfb27b1 added globally operator to funcationlity of sparse MDP model checker 10 years ago
dehnert d42f52d983 all DTMC model checkers now support checking globally formulas 10 years ago
dehnert 84205a0bf6 refined computation of conditional probs a bit. Sebastian, if you're reading this: shouldn't you be working? :) 10 years ago
dehnert 33757633c8 first version of conditional probabilities for (non-parametric) DTMCs a la Baier 10 years ago
dehnert 0ffbda5aff initial draft of long-run rewards for parametric models 10 years ago
dehnert 645f130a62 introduced long-run average reward formula 10 years ago
dehnert 2a5780d5be first version of long-run-average for parametric DTMCs 10 years ago
dehnert cd8fd76520 some refactoring in an attempt to make the state-elimination procedure flexible and readable at the same time 10 years ago
dehnert 0f6e6e4da1 added feature to compute step-bounded until probabilities in parametric models 10 years ago
dehnert 98d173ca3c changed elimination-based model checker to be able to compute values for all states (for reachability probs and reachability rewards) 10 years ago