STORM_LOG_THROW(!model.usesAssignmentLevels(),storm::exceptions::WrongFormatException,"The symbolic JANI model builder currently does not support assignment levels.");
STORM_LOG_THROW(features.empty(),storm::exceptions::InvalidSettingsException,"The dd jani model builder does not support the following model feature(s): "<<features.toString()<<".");
STORM_LOG_THROW(features.empty(),storm::exceptions::InvalidArgumentException,"The jit model builder does not support the following model feature(s): "<<features.toString()<<".");
//STORM_LOG_THROW(!model.reusesActionsInComposition(), storm::exceptions::InvalidArgumentException, "The jit JANI model builder currently does not support reusing actions in parallel composition");