Matthias Volk
|
02c7ace5e6
|
Use heuristic NONE
|
8 years ago |
Matthias Volk
|
7d3fee88f8
|
Use fail labels according to given properties
|
8 years ago |
Matthias Volk
|
69e2aac5c9
|
Fixed labeling when using multiple failed states
|
8 years ago |
sjunges
|
112fb8f61e
|
moving dfts to their own lib and cli
|
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 |
Mavo
|
cd1aec7750
|
Heuristic using the difference between upper and lower bound
Former-commit-id: a514e33d69
|
9 years ago |
Mavo
|
d95bb71f75
|
Tried to gain more performance
Former-commit-id: 9af2ab7ce0
|
9 years ago |
Mavo
|
02c4195f31
|
Better upper bound for independent subtrees
Former-commit-id: 64f5a1ca60
|
9 years ago |
Mavo
|
6778a018ad
|
Use heuristic probability
Former-commit-id: 747b34cfdc
|
9 years ago |
Mavo
|
386d4c7f05
|
Use heuristic NONE to explore complete state space
Former-commit-id: 25990b5dda
|
9 years ago |
Mavo
|
58f8707293
|
Tighter over-approximation
Former-commit-id: 824e74f88d
|
9 years ago |
Mavo
|
945447e7e0
|
Use DFS as default
Former-commit-id: 34f9e80d1b
|
9 years ago |
Mavo
|
8d38358c11
|
Use BucketPriorityQueue instead of DynamicPriorityQueue
Former-commit-id: 7a22ef5b16
|
9 years ago |
Mavo
|
a333d29d16
|
Hard coded heuristic to gain performance
Former-commit-id: d0d869bb3e
|
9 years ago |
Mavo
|
4a6f53031e
|
Choose different approximation heuristics
Former-commit-id: e9ddae066b
|
9 years ago |
Mavo
|
8e1e61c4f2
|
Changed datastructures and made handling of pseudo states easier
Former-commit-id: a0e0324fe6
|
9 years ago |
Mavo
|
e05c4dab0d
|
Use custom DynamicPriorityQueue
Former-commit-id: b4b552a84d
|
9 years ago |
Mavo
|
53821d3d84
|
Added settings for approximation heuristic
Former-commit-id: 40267add31
|
9 years ago |
Mavo
|
6b7bf3bba7
|
Introduced heuristic depth with distance from initial state
Former-commit-id: 1b94ebc4f9
|
9 years ago |
Mavo
|
41a71f8688
|
Fixed bug with not setting nondetermism correctly
Former-commit-id: cd1e029c29
|
9 years ago |
Mavo
|
aab45d4eab
|
Naive iterative refinement of approximation
Former-commit-id: e1620cdefd
|
9 years ago |
Mavo
|
d3d360b50a
|
First version of DFT approximation
Former-commit-id: 1d95ad4914
|
9 years ago |
Mavo
|
fba2071e9f
|
Dft exploration via NextStateGenerator
Former-commit-id: f81ac4e7fc
|
9 years ago |
Mavo
|
495b42ff4c
|
Temporarily split new approximating state generation into own builder
Former-commit-id: 70be02f2ae
|
9 years ago |
Mavo
|
662bbd73d7
|
CompressedStateType as template argument for NextStateGenerator
Former-commit-id: 145182a918
|
9 years ago |
Mavo
|
c4260d3d5a
|
First try on approximation
Former-commit-id: 53c6738c72
|
9 years ago |
Mavo
|
a41e5df39f
|
Changed BFS to DFS in Exploration
Former-commit-id: b55e18123c
|
9 years ago |
Mavo
|
5796da9a5c
|
Refactoring
Former-commit-id: ab8665d114
|
9 years ago |
Mavo
|
e5fd604498
|
Flag for disabling DC propagation
Former-commit-id: 1fa850ef26
|
9 years ago |
Mavo
|
7e8b790451
|
Preparation for pseudo state generation from bit vector
Former-commit-id: a273f13a67
|
9 years ago |
Mavo
|
ea2fe4a19a
|
First working version of symmetry reduction
Former-commit-id: e3641940d4
|
9 years ago |
Mavo
|
a44d38e0bf
|
Symmetries are given to StateGenerationInfo
Former-commit-id: b91cce3a81
|
9 years ago |
sjunges
|
dde9af6c44
|
mergeFailedStates and some updates for SEQs
Former-commit-id: 128a7e0da5
|
9 years ago |
Mavo
|
0156b12764
|
Fixed compile problem under gcc
Former-commit-id: f5d40795e9
|
9 years ago |
Mavo
|
d160bb1b13
|
Use only state ids instead of complete data structure
Former-commit-id: 0852cce6d7
|
9 years ago |
sjunges
|
102602dea2
|
some refactoring
Former-commit-id: 90be99f04d
|
9 years ago |
Mavo
|
0d3687cf5e
|
Refactored and sorted bitvector
Former-commit-id: 28ca00af50
|
9 years ago |
Mavo
|
5da88d5d52
|
Small refactoring
Former-commit-id: 220d7408e7
|
9 years ago |
sjunges
|
42eb671435
|
work towards const correctness and additional methods
Former-commit-id: 2c4667412c
|
9 years ago |
Mavo
|
46642f2bca
|
CTMCs are working again
Former-commit-id: 259bfefa54
|
9 years ago |
Mavo
|
35f5f9de15
|
Small refactoring
Former-commit-id: 102054c604
|
9 years ago |
Mavo
|
d507eab7f3
|
Build Markov Automaton instead of CTMC
Former-commit-id: 26c299ad34
|
9 years ago |
Mavo
|
69a464d5ef
|
Changed unordered_set to BitVectorHashMap for DFTState
Former-commit-id: 35f57aa250
|
9 years ago |
Mavo
|
6e2f5602e1
|
Finished templating
Former-commit-id: 7225717fdb
|
9 years ago |
Mavo
|
7737205149
|
More refactoring with templates
Former-commit-id: 6b614ed7f3
|
9 years ago |
Mavo
|
91fe16c699
|
1st try on CTMC model checking
Former-commit-id: 5520801c2d
|
9 years ago |
Mavo
|
0c37f078fb
|
Build transition matrix for FT
Former-commit-id: 2ffb55295a
|
9 years ago |
Mavo
|
7b37023f79
|
Some refactoring
Former-commit-id: c5954a71a2
|
9 years ago |