// Note: .getStateActionRewardVector().toVector(odd); does not work as it needs to have information regarding the nondeterminism
// One could use transitionMatrix().toMatrixVector instead.
STORM_LOG_THROW(!rewardModelNameAndModel.second.hasStateActionRewards(),storm::exceptions::NotImplementedException,"Translation of symbolic to explicit state-action rewards is not yet supported.");
STORM_LOG_THROW(!rewardModelNameAndModel.second.hasTransitionRewards(),storm::exceptions::NotImplementedException,"Translation of symbolic to explicit transition rewards is not yet supported.");