Storm 1.13.0.1
A Modern Probabilistic Model Checker
Loading...
Searching...
No Matches
Umb.h File Reference
#include <filesystem>
#include <memory>
#include "storm/storage/umb/export/ExportOptions.h"
#include "storm/storage/umb/import/ImportOptions.h"
#include "storm/models/sparse/ModelForward.h"
Include dependency graph for Umb.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::models
namespace  storm::umb

Functions

template<typename ValueType>
std::shared_ptr< storm::models::sparse::Model< ValueType > > storm::umb::buildModelFromUmb (std::filesystem::path const &umbLocation, ImportOptions const &options)
std::shared_ptr< storm::models::ModelBasestorm::umb::buildModelFromUmb (std::filesystem::path const &umbLocation, ImportOptions const &options)
template<typename ValueType>
void storm::umb::exportModelToUmb (storm::models::sparse::Model< ValueType > const &model, std::filesystem::path const &targetLocation, ExportOptions const &options)