152 Commits (8108c81e631d9534b0bd021a707caa8bb1906ae8)

Author SHA1 Message Date
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 16be4f9adc replace in model checker interface (part 2) 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 64e7cd63f5 removed obsolete menu-game model checker class 10 years ago
TimQu f86c4f65f7 examples and small fix regarding changes of elimination model checker 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 d5601bd328 bugfix 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
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 b3178e17f6 more bug fixes 11 years ago
dehnert 61fb277024 more work on refactoring (storm stinks and should be rewritten :P) 11 years ago
sjunges 3c2040f4b7 Removed many superfluous includes, added some source files -- towards faster compilation 11 years ago
TimQu efadc84593 Beautified the Code, removed unused stuff, minor improvements 11 years ago
dehnert 56b4f53ce7 got rid of more warnings 11 years ago
dehnert 21627fbab4 Started to get rid of some warnings. In particular this means making the compiler more silent for third-party stuff. 11 years ago
TimQu 28326b14e4 more efficient instantiation of matrices. 11 years ago
dehnert 7b2bfa592c started working on integration of games-based abstraction refinement in production code quality 11 years ago
dehnert 4dbbe3c561 moved constraint collection to DTMC class 11 years ago
TimQu 86ff07ec0d take sampling point before approximation to know whether to minimize or maximize. 11 years ago
TimQu 777942f5d3 renamed BoundType to CoefficientType, better region.getVariables 11 years ago
TimQu 63618147b8 - Compute sample points via instantiated DTMCs 11 years ago
TimQu fcdf0eee7a changes on the solver interface to work with timeouts or memouts. i.e. there is no exception thrown in that case 11 years ago
TimQu 076b6cc71c reimplemented region model check via smt solving 11 years ago
TimQu c9c6d1e199 Implemented mdp building and checking 11 years ago
TimQu 6206147e1a Sampling the corners of the region 11 years ago
TimQu 47f2e9592b Implemented preprocessing steps 11 years ago
TimQu 1c0438ff38 a few steps to efficiently analyze multiple regions... 11 years ago
TimQu ccfb452f53 no hardcoded regions anymore 11 years ago
TimQu 836b5cebc6 implemented some auxilarry functions for parameterregions 11 years ago
TimQu f6c4b9be72 splitted "elimination model checker" and "region model checker" into two files. 11 years ago
TimQu 96cf3c65bb implemented instantiation as mdp to get valid bounds 11 years ago
TimQu 4ab84bc42c state elimination -- hybrid and standard method 11 years ago
TimQu 0e1552d3a5 eliminating of states with constant outgoing transitions 11 years ago
TimQu d9613b20c8 restriction of the state probability variables 11 years ago
TimQu bac0e01835 added time measurement, support for stateelimination 11 years ago
TimQu 2b807dd72e implemented communication with solver 11 years ago