21 Commits (972371c9a2848c62bf326ab77e6f1af520e888ea)

Author SHA1 Message Date
Matthias Volk 972371c9a2 Started on the notion of 'relevant events' for DFT analysis 6 years ago
Matthias Volk 3bf14c5198 Larger refactoring for DFT BEs. Split into BEExponential and BEConst 6 years ago
Matthias Volk 19ba1c38e7 Set correct order for priorities according to heuristic 6 years ago
Matthias Volk ef16ba576c Added default case for switch 6 years ago
Matthias Volk 7a8dbf8828 Heuristic is argument for functions in approximation algorithm 6 years ago
Matthias Volk 5d8fc7db77 Removed approximation heuristic NONE 6 years ago
Matthias Volk 37d0b66e73 Some fixes for approximation 6 years ago
Matthias Volk 6eb2795b68 Fixed crucial bug marking all states as 'to expand'. 6 years ago
Matthias Volk 0904c01828 Make exploration heuristic choosable 6 years ago
Matthias Volk e53d946b04 Refactored BucketPriorityQueue 6 years ago
Matthias Volk 98b628b269 Moved failableBE/Dependencies to own struct 7 years ago
Matthias Volk a302ec9cfc Fix in BucketPriorityQueue 7 years ago
Matthias Volk d062e658e0 Output progress for DFT exploration 7 years ago
Matthias Volk 0e0a3dd9af Fixed problem with BitVector size mismatch for DFT states 7 years ago
dehnert 0d18886966 re-enabling conversion of MA to CTMC if the MA only has Markovian states 8 years ago
Matthias Volk 0913388cd3 Renamed ExplicitDFTModelBuilderApprox to ExplicitDFTModelBuilder 8 years ago
Matthias Volk 91bd638c18 Fixed segfault 8 years ago
Matthias Volk 8a74be1b72 Refactored DFT settings 8 years ago
TimQu f2ab549b36 fixed compiling storm-dft 8 years ago
Matthias Volk affa7db555 Depth heuristic did not skip 9 years ago
Matthias Volk 8cbfccba22 Hacked approximation for probabilities 9 years ago
Matthias Volk 5c0e515ade Build all labels when exporting DFT 9 years ago
Matthias Volk 02c7ace5e6 Use heuristic NONE 9 years ago
Matthias Volk 1c2426b0f4 Print model information 9 years ago
Matthias Volk a477784069 Small fix when computing upper bound in failed states 9 years ago
Matthias Volk 7d3fee88f8 Use fail labels according to given properties 9 years ago
Matthias Volk 036d9c55d5 Small fixes 9 years ago
Matthias Volk 69e2aac5c9 Fixed labeling when using multiple failed states 9 years ago
sjunges 112fb8f61e moving dfts to their own lib and cli 9 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
Mavo ee4b6c96a8 Use operator<< from carl 9 years ago
Mavo cd1aec7750 Heuristic using the difference between upper and lower bound 9 years ago
Mavo 1c95722711 Do not skip states if approx = 0.0 9 years ago
Mavo d95bb71f75 Tried to gain more performance 9 years ago
Mavo 64699a7bad Several improvements 9 years ago
Mavo dae1a7eefe Do not use cold BEs in first step of approximation formula 9 years ago
Mavo 02c4195f31 Better upper bound for independent subtrees 9 years ago
Mavo 6778a018ad Use heuristic probability 9 years ago
Mavo c12bbe2904 Disable old way of computing permutations as there is a bug for >31 elements 9 years ago
Mavo 876b147aa8 Fixed bug with iterator 9 years ago
Mavo d9b1285644 Alternative way of computing permutations (at the moment in parallel) 9 years ago
Mavo 386d4c7f05 Use heuristic NONE to explore complete state space 9 years ago
Mavo 8e159133da Compute lower/upper bounds only when needed 9 years ago
Mavo a9f97bd210 Set heuristic to probability 9 years ago
Mavo 58f8707293 Tighter over-approximation 9 years ago
Mavo 0d9cdd6ef8 Use Heuristic None 9 years ago
Mavo 8b78ed2340 Renamed rateratio to probability 9 years ago
Mavo 945447e7e0 Use DFS as default 9 years ago