STORM_LOG_THROW(storm::utility::isOne(this->getTransitionMatrix().getRowSum(row)),storm::exceptions::InvalidArgumentException,"Transitions of rateMatrix do not sum up to one for some non-Markovian choice.");
STORM_LOG_THROW(storm::utility::isOne(this->getTransitionMatrix().getRowSum(row)),storm::exceptions::InvalidArgumentException,"Transitions of rateMatrix do not sum up to one for some non-Markovian choice. Sum is "<<this->getTransitionMatrix().getRowSum(row)<<". State is "<<state<<". Choice is "<<row<<".");