15bool validate(storm::umb::UmbModel
const& umbModel, std::ostream& errors);
bool validateTypeDeclaration(storm::umb::SizedType const &type, bool requireStandardSize, std::ostream &err)
Validates a single type declaration against the UMB specification, writing potential errors to the gi...
Import and export of umb files.
bool validate(storm::umb::UmbModel const &umbModel, std::ostream &err)
Validates the given UMB model and writes potential errors to the given output stream.
void validateOrThrow(storm::umb::UmbModel const &umbModel)
Validates the given UMB model.