972 Commits (dae1a7eefe69c9ed7bdf7c34d7c43a437f63f105)

Author SHA1 Message Date
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 b669a3acef Only sort bucket queue if more than 10% is unsorted 9 years ago
Mavo 6778a018ad Use heuristic probability 9 years ago
Mavo 386d4c7f05 Use heuristic NONE to explore complete state space 9 years ago
Mavo 58f8707293 Tighter over-approximation 9 years ago
Mavo 20b00e8f1d Propagate dont care to currently not failable BEs 9 years ago
Mavo 945447e7e0 Use DFS as default 9 years ago
Mavo 815bbf10ab Remove map and use linear search in BucketPriorityQueue 9 years ago
Mavo ef7d4ac87b Do not sort BEs anymore 9 years ago
Mavo 8d38358c11 Use BucketPriorityQueue instead of DynamicPriorityQueue 9 years ago
Mavo d1d77ff4df Changed deque to vector in bisimulation to gain performance boost 9 years ago
Mavo a333d29d16 Hard coded heuristic to gain performance 9 years ago
Mavo 4a6f53031e Choose different approximation heuristics 9 years ago
Mavo 26d0a3a7a4 Fixed smaller bugs 9 years ago
Mavo 8e1e61c4f2 Changed datastructures and made handling of pseudo states easier 9 years ago
Mavo e05c4dab0d Use custom DynamicPriorityQueue 9 years ago
Mavo ea00abc35e Fixed problems with approximation while using symred 9 years ago
Mavo a419cb0d80 Fixed computing rates for lower and upper bound 9 years ago
Mavo 2f765a9a95 Expand states reached be dependencies 9 years ago
Mavo 53821d3d84 Added settings for approximation heuristic 9 years ago
Mavo 6b7bf3bba7 Introduced heuristic depth with distance from initial state 9 years ago
Mavo bf491117c7 Sort row only if replacement took place 9 years ago
Mavo aab45d4eab Naive iterative refinement of approximation 9 years ago
Mavo d3d360b50a First version of DFT approximation 9 years ago
Mavo fba2071e9f Dft exploration via NextStateGenerator 9 years ago
Mavo 495b42ff4c Temporarily split new approximating state generation into own builder 9 years ago
Mavo 560b42a94a Some interval functions not implemented 9 years ago
Mavo bc10291680 STORM_DEVELOPER mode introduced 10 years ago
Mavo e49582c7cf Replaced assert with STORM_LOG_ASSERT 10 years ago
Mavo c8521f0de3 Changed more assert to STORM_LOG_ASSERT 10 years ago
Mavo 5eaa46c7de More refactoring 10 years ago
Mavo 1b6137cc5d Changed some assert to STORM_LOG_ASSERT 10 years ago
Mavo a0d659f2da always use shared_ptr<Formula const> 10 years ago
dehnert 1d56cf0430 backported a bugfix 10 years ago
Mavo c3f9d4cfe0 Includes for successful compiling from python 10 years ago
Mavo 322e470c89 Removed unnecessary std::moves 10 years ago
hbruintjes 2aaa519dfa Temproary workaround for clang/gcc problem: Wrap std::function in a lambda for std::sort 10 years ago
dehnert fb216e18d1 fixed another issue in expression evaluation 10 years ago
dehnert fa1ac86ff2 fixed evaluation of floor/ceil in expressions 10 years ago
dehnert db3d1df863 added a sh*t ton of debug output, didn't help 10 years ago
Mavo 19a1c99fd3 Sort failable BEs according to active failure rate 10 years ago
Mavo a41e5df39f Changed BFS to DFS in Exploration 10 years ago
dehnert c2b287a1e1 more work on learning approach 10 years ago
dehnert 2f5f439f26 re-added (naive) splitter selection heuristic 10 years ago
sjunges c8d9ec5535 update sparse matrix with duplicate row detection within rowgroups 10 years ago
dehnert 38ea181e3d added tons of debug output. all small test models now show sane results 10 years ago
dehnert e4a5c1d0d6 more work on EC detection (again0 10 years ago
dehnert b06419afe0 working towards EC detection 10 years ago
Mavo c9f04ecc0b Added IOSettings 10 years ago