|
Storm 1.11.1.1
A Modern Probabilistic Model Checker
|
Functions | |
| template<typename T > | |
| storm::storage::SparseMatrix< T > | applyScheduler (storm::storage::SparseMatrix< T > const &transitionMatrix, storm::storage::Scheduler const &scheduler) |
| Applies the given scheduler to the given transition matrix. | |
| storm::storage::SparseMatrix< T > storm::utility::matrix::applyScheduler | ( | storm::storage::SparseMatrix< T > const & | transitionMatrix, |
| storm::storage::Scheduler const & | scheduler | ||
| ) |
Applies the given scheduler to the given transition matrix.
This means that all choices that are not taken by the scheduler are dropped from the transition matrix. If a state has no choice enabled, it is equipped with a self-loop instead.
| transitionMatrix | The transition matrix of the original system. |
| scheduler | The scheduler to apply to the system. |