Storm
1.13.0.1
A Modern Probabilistic Model Checker
Loading...
Searching...
No Matches
UmbExport.h
Go to the documentation of this file.
1
#pragma once
2
3
#include <filesystem>
4
#include <memory>
5
6
#include "
storm/storage/umb/export/ExportOptions.h
"
7
#include "
storm/storage/umb/model/UmbModelForward.h
"
8
9
namespace
storm::umb
{
10
11
void
toArchive
(storm::umb::UmbModel
const
& umbModel, std::filesystem::path
const
& archivePath,
ExportOptions
const
& options = {});
12
13
}
// namespace storm::umb
ExportOptions.h
UmbModelForward.h
storm::umb
Definition
ExportOptions.h:9
storm::umb::toArchive
void toArchive(storm::umb::UmbModel const &umbModel, std::filesystem::path const &archivePath, ExportOptions const &options)
Definition
UmbExport.cpp:137
storm::umb::ExportOptions
Definition
ExportOptions.h:10
src
storm
storage
umb
export
UmbExport.h
Generated by
1.15.0