dehnert
|
df0b5fbfa5
|
fixed multiply-reduce operations in the presence of empty row groups
|
8 years ago |
dehnert
|
d25cc4b05f
|
first version of sound value iteration
|
8 years ago |
dehnert
|
9d95d2adcf
|
first version of multiply-and-reduce (only for native)
|
8 years ago |
dehnert
|
3c844a487f
|
some more optimizations
|
8 years ago |
dehnert
|
5fafe835cb
|
started on some optimizations for conditionals in MDPs
|
8 years ago |
dehnert
|
7c24607427
|
started on symbolic solver requirements
|
8 years ago |
dehnert
|
e81d979d56
|
hybrid MDP helper respecting solver requirements
|
8 years ago |
dehnert
|
a3cbaedcc1
|
intermediate commit to switch workplace
|
8 years ago |
dehnert
|
12b10af672
|
started on hybrid MDP helper respecting solver requirements
|
8 years ago |
dehnert
|
4c5cdfeafc
|
Sparse MDP helper now also respects solver requirements for reachability rewards
|
8 years ago |
dehnert
|
74eeaa7f81
|
computing unbounded until on MDPs with the sparse helper now respects solver requirements
|
8 years ago |
dehnert
|
569b0122b8
|
introduced different minmax equation system types for requirement retrieval
|
8 years ago |
dehnert
|
4adee85fa5
|
added checking requirements of MinMax solvers to model checker helpers
|
8 years ago |
TimQu
|
9ca14a54fc
|
templated the LpSolvers
|
8 years ago |
TimQu
|
25843ee53b
|
added setting 'lramethod'
|
8 years ago |
TimQu
|
5b10b027fc
|
implemented VI based Long-run-average method for MDPs
|
8 years ago |
dehnert
|
f5ba5204c9
|
adding some debug functionality to DdManager to corner dynamic reordering issue with CUDD
|
8 years ago |
TimQu
|
aebe9fa3c3
|
LP-based long run average rewards for MDPs
|
8 years ago |
TimQu
|
2f49255db6
|
Improved storage::Scheduler. We can now consider arbitrary finite memory schedulers, potentially employing randomization.
|
8 years ago |
TimQu
|
8a7609fb83
|
fixed Rmin computation with exact sparse engine when very high rewards occur
|
8 years ago |
TimQu
|
502cf4d6e0
|
extended model checker hint functionality to bypass the maybestates computations
|
8 years ago |
dehnert
|
0b6c481cf2
|
fix for sparse mdp model checker: computing cumulative rewards did one step too much
|
8 years ago |
TimQu
|
428cb710cc
|
Parameter lifting for mdps, some fixes
|
8 years ago |
TimQu
|
ac6694f103
|
Improved sparse mdp model checking: Now allows hints for expected rewards
|
8 years ago |
TimQu
|
92beab426f
|
created a modelCheckerHint class that allows to store all kinds of hints that a model checker might make use of
|
8 years ago |
TimQu
|
49e6df5860
|
resultHint for sparse mdp model checker
|
8 years ago |
dehnert
|
a2e29893f2
|
fixed a few bugs
|
8 years ago |
dehnert
|
61157cc1c5
|
add warning when computing minimal rewards on MDPs that reward values may be too low
|
8 years ago |
dehnert
|
5b09b91ae1
|
fixed more warnings
|
8 years ago |
dehnert
|
8d6b029d67
|
next batch of fixing 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 |
Mavo
|
566cef0f91
|
Started on compiling without Carl
Former-commit-id: 5e0895d7c5
|
9 years ago |
dehnert
|
83c4b1647c
|
solvers now can allocated auxiliary memory
Former-commit-id: 76dc1a1679
|
9 years ago |
dehnert
|
be5fdeb636
|
started working on internal auxiliary storage of solvers
Former-commit-id: d895041c50
|
9 years ago |
dehnert
|
95b95d9c64
|
fixed some minor issues and renamed equation solver methods slightly to make the names a bit more compact
Former-commit-id: de103e19ad
|
9 years ago |
dehnert
|
b1f2c26df0
|
made all instantiations to call MDP model checking with rational numbers
Former-commit-id: d3f8df7804
|
9 years ago |
dehnert
|
9ab33528b4
|
started to fill value iteration implementation in new general min-max solver
Former-commit-id: e54cb8a0f9
|
9 years ago |
dehnert
|
b4e0cabef6
|
started working on general min-max solver that uses an underlying linear equation solver. provided necessary factories. adapted code and removed old min-max solvers
Former-commit-id: c1895472c7
|
9 years ago |
dehnert
|
49f59052f8
|
made model checkers give up possession of matrix to solver when possible
Former-commit-id: 8d689470bd
|
9 years ago |
dehnert
|
f3701f66fb
|
bugfix for symbolic reachability reward computation
Former-commit-id: c197203539
|
9 years ago |
dehnert
|
08bed36579
|
fixed an issue in performance tests and renamed all remaining LOG4CPLUS macro invocations to that of storm
Former-commit-id: 8536943978
|
9 years ago |
dehnert
|
3727018ef4
|
added functionality to sparse MDP helper to compute until probabilities just for maybe states (and produce the corresponding scheduler)
Former-commit-id: 79aae02a13
|
9 years ago |
dehnert
|
8f087597cc
|
more work towards proper scheduler generation
Former-commit-id: ee6237ef49
|
9 years ago |
dehnert
|
dee44056d1
|
work towards generating schedulers (and some other related stuff)
Former-commit-id: 23cbcb5fb5
|
9 years ago |
dehnert
|
b1c103811b
|
conditional probabilities in MDPs should now also work in the min-case
Former-commit-id: 9b3c22470b
|
9 years ago |
dehnert
|
3e38e73efe
|
conditional probabilities in MDPs (Baier method) available in sparse MDP model checker
Former-commit-id: 76136c5e72
|
9 years ago |
dehnert
|
135dfb27b1
|
added globally operator to funcationlity of sparse MDP model checker
Former-commit-id: c74160579b
|
9 years ago |
dehnert
|
645f130a62
|
introduced long-run average reward formula
Former-commit-id: 00fac9ad4b
|
9 years ago |