|
@ -56,9 +56,9 @@ namespace storm { |
|
|
* @param stateLabeling The labeling of the states. |
|
|
* @param stateLabeling The labeling of the states. |
|
|
* @param markovianStates A bit vector indicating the Markovian states of the automaton. |
|
|
* @param markovianStates A bit vector indicating the Markovian states of the automaton. |
|
|
* @param exitRates A vector storing the exit rates of the states. |
|
|
* @param exitRates A vector storing the exit rates of the states. |
|
|
|
|
|
* @param probabilities Flag if transitions matrix contains probabilities or rates |
|
|
* @param rewardModels A mapping of reward model names to reward models. |
|
|
* @param rewardModels A mapping of reward model names to reward models. |
|
|
* @param optionalChoiceLabeling A vector that represents the labels associated with the choices of each state. |
|
|
* @param optionalChoiceLabeling A vector that represents the labels associated with the choices of each state. |
|
|
* @param probabilities Flag if transitions matrix contains probabilities or rates |
|
|
|
|
|
*/ |
|
|
*/ |
|
|
MarkovAutomaton(storm::storage::SparseMatrix<ValueType>&& transitionMatrix, |
|
|
MarkovAutomaton(storm::storage::SparseMatrix<ValueType>&& transitionMatrix, |
|
|
storm::models::sparse::StateLabeling&& stateLabeling, |
|
|
storm::models::sparse::StateLabeling&& stateLabeling, |
|
|