STORM_LOG_THROW(model->isOfType(storm::models::ModelType::Dtmc)||model->isOfType(storm::models::ModelType::Ctmc),storm::exceptions::NotSupportedException,"Symbolic bisimulation minimization is currently only available for DTMCs and CTMCs.");
STORM_LOG_THROW(false,storm::exceptions::NotSupportedException,"Symbolic bisimulation minimization is not supported for this combination of DD library and value type.");
STORM_LOG_WARN_COND(!bisimulationSettings.isWeakBisimulationSet(),"Weak bisimulation is currently not supported on DDs. Falling back to strong bisimulation.");
xxxxxxxxxx