Storm
A Modern Probabilistic Model Checker
|
#include "storm/exceptions/InvalidStateException.h"
#include "storm/storage/Scheduler.h"
#include "storm/storage/SparseMatrix.h"
Go to the source code of this file.
Namespaces | |
namespace | storm |
LabParser.cpp. | |
namespace | storm::utility |
namespace | storm::utility::matrix |
Functions | |
template<typename T > | |
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. | |