hannah
e5b19643e8
dontCareStates can now be (non)deterministic and (un)defined
Conflicts:
src/storm/storage/Scheduler.h
4 years ago
Stefan Pranger
7a851901e2
updates after cherry pick
4 years ago
hannah
093b01f0c5
adjusted scheduler dontCare
4 years ago
hannah
6b0aaeadb4
ignore dontCare States while printing
TODO Scheduler printing will need refactoring
Conflicts:
src/storm/storage/Scheduler.cpp
src/storm/storage/Scheduler.h
4 years ago
hannah
412489a57f
Added possibility to set (un)reachable states for scheduler
Conflicts:
src/storm/modelchecker/prctl/helper/SparseMdpPrctlHelper.cpp
It looks like you may be committing a cherry-pick.
4 years ago
Tim Quatmann
5c204182eb
Added some todos
Conflicts:
src/storm/modelchecker/prctl/helper/SparseMdpPrctlHelper.cpp
src/storm/storage/Scheduler.h
4 years ago
Stefan Pranger
1c03b4680a
made member of Scheduler protected
This is possibly going to change again
4 years ago
Stefan Pranger
dc430a3213
possibly skip undefined choices in schedulers
4 years ago
Stefan Pranger
5562007866
introduced PostScheduler
this allows for different choice mappings per state, in the sense of
'what should I schedule if another scheduler has already picked a
different action'
4 years ago
Tim Quatmann
feebf1a24d
Added scheduler export in .json
5 years ago
Sebastian Junges
c4e7fdd5e5
alternative memoryless scheduler application
7 years ago
Sebastian Junges
0534216a85
preparations for scheduler extraction support
7 years ago
TimQu
7bd9ef798f
returning the memory structure of a scheduler
8 years ago
TimQu
2f49255db6
Improved storage::Scheduler. We can now consider arbitrary finite memory schedulers, potentially employing randomization.
8 years ago
Sebastian Junges
3a7ee7867b
rename files (does not compile)
9 years ago
dehnert
f32853b6aa
Beautified remaining storage classes a bit.
Former-commit-id: 93f272727f
12 years ago
dehnert
e31c3bfb17
Added an important comment.
Former-commit-id: 79d8280d83
12 years ago
dehnert
360b506afe
Sparse MDP model checker now correctly computes (memoryless) schedulers for Until and Reachability Reward formulas.
Former-commit-id: c756093fd4
12 years ago
dehnert
9e941e6b4a
Added scheduler classes. Added method to model classes that applies a scheduler.
Former-commit-id: 73a4be11b2
12 years ago