STORM_LOG_THROW(false,storm::exceptions::InvalidArgumentException,"Model still contains these undefined constants: "<<boost::join(strings,", ")<<".");
}
STORM_LOG_THROW(!model.hasTransientEdgeDestinationAssignments(),storm::exceptions::WrongFormatException,"The symbolic JANI model builder currently does not support transient edge destination assignments.");
// Determine the actions that will appear in the parallel composition.
STORM_LOG_THROW(model.hasStandardComposition(),storm::exceptions::WrongFormatException,"The explicit next-state generator currently does not support custom system compositions.");
STORM_LOG_THROW(!model.hasNonGlobalTransientVariable(),storm::exceptions::InvalidSettingsException,"The explicit next-state generator currently does not support automata-local transient variables.");
STORM_LOG_THROW(!model.hasTransientEdgeDestinationAssignments(),storm::exceptions::InvalidSettingsException,"The explicit next-state generator currently does not support transient edge destination assignments.");
STORM_LOG_WARN("JANI model has transient edge-destinations assignments, which are currently not supported. Trying to lift these assignments to edges rather than destinations.");
xxxxxxxxxx