39 Commits (82d4164c395adf6b0295c84d6d70fc33644bd659)

Author SHA1 Message Date
dehnert 82d4164c39 added obeying a state ordering to elimination linear equation solver 9 years ago
dehnert 8ce9e56af8 some refactoring of state-elimination-related things 9 years ago
dehnert 51402ec853 removed measure type and only added measure type to reward/time operators 9 years ago
Mavo fa4a1aa68f Fixed bug with filtering reward vector 9 years ago
dehnert dc8a5b11e0 more refactoring regarding fragment checking 9 years ago
dehnert b772c92edb removed reward path formulas. reward path formulas are now just path formulas. this allows some invalid formulas to be constructed, so this now has to be checked dynamically 9 years ago
Mavo 56bcdcc807 Priority queue as pointer 10 years ago
Mavo 7a10a04cde Created StateEliminator with specialized subclasses 10 years ago
Mavo f67c92b526 FlexibleSparseMatrix is in own class now 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 85adfe9df2 more replacement work in interfaces 10 years ago
Mavo b55cc3276e Reachability probabilities for CTMCs 10 years ago
dehnert d459fb5b92 replace in model checker interface (part 1) 10 years ago
dehnert 5b60585b8a replaced boost::optional<std::string>() by boost::none 10 years ago
Mavo 3e4ddbea8c Integrated expected time on parametric CTMCs 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
dehnert 8ed4a5f849 some refactoring in elimination-based model checker 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
sjunges 8568ee3986 only one optimization direction enum -- towards integration of termination criterions on the model checker 10 years ago
dehnert b94e978843 another round of fixes 10 years ago
dehnert 61fb277024 more work on refactoring (storm stinks and should be rewritten :P) 10 years ago
dehnert a1dae8849e Reworked (sparse) model files: moved them into their own namespace and deleted some functionality that is never used and not that nicely implemented. 11 years ago
dehnert c3c83fbe4f Fixed some compilation errors. 11 years ago
dehnert 7a55fe9208 Fixed some issues related to conditional probs. 11 years ago
dehnert 89fc5be1ab Fixed some things and wrote tests for elimination-based DTMC modelchecker. They fail: apparently rewards are not correctly computed in some cases. 11 years ago
dehnert 8a4706d9c9 A lot of work on model checker interfaces. In particular, the SCC elimination model checker is almost integrated. 11 years ago