STORM_LOG_THROW(consideredModel->isOfType(storm::models::ModelType::Dtmc)||consideredModel->isOfType(storm::models::ModelType::Mdp),storm::exceptions::UnexpectedException,"Transformation to discrete time model has failed.");
STORM_LOG_THROW(consideredModel->isOfType(storm::models::ModelType::Dtmc)||consideredModel->isOfType(storm::models::ModelType::Mdp),storm::exceptions::UnexpectedException,"Transformation to discrete time model has failed.");
STORM_LOG_WARN_COND(newFormulas.size()==formulas.size(),"Transformation of a "<<model->getType()<<" to a discrete time model does not preserve all properties.");
STORM_LOG_THROW(false,storm::exceptions::NotSupportedException,"Transformation of a "<<model->getType()<<" to a discrete time model is not supported");
STORM_LOG_WARN_COND(newFormulas.size()==formulas.size(),"Transformation of a "<<model->getType()<<" to a discrete time model does not preserve all properties.");
STORM_LOG_WARN_COND(newFormulas.size()==formulas.size(),"Transformation of a "<<model.getType()<<" to a discrete time model does not preserve all properties.");
STORM_LOG_THROW(false,storm::exceptions::NotSupportedException,"Transformation of a "<<model.getType()<<" to a discrete time model is not supported.");