Storm
A Modern Probabilistic Model Checker
Loading...
Searching...
No Matches
ParametricMode.h
Go to the documentation of this file.
1#pragma once
2#include <optional>
3#include <string>
4
5namespace storm::pars::utility {
7
8std::optional<ParametricMode> getParametricModeFromString(std::string const&);
9} // namespace storm::pars::utility
std::optional< ParametricMode > getParametricModeFromString(std::string const &input)