STORM_LOG_THROW(false,storm::exceptions::NotImplementedException,"Unable to perform SCC elimination for monotonicity analysis on MDP: Not mplemented");
}else{
STORM_LOG_THROW(false,storm::exceptions::InvalidOperationException,"Unable to perform monotonicity analysis on the provided model type.");
// STORM_LOG_THROW((++formulas.begin()) == formulas.end(), storm::exceptions::NotSupportedException, "Only one formula allowed for monotonicity analysis");
// || (*(formulas[0])).asProbabilityOperatorFormula().getSubformula().isEventuallyFormula()), storm::exceptions::NotSupportedException, "Expecting until or eventually formula");
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.");