STORM_LOG_THROW(formulaInfo.isNonNestedReachabilityProbability(),storm::exceptions::NotSupportedException,"Qualitative memoryless scheduler search is not implemented for this property type.");
STORM_PRINT_AND_LOG("No input model given."<<std::endl);
return;
}
STORM_LOG_THROW(model->getType()==storm::models::ModelType::Pomdp&&model->isSparseModel(),storm::exceptions::WrongFormatException,"Expected a POMDP in sparse representation.");