STORM_LOG_THROW(std::count(label.begin(),label.end(),'\"')==0,storm::exceptions::NotSupportedException,"Labels with quotation marks are not supported in the DRN format and therefore may not be exported.");
// TODO consider escaping the quotation marks. Not sure whether that is a good idea.