Storm 1.13.0.1
A Modern Probabilistic Model Checker
Loading...
Searching...
No Matches
ModelExportFormat.h File Reference
#include <string>
Include dependency graph for ModelExportFormat.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::io

Enumerations

enum class  storm::io::ModelExportFormat {
  storm::io::Dot , storm::io::Drdd , storm::io::Drn , storm::io::Json ,
  storm::io::Umb
}

Functions

ModelExportFormat storm::io::getModelExportFormatFromString (std::string const &input)
std::string storm::io::toString (ModelExportFormat const &input)
ModelExportFormat storm::io::getModelExportFormatFromFileExtension (std::string const &filename)