dehnert
|
9d4ded66b2
|
Started implementing CTMC model checker.
Former-commit-id: 8562e5e54c
|
10 years ago |
dehnert
|
e9d677c792
|
Further work on MTBDD-based mc.
Former-commit-id: cf2e16850d
|
10 years ago |
David_Korzeniewski
|
7e672cddd9
|
Started implementation of LRA for MDPs
- adapted storm::utility::graph::getReachableStates to work for non-deterministic matrices
Former-commit-id: cd7e469757
|
10 years ago |
dehnert
|
5bbd85c379
|
Some bugfixes.
Former-commit-id: 70dcc73e91
|
10 years ago |
dehnert
|
a44a3554c8
|
Fixed minimal command counterexample generation.
Former-commit-id: 6e7e6208da
|
10 years ago |
dehnert
|
546e047b8d
|
Fixed a bug that prevented correct comparison with bounds in formulas.
Former-commit-id: ae6c28dcbe
|
10 years ago |
dehnert
|
3fd62bc697
|
More work on MTBDD-based mc.
Former-commit-id: 52081fc741
|
10 years ago |
dehnert
|
f0b174b756
|
Fixed performance tests.
Former-commit-id: f58e2eb923
|
10 years ago |
dehnert
|
a1dae8849e
|
Reworked (sparse) model files: moved them into their own namespace and deleted some functionality that is never used and not that nicely implemented.
Former-commit-id: d4e6df30b5
|
10 years ago |
David_Korzeniewski
|
8ebc0e4640
|
Final touches on cuda nondeterministic linear equation solver & modelchecker
Former-commit-id: c549ae0401
|
10 years ago |
dehnert
|
c3c83fbe4f
|
Fixed some compilation errors.
Former-commit-id: dc626450b8
|
10 years ago |
dehnert
|
f0b591be77
|
Further work on reintegrating parametric model checking into main executable.
Former-commit-id: be95ce2722
|
10 years ago |
dehnert
|
53b77e673b
|
Fixed a minor issue.
Former-commit-id: 7df7a0b38f
|
10 years ago |
dehnert
|
5794bbea56
|
Made some adaptions to make parametric model checking work in the main executable.
Former-commit-id: 0f56bec3e2
|
10 years ago |
dehnert
|
f5e383722f
|
Fixed use of uninitialized value. Deleted assignment operators for classes derived from BaseExpression.
Former-commit-id: 3d6250b393
|
10 years ago |
dehnert
|
e32482b7a9
|
Added debug output.
Former-commit-id: 247b615c1e
|
10 years ago |
dehnert
|
a602cecb26
|
removed simplification of final result.
Former-commit-id: d5a1f5f28c
|
10 years ago |
dehnert
|
43a1d0bc73
|
Added debug output.
Former-commit-id: 20ee3ec777
|
10 years ago |
dehnert
|
197c242bb1
|
Some minor changes.
Former-commit-id: 4ba2abac63
|
10 years ago |
dehnert
|
7a55fe9208
|
Fixed some issues related to conditional probs.
Former-commit-id: c914879d9a
|
10 years ago |
dehnert
|
5343ea622a
|
Fixed bug concerning conditional probabilities.
Former-commit-id: be8442deb6
|
10 years ago |
dehnert
|
a371d0eb04
|
Fixed assertion.
Former-commit-id: 7125d92b07
|
10 years ago |
dehnert
|
cc7d44dd15
|
Added proper canHandle method to propositional model checker.
Former-commit-id: 4af714e31a
|
10 years ago |
dehnert
|
b5f907d99d
|
Added propositional model checker. Put some of the new classes in new folders. Fixed an issue that prevented compilation.
Former-commit-id: 517a870d2f
|
10 years ago |
dehnert
|
f5b7554590
|
Minor bugfix for conditional probability computation.
Former-commit-id: c0b103e2aa
|
10 years ago |
dehnert
|
1fb8d72a30
|
Merged master in parametricSystems.
Former-commit-id: 2fdc349e9d
|
10 years ago |
dehnert
|
98efde80f7
|
Fixed some compile issues (and some other issues).
Former-commit-id: e07861bd92
|
10 years ago |
David_Korzeniewski
|
7da35af0bb
|
Some compile errors on Windows fixed, some still persist.
Former-commit-id: 1a9331371b
|
10 years ago |
dehnert
|
f0a2db6485
|
Enabled checking formula nodes that contain an expression in the variable of the program.
Former-commit-id: fba632e7f4
|
10 years ago |
dehnert
|
ee7b591db1
|
Some work on cli.
Former-commit-id: c3045f48a8
|
10 years ago |
dehnert
|
c85df2cd74
|
Conditional Probabilities working. Included two tests.
Former-commit-id: a89255c4ef
|
10 years ago |
dehnert
|
6bc6753e90
|
Some work on conditional probs. Not yet working.
Former-commit-id: 1a05e2e5dc
|
10 years ago |
dehnert
|
ae2b950e86
|
Fixed some issue in model builder.
Former-commit-id: 12a4afd591
|
10 years ago |
dehnert
|
9e8d8a2c27
|
Fixed wrong calculation of reachability rewards in state-elimination-based model checker.
Former-commit-id: bee99d61b0
|
10 years ago |
dehnert
|
89fc5be1ab
|
Fixed some things and wrote tests for elimination-based DTMC modelchecker. They fail: apparently rewards are not correctly computed in some cases.
Former-commit-id: 000ad6b049
|
10 years ago |
dehnert
|
8a4706d9c9
|
A lot of work on model checker interfaces. In particular, the SCC elimination model checker is almost integrated.
Former-commit-id: bbf988c943
|
10 years ago |
dehnert
|
b60c5ffdc0
|
Fixed a lot of tests, improved some things here and there.
Former-commit-id: baec0a4963
|
10 years ago |
dehnert
|
d0917f033c
|
Adapted Markov automaton model checker to new formula classes.
Former-commit-id: c351b10ef2
|
10 years ago |
dehnert
|
89df9621a9
|
MDP model checker works again.
Former-commit-id: 2c24da6192
|
10 years ago |
dehnert
|
9026aa9ac9
|
Adapted first model checker to the new properties.
Former-commit-id: 206d6c9858
|
10 years ago |
dehnert
|
320641e597
|
Started working on modified property classes.
Former-commit-id: cbcf84c2f6
|
10 years ago |
dehnert
|
e51c3b9f44
|
Conditional probabilities work for brp model from the paper by Baier et al.
Former-commit-id: 02858bf34d
|
10 years ago |
dehnert
|
d991b4a26a
|
Worked some more on conditional probabilities.
Former-commit-id: d5eb88d914
|
10 years ago |
dehnert
|
70e45d43f1
|
Started on computing conditional probabilities for parametric systems.
Former-commit-id: b42c00e28e
|
10 years ago |
dehnert
|
01bd1fbc76
|
Model building works again for parametric systems.
Former-commit-id: d3f3e357ca
|
10 years ago |
dehnert
|
99d9a9710d
|
Further steps to make everything work again.
Former-commit-id: 3f45a49dab
|
10 years ago |
dehnert
|
90b0f20167
|
Reachability Rewards can now be computed in parametric DTMCs (modulo bugs)
Former-commit-id: 26ee20ef76
|
11 years ago |
dehnert
|
b7492d543a
|
Further work regarding rewards in parameterized models. Note: this includes some debug output.
Former-commit-id: ac65f020a5
|
11 years ago |
dehnert
|
3a18d60925
|
Working towards reachability reward properties for parametric DTMCs.
Former-commit-id: addf59ca34
|
11 years ago |
dehnert
|
d1fd3e5b38
|
Started working on parametric reward properties.
Former-commit-id: 3bd5760006
|
11 years ago |