Storm
A Modern Probabilistic Model Checker
Loading...
Searching...
No Matches
StatePermuter.cpp File Reference
Include dependency graph for StatePermuter.cpp:

Go to the source code of this file.

Namespaces

namespace  storm
 LabParser.cpp.
 
namespace  storm::transformer
 

Functions

template<typename ValueType >
std::shared_ptr< storm::models::sparse::Model< ValueType > > storm::transformer::permuteStates (storm::models::sparse::Model< ValueType > const &originalModel, std::vector< uint64_t > const &permutation)
 Applies the given permutation to the states of the given model.
 
template std::shared_ptr< storm::models::sparse::Model< double > > storm::transformer::permuteStates (storm::models::sparse::Model< double > const &originalModel, std::vector< uint64_t > const &permutation)
 
template std::shared_ptr< storm::models::sparse::Model< storm::RationalNumber > > storm::transformer::permuteStates (storm::models::sparse::Model< storm::RationalNumber > const &originalModel, std::vector< uint64_t > const &permutation)
 
template std::shared_ptr< storm::models::sparse::Model< storm::RationalFunction > > storm::transformer::permuteStates (storm::models::sparse::Model< storm::RationalFunction > const &originalModel, std::vector< uint64_t > const &permutation)