dehnert
|
fd615289e0
|
outline of learning algorithm
Former-commit-id: d770d1b7dc
|
10 years ago |
Mavo
|
869b0f95d1
|
Support for pdeps with more than one child
Former-commit-id: f3de8f2abd
|
10 years ago |
dehnert
|
1fb943b658
|
moved some internal structs from model builder to their own files to make them reusable
Former-commit-id: a354059fe8
|
10 years ago |
dehnert
|
ca354cffe4
|
moved preprocessing of PRISM program to utility to make it accessible from learning-based model checker
Former-commit-id: 704dde9ec5
|
10 years ago |
Mavo
|
2c172cd082
|
Refactoring
Former-commit-id: e9af97f7af
|
10 years ago |
Mavo
|
5796da9a5c
|
Refactoring
Former-commit-id: ab8665d114
|
10 years ago |
Mavo
|
bdad8aedd7
|
Set dependencies to dont care after dependent event has failed
Former-commit-id: 506f5c3107
|
10 years ago |
Mavo
|
2c15c89751
|
No DC propagation for failed toplevel
Former-commit-id: a2cf30e071
|
10 years ago |
Mavo
|
e5fd604498
|
Flag for disabling DC propagation
Former-commit-id: 1fa850ef26
|
10 years ago |
Mavo
|
7e8b790451
|
Preparation for pseudo state generation from bit vector
Former-commit-id: a273f13a67
|
10 years ago |
dehnert
|
1f5439e270
|
added state labeling generator interface
Former-commit-id: eb7668741f
|
10 years ago |
Mavo
|
1e79e5b2a4
|
Only print debug matrix for small state sizes
Former-commit-id: c2e793d9b9
|
10 years ago |
dehnert
|
ffe63ea95d
|
made dfs as exploration order available
Former-commit-id: 46ea31af78
|
10 years ago |
Mavo
|
9b8dd018cf
|
Fixed problem with gate as trigger events for dependencies
Former-commit-id: 87cd1115bb
|
10 years ago |
dehnert
|
55fd1b66c3
|
introducing exploration orders to explicit builder
Former-commit-id: a56620eac2
|
10 years ago |
dehnert
|
fff7b2d5db
|
fixed an allocation issue, performance is now roughly the same as before but memory consumption is reduced
Former-commit-id: ff44804975
|
10 years ago |
dehnert
|
fad28df7d6
|
first working version of next-state generator for PRISM models
Former-commit-id: 548a725e25
|
10 years ago |
dehnert
|
9eec5b140c
|
refactoring of model builder
Former-commit-id: f049f5a5bf
|
10 years ago |
dehnert
|
a75e0f5323
|
more work wrt cleaner model exploration
Former-commit-id: f24d618bdf
|
10 years ago |
Mavo
|
ea2fe4a19a
|
First working version of symmetry reduction
Former-commit-id: e3641940d4
|
10 years ago |
dehnert
|
8a0bd32b55
|
tearing apart explicit model builder and 'next-state generation'
Former-commit-id: 2ccda8d931
|
10 years ago |
dehnert
|
7ce969b312
|
started working on more flexible model generation using next-state-generators
Former-commit-id: 805940f179
|
10 years ago |
Mavo
|
a44d38e0bf
|
Symmetries are given to StateGenerationInfo
Former-commit-id: b91cce3a81
|
10 years ago |
sjunges
|
dde9af6c44
|
mergeFailedStates and some updates for SEQs
Former-commit-id: 128a7e0da5
|
10 years ago |
Mavo
|
371ba87f1c
|
Fixed activation of spares
Former-commit-id: f62ccdc79a
|
10 years ago |
Mavo
|
0156b12764
|
Fixed compile problem under gcc
Former-commit-id: f5d40795e9
|
10 years ago |
sjunges
|
b93f5c2f62
|
refactored a bit, plus bisimulation is now done
Former-commit-id: 42877cdb29
|
10 years ago |
Mavo
|
d160bb1b13
|
Use only state ids instead of complete data structure
Former-commit-id: 0852cce6d7
|
10 years ago |
sjunges
|
102602dea2
|
some refactoring
Former-commit-id: 90be99f04d
|
10 years ago |
Mavo
|
b8ff542b7b
|
One conversion less for MA
Former-commit-id: d0b47adf9b
|
10 years ago |
Mavo
|
0d3687cf5e
|
Refactored and sorted bitvector
Former-commit-id: 28ca00af50
|
10 years ago |
Mavo
|
5da88d5d52
|
Small refactoring
Former-commit-id: 220d7408e7
|
10 years ago |
dehnert
|
2604df54ec
|
more refactoring of formula classes: in particular fragment checking
Former-commit-id: 544c5f953f
|
10 years ago |
Mavo
|
c78d9ff802
|
Fixed problems with pdeps
Former-commit-id: c46c88b177
|
10 years ago |
Mavo
|
a6a8e5fff6
|
Structure for MA to CTMC
Former-commit-id: 6dee4cec3c
|
10 years ago |
Mavo
|
63b0513f38
|
Set probability for pdeps
Former-commit-id: 2ac06e76c0
|
10 years ago |
Mavo
|
6d84d030bd
|
Fixed lowercase
Former-commit-id: fd323c1e1c
|
10 years ago |
sjunges
|
42eb671435
|
work towards const correctness and additional methods
Former-commit-id: 2c4667412c
|
10 years ago |
Mavo
|
64b24043c5
|
Dependencies working
Former-commit-id: e262bfc5aa
|
10 years ago |
Mavo
|
24cd1ec597
|
Vector output without template seems to work
Former-commit-id: 3627729e25
|
10 years ago |
Mavo
|
46642f2bca
|
CTMCs are working again
Former-commit-id: 259bfefa54
|
10 years ago |
Mavo
|
35f5f9de15
|
Small refactoring
Former-commit-id: 102054c604
|
10 years ago |
Mavo
|
d507eab7f3
|
Build Markov Automaton instead of CTMC
Former-commit-id: 26c299ad34
|
10 years ago |
Mavo
|
4ece7e45a9
|
Added assertions
Former-commit-id: c84ad69729
|
10 years ago |
dehnert
|
4367bdb378
|
properly introduced CheckTask in all model checkers and made it compile again (+ functional tests working)
Former-commit-id: d44db3c342
|
10 years ago |
dehnert
|
e3c4f5fa72
|
more work on customizing checking process
Former-commit-id: 93e5895f77
|
10 years ago |
Mavo
|
7dd1bb67ea
|
Some refactoring
Former-commit-id: 95441da721
|
10 years ago |
Mavo
|
69a464d5ef
|
Changed unordered_set to BitVectorHashMap for DFTState
Former-commit-id: 35f57aa250
|
10 years ago |
Mavo
|
0a21431c07
|
Use representant for usage flag in DFTBuilder
Former-commit-id: 9084ce2f2f
|
10 years ago |
Mavo
|
a781df35c2
|
Use passive failure rate if BE is not used
Former-commit-id: fdc4a6687b
|
10 years ago |