3042 Commits (c12bbe29045202b3caa2108e6a46d1b3d4aca65b)
 

Author SHA1 Message Date
Mavo c12bbe2904 Disable old way of computing permutations as there is a bug for >31 elements 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 20b00e8f1d Propagate dont care to currently not failable BEs 9 years ago
Mavo 8b78ed2340 Renamed rateratio to probability 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 82a3964e5d Only fix queue when needed 9 years ago
Mavo a333d29d16 Hard coded heuristic to gain performance 9 years ago
Mavo a624292ece Output no states 9 years ago
Mavo ec8b5a23f2 Fixed compile issues with under Linux 9 years ago
Mavo 1bfd974795 Minor fixes 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 faadf19228 Approximation error is relative to mean of lower and upper bound 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 6faa7f0429 Abort when getting infinity in approximation 9 years ago
Mavo 3d083a1719 Fixed bug with wrong row in case of nondeterminism 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 41a71f8688 Fixed bug with not setting nondetermism correctly 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 cfc082417b Refactoring 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 12f7c08bac New class for DftStateGenerator 9 years ago
Mavo 662bbd73d7 CompressedStateType as template argument for NextStateGenerator 9 years ago
Mavo 560b42a94a Some interval functions not implemented 9 years ago
Mavo a0cd149054 Introduced setting for DFT approximation 10 years ago
Mavo c4260d3d5a First try on approximation 10 years ago
Mavo 493407f74f Started with SMT encoding for DFTs 10 years ago
Mavo fb5db51595 Missing include 10 years ago
Mavo bc10291680 STORM_DEVELOPER mode introduced 10 years ago
Mavo e49582c7cf Replaced assert with STORM_LOG_ASSERT 10 years ago
Mavo 929a694a64 Fixed typo 10 years ago
Mavo c8521f0de3 Changed more assert to STORM_LOG_ASSERT 10 years ago
Mavo 5eaa46c7de More refactoring 10 years ago