|
Storm 1.13.0.1
A Modern Probabilistic Model Checker
|
#include <filesystem>#include <memory>#include "storm/storage/umb/export/ExportOptions.h"#include "storm/storage/umb/import/ImportOptions.h"#include "storm/models/sparse/ModelForward.h"

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::ModelBase > | storm::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) |