std::stringdistribution="exp";// Set default of exponential distribution
if(data.count("distribution")>0){
distribution=data.at("distribution");
}
STORM_LOG_THROW(type=="be"||"be_"+distribution==type,storm::exceptions::WrongFormatException,"BE type '"<<type<<"' and distribution '"<<distribution<<" do not agree.");