4 Commits (8d6b029d67b05662503d68d931d8468b3c330e32)

Author SHA1 Message Date
dehnert 8d6b029d67 next batch of fixing warnings 8 years ago
Sebastian Junges d246517757 removed src prefix in all includes 9 years ago
Sebastian Junges e1d201c85e c++ code compiles again after rename 9 years ago
Sebastian Junges 3a7ee7867b rename files (does not compile) 9 years ago
sjunges f7a3e02fb6 refactored model checkers st all are templated in the model, have to handle rational function bounds next 9 years ago
sjunges 8b5a2d4354 intermediate commit, come back after refactoring model checkers 9 years ago
dehnert 711d5cfa12 fixed bug in sparse dtmc elimination model checker. commented out weird eliminaton functions in CTMC model checker and storm.h 9 years ago
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 9 years ago
Mavo 7a10a04cde Created StateEliminator with specialized subclasses 9 years ago
Mavo f67c92b526 FlexibleSparseMatrix is in own class now 9 years ago
dehnert 1308b91fda adapted canHandle in model checker interface to CheckTask 9 years ago
dehnert 4367bdb378 properly introduced CheckTask in all model checkers and made it compile again (+ functional tests working) 9 years ago
dehnert 85adfe9df2 more replacement work in interfaces 9 years ago
Mavo b55cc3276e Reachability probabilities for CTMCs 9 years ago
dehnert d459fb5b92 replace in model checker interface (part 1) 9 years ago
dehnert 5b60585b8a replaced boost::optional<std::string>() by boost::none 9 years ago
Mavo 3e4ddbea8c Integrated expected time on parametric CTMCs 9 years ago
TimQu f86c4f65f7 examples and small fix regarding changes of elimination model checker 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
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
TimQu 1860502a3a Deterministic states with only constant outgoing transitions are now eliminated 10 years ago
TimQu 70dd76c08b Splitted region modelchecker in abstract class and dtmc class (to easily add an mdp class soon) 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
TimQu 1c0438ff38 a few steps to efficiently analyze multiple regions... 10 years ago
TimQu f6c4b9be72 splitted "elimination model checker" and "region model checker" into two files. 10 years ago
TimQu 96cf3c65bb implemented instantiation as mdp to get valid bounds 10 years ago
TimQu 4ab84bc42c state elimination -- hybrid and standard method 10 years ago
TimQu d9613b20c8 restriction of the state probability variables 10 years ago
TimQu bac0e01835 added time measurement, support for stateelimination 10 years ago
TimQu 52a8c324a5 make storm compile when carl is not available 10 years ago
TimQu b395b1292e started Smtlib Solver interface and some 'prototypy' method to check parameter regions 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. 10 years ago
dehnert c3c83fbe4f Fixed some compilation errors. 10 years ago
dehnert 7a55fe9208 Fixed some issues related to conditional probs. 10 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. 10 years ago