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
8
9namespace storm::umb {
10
11void toArchive(storm::umb::UmbModel const& umbModel, std::filesystem::path const& archivePath, ExportOptions const& options = {});
12
13} // namespace storm::umb
void toArchive(storm::umb::UmbModel const &umbModel, std::filesystem::path const &archivePath, ExportOptions const &options)