Storm
A Modern Probabilistic Model Checker
Loading...
Searching...
No Matches
StatePermuter.h File Reference
#include <cstdint>
#include <memory>
#include <vector>
#include "storm/models/sparse/Model.h"
Include dependency graph for StatePermuter.h:
This graph shows which files directly or indirectly include this file:

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.