Tim Quatmann
|
6310462060
|
Cleaned up dtmc and mdp helpers a bit.
|
4 years ago |
hannah
|
08c454f124
|
scheduler support for LTL-MC
Conflicts:
src/storm/storage/Scheduler.cpp
|
4 years ago |
hannah
|
5cc5057cd6
|
removed unused function
|
4 years ago |
Joachim Klein
|
256f9839da
|
SparseDtmcPrctlModelChecker: computeDAProductProbabilities()
|
5 years ago |
Sebastian Junges
|
843e6a9b6b
|
step bounded properties for dtmcs in a new helper, and now with support for (extra) lower bounds
|
5 years ago |
Tim Quatmann
|
8627cde4dc
|
Removing old LRA code in old helpers.
|
5 years ago |
Matthias Volk
|
65a310dc8b
|
Test for allUntilProbabilities
|
6 years ago |
TimQu
|
0332935451
|
Supporting TimeOperatorFormulas for MDPs and DTMCs in Sparse, Hybrid, and Dd engine
|
7 years ago |
TimQu
|
87e34d7b32
|
Added Support for Total Reward Formulas for DTMCs in the Sparse Engine
|
7 years ago |
Matthias Volk
|
e513015b49
|
Compute all reachabilities probabilities in a forward manner
|
8 years ago |
TimQu
|
51884895c8
|
Removed linear equation solver factories in model checkers
|
8 years ago |
TimQu
|
a9f72198a0
|
made filtering states with reward zero a setting
|
8 years ago |
TimQu
|
c59d2160ee
|
Implemented (multi-dimensional) cost bounded properties for DTMCs (sparse engine only)
|
8 years ago |
dehnert
|
df86b6c815
|
fixing issue related to relevant value restriction in conditional properties
|
8 years ago |
TimQu
|
bb63ac6089
|
Linear equation solver + game solvers now respect the environment as well
|
8 years ago |
dehnert
|
7f56c82523
|
moved to providing solve goals in sparse model checkers and helpers
|
8 years ago |
TimQu
|
502cf4d6e0
|
extended model checker hint functionality to bypass the maybestates computations
|
9 years ago |
TimQu
|
92beab426f
|
created a modelCheckerHint class that allows to store all kinds of hints that a model checker might make use of
|
9 years ago |
TimQu
|
49e6df5860
|
resultHint for sparse mdp model checker
|
9 years ago |
dehnert
|
09f90dbc9f
|
enabled long-run average rewards for dtmc/ctmcs (sparse/hybrid engines)
|
9 years ago |
dehnert
|
136cb194d1
|
fixed a bunch of unused variable warnings
|
9 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 |
dehnert
|
00d331ebb4
|
moved linear equation solver factories to the respective solver files (and away from utility). restructured settings in factories and the way they are forwarded to the linear equation solvers. fixed all resulting errors
Former-commit-id: 27e1ae2466
|
9 years ago |
dehnert
|
1136ff0d37
|
fixed a failing test (uninitialized data issue)
Former-commit-id: ca0f456ba2
|
10 years ago |
TimQu
|
6a5f64c9fd
|
resultHint for dtmc model checker
Former-commit-id: 52a3cc37de
|
10 years ago |
dehnert
|
b46ee5425e
|
started to implement conditional rewards for dtmcs
Former-commit-id: 0400ea21ef
|
10 years ago |
dehnert
|
d42f52d983
|
all DTMC model checkers now support checking globally formulas
Former-commit-id: b330937007
|
10 years ago |
dehnert
|
33757633c8
|
first version of conditional probabilities for (non-parametric) DTMCs a la Baier
Former-commit-id: b57dfab024
|
10 years ago |
dehnert
|
645f130a62
|
introduced long-run average reward formula
Former-commit-id: 00fac9ad4b
|
10 years ago |
dehnert
|
1a07b24682
|
added some convenience functions for reward model building
Former-commit-id: 796963aee3
|
10 years ago |
dehnert
|
9d138d86f7
|
further work on creating helper classes for model checking tasks
Former-commit-id: 12cd17fb26
|
10 years ago |
dehnert
|
b56766e993
|
more work on reward model that turned out to be refactoring in disguise
Former-commit-id: 31a7fa4801
|
10 years ago |