Storm 1.14.0.1
A Modern Probabilistic Model Checker
Loading...
Searching...
No Matches
Validation.h File Reference
Include dependency graph for Validation.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  storm
namespace  storm::umb
 Import and export of umb files.
namespace  storm::umb::validation

Functions

bool storm::umb::validate (storm::umb::UmbModel const &umbModel, std::ostream &errors)
 Validates the given UMB model and writes potential errors to the given output stream.
void storm::umb::validateOrThrow (storm::umb::UmbModel const &umbModel)
 Validates the given UMB model.
bool storm::umb::validation::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 given output stream.