sjunges
|
0b6cc91808
|
Remove not existing variant of compute until probabilities.
Former-commit-id: 726e02c97b
|
9 years ago |
dehnert
|
29716ea5f8
|
performance tests now compile again. also fixed some warnings
Former-commit-id: 2fa8c2abd9
|
9 years ago |
dehnert
|
b94e978843
|
another round of fixes
Former-commit-id: 67f4e4be47
|
9 years ago |
dehnert
|
8d6a5a7fd5
|
added some missing includes
Former-commit-id: 5672e1d9d7
|
9 years ago |
dehnert
|
5d07a840be
|
removed debug output
Former-commit-id: 2b29837204
|
9 years ago |
dehnert
|
45d6bc0f6f
|
added more headers to make gcc even happier
Former-commit-id: 6c2e254b14
|
9 years ago |
dehnert
|
28f5a8799a
|
added header to make gcc happy
Former-commit-id: 666401236e
|
9 years ago |
dehnert
|
fbd05cd780
|
more and more bugfixes
Former-commit-id: 7f1ba98797
|
9 years ago |
dehnert
|
b3178e17f6
|
more bug fixes
Former-commit-id: 0b33b30efa
|
9 years ago |
dehnert
|
1a07b24682
|
added some convenience functions for reward model building
Former-commit-id: 796963aee3
|
9 years ago |
dehnert
|
5b77d827dc
|
fixed a bug
Former-commit-id: 2a19ecc4f7
|
9 years ago |
dehnert
|
6133c3462a
|
symbolic models can now have several reward models, adapted reward generation in model builders, probably introduced quite some bugs
Former-commit-id: 1fae8bcf12
|
9 years ago |
dehnert
|
e631dbd1a0
|
more work on new reward models
Former-commit-id: 661c7b5b24
|
9 years ago |
sjunges
|
5e428a795a
|
And more includes on the right spot.
Former-commit-id: 72bb348687
|
9 years ago |
dehnert
|
5beb33e3d8
|
merged a bit more
Former-commit-id: e42dc21233
|
9 years ago |
dehnert
|
61fb277024
|
more work on refactoring (storm stinks and should be rewritten :P)
Former-commit-id: 7495dea2df
|
9 years ago |
dehnert
|
8ff557cfad
|
more work on creating helpers for model checkers
Former-commit-id: 0c68ccaa41
|
9 years ago |
dehnert
|
9d138d86f7
|
further work on creating helper classes for model checking tasks
Former-commit-id: 12cd17fb26
|
9 years ago |
sjunges
|
3c2040f4b7
|
Removed many superfluous includes, added some source files -- towards faster compilation
Former-commit-id: a575a97d40
|
9 years ago |
dehnert
|
b56766e993
|
more work on reward model that turned out to be refactoring in disguise
Former-commit-id: 31a7fa4801
|
9 years ago |
dehnert
|
661ba7d16f
|
Further work on new reward model
Former-commit-id: c3873a2dec
|
10 years ago |
dehnert
|
6fa1078fb1
|
some more work on reward model
Former-commit-id: 8533357f34
|
10 years ago |
David_Korzeniewski
|
7521be7408
|
Fixed some problems on windows.
Former-commit-id: 0fe6f3593d
|
10 years ago |
dehnert
|
dcd42d5653
|
started reworking reward models
Former-commit-id: 49d9106451
|
10 years ago |
dehnert
|
56b4f53ce7
|
got rid of more warnings
Former-commit-id: 5c39f63c69
|
10 years ago |
dehnert
|
21627fbab4
|
Started to get rid of some warnings. In particular this means making the compiler more silent for third-party stuff.
Former-commit-id: 2b6ca07d06
|
10 years ago |
dehnert
|
7b2bfa592c
|
started working on integration of games-based abstraction refinement in production code quality
Former-commit-id: 123de72725
|
10 years ago |
dehnert
|
4dbbe3c561
|
moved constraint collection to DTMC class
Former-commit-id: 5471a20bec
|
10 years ago |
dehnert
|
c99a61307f
|
hybrid dtmc model checker can now also treat lra
Former-commit-id: 2db1d9a600
|
10 years ago |
dehnert
|
39abecbad3
|
added some tests for LRA in CTMCs
Former-commit-id: 3b847d542e
|
10 years ago |
dehnert
|
13514c9da8
|
hybrid CTMC model checker can now do lra as well
Former-commit-id: 6e898a2a6d
|
10 years ago |
dehnert
|
1e5398c8b7
|
LRA finally working for ctmcs
Former-commit-id: 699e4714a4
|
10 years ago |
dehnert
|
331ea9fc19
|
further work on steady state probabilities
Former-commit-id: d2497ac7eb
|
10 years ago |
dehnert
|
b9cc6c2708
|
fixed bug in concatenating results of subformulas
Former-commit-id: 73b773480a
|
10 years ago |
dehnert
|
ce58a5fa6f
|
steady state working for CTMCs
Former-commit-id: 9b2cf09400
|
10 years ago |
dehnert
|
6c4162fae4
|
more work towards steady state for CTMCs
Former-commit-id: c3e17d1fc0
|
10 years ago |
dehnert
|
1130efe0dc
|
step towards steady-state for CTMCs
Former-commit-id: 4ab4d6b8b6
|
10 years ago |
dehnert
|
4c35bc0f66
|
symbolic DTMC model checker working
Former-commit-id: d0913f7912
|
10 years ago |
David_Korzeniewski
|
1cf0a73c4e
|
Added methods to update nonzero entry count and update it when necessary
And a fix for a compile error on gcc&clang.
Former-commit-id: 2a095ca864
|
10 years ago |
David_Korzeniewski
|
cf5442fe45
|
Bugfix and test-fix: Only the "never leave MEC"-states have cost > 0 and transition costs are all 0 in the ssp.
Former-commit-id: f6688a8956
|
10 years ago |
David_Korzeniewski
|
8e688f71ff
|
Tests for DTMC LRA and some bugfixes. All tests pass.
Former-commit-id: 589db6c2b3
|
10 years ago |
David_Korzeniewski
|
0ba629ad3f
|
More tests, bugfixes: All tests pass.
Former-commit-id: f37c02a9d7
|
10 years ago |
David_Korzeniewski
|
dfab1c291c
|
Error fixed.
Former-commit-id: b2514633a7
|
10 years ago |
David_Korzeniewski
|
716cf3abdd
|
Adapted to new solver interface some tests and bugfixes. Tests still failing.
Former-commit-id: da3b75aefd
|
10 years ago |
David_Korzeniewski
|
8fc58439bc
|
Computing LRA as expected reward in MDPs.
- Everything compiles without error. No tests yet.
Former-commit-id: d8cceb02fc
|
10 years ago |
David_Korzeniewski
|
0fdb3685d1
|
Computing LRA for states not in bsccs as expected reward
Former-commit-id: 4bcb5f0a6e
|
10 years ago |
David_Korzeniewski
|
916c821b3e
|
Compute steady state for all BSCCs together by solving just one equation system instead of solving an equation system for each BSCC.
Former-commit-id: 74f715c3a8
|
10 years ago |
dehnert
|
dd399c5f85
|
Finalized hybrid MDP model checker. It passes its tests now.
Former-commit-id: 47de0b9433
|
10 years ago |
dehnert
|
2bf7eafb4b
|
Further work on hybrid MDP model checker.
Former-commit-id: 3192a13f55
|
10 years ago |
David_Korzeniewski
|
9a83dfac10
|
Typo in DTMC, tried to use same approach for MDPs, which won't work.
Former-commit-id: 5c1e835d09
|
10 years ago |