dehnert
|
6313e4c31b
|
fixed a bug in symbolic model generator
Former-commit-id: de49f7b812
|
9 years ago |
dehnert
|
adf8232896
|
more work and fixes for symbolic JANI builder
Former-commit-id: 5ca11938c1
|
9 years ago |
dehnert
|
c4327e91a9
|
more work on symbolic JANI model builder
Former-commit-id: 4fe002c4f8
|
9 years ago |
dehnert
|
9c75e9dbd7
|
more work on JANI model generation
Former-commit-id: c5a5df87ee
|
9 years ago |
dehnert
|
32dc38b48f
|
some more steps towards symbolic builder for JANI models
Former-commit-id: 98cd8f61c1
|
9 years ago |
dehnert
|
1892a9657f
|
added some accessor functions and iteration capabilities. started on symbolic jani model builder
Former-commit-id: 4388aca60d
|
9 years ago |
dehnert
|
7d03f0e4d0
|
improved error checking for custom parallel composition. added small tests.
Former-commit-id: 8f6b6913d6
|
9 years ago |
dehnert
|
bf65ef726c
|
system composition in PRISM appears to be working
Former-commit-id: e7f0dd84e8
|
9 years ago |
dehnert
|
4c4e830a4c
|
started on supporting renaming/hiding in PRISM models
Former-commit-id: ae9ef24ad5
|
9 years ago |
dehnert
|
1df8a5c7cc
|
parallel composition (full, restricted, interleaving) for PRISM appears to work, added some more sanity checks for parallel composition
Former-commit-id: 4ed40c8aba
|
9 years ago |
dehnert
|
4e97d294b3
|
fixed bug in composition
Former-commit-id: 0efedc3ec1
|
9 years ago |
dehnert
|
ebb47aaa13
|
working on making model composition in PRISM work again
Former-commit-id: 080a6d80cd
|
9 years ago |
Mavo
|
929a694a64
|
Fixed typo
Former-commit-id: 0f880c7e52
|
9 years ago |
Mavo
|
1b6137cc5d
|
Changed some assert to STORM_LOG_ASSERT
Former-commit-id: 04c320dac9
|
9 years ago |
dehnert
|
81b4fa6b9b
|
added composition specification to PRISM program
Former-commit-id: 2c032f5d7e
|
9 years ago |
Mavo
|
a0d659f2da
|
always use shared_ptr<Formula const>
Former-commit-id: 63a447e887
|
9 years ago |
Mavo
|
c3f9d4cfe0
|
Includes for successful compiling from python
Former-commit-id: 3af33cd206
|
9 years ago |
dehnert
|
db3d1df863
|
added a sh*t ton of debug output, didn't help
Former-commit-id: a1bf88c024
|
9 years ago |
dehnert
|
6d421a6fbe
|
learning seems to work find on first larger example
Former-commit-id: 706981a362
|
9 years ago |
Mavo
|
a41e5df39f
|
Changed BFS to DFS in Exploration
Former-commit-id: b55e18123c
|
9 years ago |
Mavo
|
380d3f1897
|
CTMC constructor with exitRates
Former-commit-id: 2f1afe1d5b
|
9 years ago |
Mavo
|
c9f04ecc0b
|
Added IOSettings
Former-commit-id: 95946a7666
|
9 years ago |
Mavo
|
effadc5cca
|
Split into general settings and markov chain settings
Former-commit-id: 619a2e3622
|
9 years ago |
Mavo
|
67d77608bd
|
Refactoring of settings
Former-commit-id: ea4350fc1c
|
9 years ago |
dehnert
|
fd615289e0
|
outline of learning algorithm
Former-commit-id: d770d1b7dc
|
9 years ago |
Mavo
|
869b0f95d1
|
Support for pdeps with more than one child
Former-commit-id: f3de8f2abd
|
9 years ago |
dehnert
|
1fb943b658
|
moved some internal structs from model builder to their own files to make them reusable
Former-commit-id: a354059fe8
|
9 years ago |
dehnert
|
ca354cffe4
|
moved preprocessing of PRISM program to utility to make it accessible from learning-based model checker
Former-commit-id: 704dde9ec5
|
9 years ago |
Mavo
|
2c172cd082
|
Refactoring
Former-commit-id: e9af97f7af
|
9 years ago |
Mavo
|
5796da9a5c
|
Refactoring
Former-commit-id: ab8665d114
|
9 years ago |
Mavo
|
bdad8aedd7
|
Set dependencies to dont care after dependent event has failed
Former-commit-id: 506f5c3107
|
9 years ago |
Mavo
|
2c15c89751
|
No DC propagation for failed toplevel
Former-commit-id: a2cf30e071
|
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 |
dehnert
|
1f5439e270
|
added state labeling generator interface
Former-commit-id: eb7668741f
|
9 years ago |
Mavo
|
1e79e5b2a4
|
Only print debug matrix for small state sizes
Former-commit-id: c2e793d9b9
|
9 years ago |
dehnert
|
ffe63ea95d
|
made dfs as exploration order available
Former-commit-id: 46ea31af78
|
9 years ago |
Mavo
|
9b8dd018cf
|
Fixed problem with gate as trigger events for dependencies
Former-commit-id: 87cd1115bb
|
9 years ago |
dehnert
|
55fd1b66c3
|
introducing exploration orders to explicit builder
Former-commit-id: a56620eac2
|
9 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
|
9 years ago |
dehnert
|
fad28df7d6
|
first working version of next-state generator for PRISM models
Former-commit-id: 548a725e25
|
9 years ago |
dehnert
|
9eec5b140c
|
refactoring of model builder
Former-commit-id: f049f5a5bf
|
9 years ago |
dehnert
|
a75e0f5323
|
more work wrt cleaner model exploration
Former-commit-id: f24d618bdf
|
9 years ago |
Mavo
|
ea2fe4a19a
|
First working version of symmetry reduction
Former-commit-id: e3641940d4
|
9 years ago |
dehnert
|
8a0bd32b55
|
tearing apart explicit model builder and 'next-state generation'
Former-commit-id: 2ccda8d931
|
9 years ago |
dehnert
|
7ce969b312
|
started working on more flexible model generation using next-state-generators
Former-commit-id: 805940f179
|
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
|
371ba87f1c
|
Fixed activation of spares
Former-commit-id: f62ccdc79a
|
9 years ago |
Mavo
|
0156b12764
|
Fixed compile problem under gcc
Former-commit-id: f5d40795e9
|
9 years ago |