TimQu
|
5b35927ecb
|
fix for some multi-objective queries
|
8 years ago |
TimQu
|
defcd7d5d7
|
Multi-objective model checking: adapted data structures to allow more general objectives
|
8 years ago |
TimQu
|
2f49255db6
|
Improved storage::Scheduler. We can now consider arbitrary finite memory schedulers, potentially employing randomization.
|
8 years ago |
dehnert
|
ea02ea0838
|
started overhaul of cli/api
|
8 years ago |
TimQu
|
1d329176ba
|
Resolved compiling issues due to recent merge
|
8 years ago |
TimQu
|
1649d47d66
|
Renamed lower/upper bounds to under/over approximation in weightVectorCheckers
|
8 years ago |
TimQu
|
725e0e12e7
|
replaced old pcaa preprocessor with the refactored preprocessor.
|
8 years ago |
TimQu
|
4081e4bfbe
|
removed debug output and fixed a test
|
8 years ago |
TimQu
|
53402293d6
|
no maximal end component decomposition for multi-obj model checking when it is not necessary.
|
8 years ago |
TimQu
|
e70f7716fe
|
Fixed minor pcaa bugs that were introduced due to recent changes
|
8 years ago |
TimQu
|
c1063f27cc
|
added a few more tests for multi-objective MAs. Also fixed/improved minor stuff.
|
8 years ago |
dehnert
|
5b09b91ae1
|
fixed more warnings
|
8 years ago |
Sebastian Junges
|
d246517757
|
removed src prefix in all includes
|
9 years ago |
Sebastian Junges
|
e1d201c85e
|
c++ code compiles again after rename
|
9 years ago |
Sebastian Junges
|
3a7ee7867b
|
rename files (does not compile)
|
9 years ago |
TimQu
|
8c31019bd5
|
improved selection of digitization constant
Former-commit-id: 72306b1879
|
9 years ago |
TimQu
|
ea2315e903
|
restructured code for pcaa implementation
Former-commit-id: cfadf06611
|
9 years ago |
TimQu
|
71e181bd93
|
some quick and dirty optimizations (that need to be reviewed)
Former-commit-id: 86fbc66c90
|
9 years ago |
TimQu
|
33e99b7b93
|
needed to add some utility::vector::toString(...)s
Former-commit-id: f61d69ff9c
|
9 years ago |
TimQu
|
1525ea6702
|
better time bounds
Former-commit-id: 57140de514
|
9 years ago |
TimQu
|
b267394a2c
|
fixed the case where an objective is satisfied at the initial state.
correctly added support for lower time bounds
Former-commit-id: 4d13d5de1b
|
9 years ago |
TimQu
|
7bab48b59b
|
bounded reachability for MAs
Former-commit-id: 982277d9ab
|
9 years ago |
TimQu
|
252c2308fe
|
Renamed NeutralEcRemover -> EndComponentEliminator
Former-commit-id: 3a5546d1c4
|
9 years ago |
TimQu
|
75dd78ebec
|
towards bounded reachability: added the ability to have a lower/upper bound for the weightVectorChecker result
Former-commit-id: 413c2dee0a
|
9 years ago |
TimQu
|
0f0c21840f
|
correct handling of state rewards of markovian states
Former-commit-id: 9dc50559fc
|
9 years ago |
TimQu
|
0e34bdbfc4
|
split weight vector checker into one for MDPs and one for MAs
Former-commit-id: 142a151f3c
|
9 years ago |
TimQu
|
aae8fc8e87
|
regarding preprocessing for MAs
Former-commit-id: 7e67d60879
|
9 years ago |
TimQu
|
4496b53002
|
merge fixes
Former-commit-id: ff5de6fc69
|
9 years ago |
TimQu
|
fbb7e12ff5
|
first steps towards MAs
Former-commit-id: f217884d13
|
9 years ago |
TimQu
|
b58c9d67b9
|
step bounded objectives
Former-commit-id: 067f4b8dae
|
9 years ago |
TimQu
|
5604733854
|
improvements for preprocessing regarding finite/infinite rewards
Former-commit-id: a57e979bdd
|
9 years ago |
TimQu
|
f442d9a434
|
disabled the "conservative" choice selection for value iteration because it produced wrong results (and we don't need this anymore)
Former-commit-id: 9a8cced48f
|
9 years ago |
TimQu
|
e6c89a6f45
|
more on total rewards
Former-commit-id: f25801534a
|
9 years ago |
TimQu
|
b00d3f154c
|
further polishing code
Former-commit-id: 100ca37977
|
9 years ago |
TimQu
|
c86c6953b5
|
Renamed and refactored the helpers a little
Former-commit-id: e2cd1d76eb
|
9 years ago |
TimQu
|
da65ef3aa9
|
Renamed Effectless -> Neutral. Also removed additional (useless) sink state
Former-commit-id: 64bb2ec931
|
9 years ago |
TimQu
|
c401de1fb9
|
handling of end components in which no reward is earned
Former-commit-id: 84f6149011
|
9 years ago |
TimQu
|
4ca7628319
|
bug fixes and improved debug output
Former-commit-id: 9007c0acac
|
9 years ago |
TimQu
|
f529816df4
|
WeighedObjectives model checking, first version for multi-objective achievability queries
Former-commit-id: 484795cc7c
|
9 years ago |