Matthias Volk
|
944c5ac0fe
|
Only set operational BEs as failable
|
6 years ago |
Matthias Volk
|
32dc2dbcc0
|
Fixed bug where children of SEQ gates were not properly enabled
|
6 years ago |
Matthias Volk
|
ef08ddd2f7
|
Small refactoring for ElementState
|
6 years ago |
Matthias Volk
|
2cf53af750
|
Proper handling of disabling/enabling events for SEQ and MUTEX
|
6 years ago |
Matthias Volk
|
7ff1511570
|
Updated some TODOS
|
6 years ago |
Matthias Volk
|
3bf14c5198
|
Larger refactoring for DFT BEs. Split into BEExponential and BEConst
|
6 years ago |
Matthias Volk
|
1f5d3b9479
|
Correct initialization of priority queue
|
6 years ago |
Matthias Volk
|
d140da92cc
|
Small refactoring for ElementState
|
6 years ago |
Matthias Volk
|
cbbd812b42
|
Proper handling of disabling/enabling events for SEQ and MUTEX
|
6 years ago |
Matthias Volk
|
01df35236b
|
Updated some TODOS
|
6 years ago |
Matthias Volk
|
9dbb66a9bd
|
Larger refactoring for DFT BEs. Split into BEExponential and BEConst
|
6 years ago |
Matthias Volk
|
87180e1000
|
Correct initialization of priority queue
|
6 years ago |
Matthias Volk
|
7abf0c2a8f
|
Update failable dependencies if trigger was set to dont care
|
6 years ago |
Matthias Volk
|
98b628b269
|
Moved failableBE/Dependencies to own struct
|
6 years ago |
Matthias Volk
|
53fa42f279
|
Ensure failable dependencies are only added once
|
6 years ago |
Matthias Volk
|
1fcc375608
|
BE can no longer fail after triggered failure
|
6 years ago |
Matthias Volk
|
fb1ea21f9c
|
Added assertions to exclude self-loops in DFT state generation
|
6 years ago |
Matthias Volk
|
6444bc7c5e
|
Better error message
|
7 years ago |
Matthias Volk
|
0e0a3dd9af
|
Fixed problem with BitVector size mismatch for DFT states
|
7 years ago |
Matthias Volk
|
0a06a2b33e
|
Fix in constructing pseudo state
|
8 years ago |
sjunges
|
d35bc5ed36
|
n-ary pdeps supported as a datastructure
|
8 years ago |
sjunges
|
112fb8f61e
|
moving dfts to their own lib and cli
|
9 years ago |
Sebastian Junges
|
3a7ee7867b
|
rename files (does not compile)
|
9 years ago |
sjunges
|
464a497093
|
smt checker v1, and better error messages
Former-commit-id: ab7391e85d
|
9 years ago |
Mavo
|
dae1a7eefe
|
Do not use cold BEs in first step of approximation formula
Former-commit-id: d204be9633
|
9 years ago |
Mavo
|
02c4195f31
|
Better upper bound for independent subtrees
Former-commit-id: 64f5a1ca60
|
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
|
20b00e8f1d
|
Propagate dont care to currently not failable BEs
Former-commit-id: 1fcb15f4ec
|
9 years ago |
Mavo
|
ef7d4ac87b
|
Do not sort BEs anymore
Former-commit-id: 1789ad3644
|
9 years ago |
Mavo
|
a333d29d16
|
Hard coded heuristic to gain performance
Former-commit-id: d0d869bb3e
|
9 years ago |
Mavo
|
26d0a3a7a4
|
Fixed smaller bugs
Former-commit-id: 4c9c22bca1
|
9 years ago |
Mavo
|
8e1e61c4f2
|
Changed datastructures and made handling of pseudo states easier
Former-commit-id: a0e0324fe6
|
9 years ago |
Mavo
|
ea00abc35e
|
Fixed problems with approximation while using symred
Former-commit-id: df12c037e7
|
9 years ago |
Mavo
|
a419cb0d80
|
Fixed computing rates for lower and upper bound
Former-commit-id: 89846a9788
|
9 years ago |
Mavo
|
6b7bf3bba7
|
Introduced heuristic depth with distance from initial state
Former-commit-id: 1b94ebc4f9
|
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
|
e49582c7cf
|
Replaced assert with STORM_LOG_ASSERT
Former-commit-id: 692ae47b1b
|
9 years ago |
Mavo
|
19a1c99fd3
|
Sort failable BEs according to active failure rate
Former-commit-id: c4622e9dc8
|
9 years ago |
Mavo
|
2e9089eca6
|
Small changes
Former-commit-id: aa36b0ae30
|
9 years ago |
Mavo
|
869b0f95d1
|
Support for pdeps with more than one child
Former-commit-id: f3de8f2abd
|
9 years ago |
Mavo
|
bdad8aedd7
|
Set dependencies to dont care after dependent event has failed
Former-commit-id: 506f5c3107
|
9 years ago |
Mavo
|
db3c40e6d7
|
Fixed bugs
Former-commit-id: d602972afc
|
9 years ago |
Mavo
|
6ca6ab27e8
|
Activate failed representatives
Former-commit-id: dcda573443
|
9 years ago |
Mavo
|
306eb8a9cc
|
Construct state from bit vector
Former-commit-id: 705af6d503
|
9 years ago |
Mavo
|
7e8b790451
|
Preparation for pseudo state generation from bit vector
Former-commit-id: a273f13a67
|
9 years ago |
Mavo
|
9b8dd018cf
|
Fixed problem with gate as trigger events for dependencies
Former-commit-id: 87cd1115bb
|
9 years ago |
sjunges
|
a6c087f461
|
Dont Care Propagation and SEQ are now sound (but more DCs can be propagated with some care)
Former-commit-id: 96288dd8d9
|
9 years ago |
Mavo
|
f6374c60f8
|
Bitte ein Bit
Former-commit-id: ff11916b9a
|
9 years ago |