Storm 1.13.0.1
A Modern Probabilistic Model Checker
Loading...
Searching...
No Matches
UmbImport.h
Go to the documentation of this file.
1#pragma once
2
3#include <filesystem>
4#include <memory>
5
8
9namespace storm::umb {
10
11storm::umb::UmbModel importUmb(std::filesystem::path const& umbLocation, ImportOptions const& options = {});
12
13} // namespace storm::umb
storm::umb::UmbModel importUmb(std::filesystem::path const &umbLocation, ImportOptions const &options)