Storm
A Modern Probabilistic Model Checker
Loading...
Searching...
No Matches
ImcaMarkovAutomatonParser.h
Go to the documentation of this file.
1#pragma once
2
4
5namespace storm {
6namespace parser {
7
8template<typename ValueType = double>
10 public:
17 static std::shared_ptr<storm::models::sparse::MarkovAutomaton<ValueType>> parseImcaFile(std::string const& filename);
18};
19
20} // namespace parser
21} // namespace storm
static std::shared_ptr< storm::models::sparse::MarkovAutomaton< ValueType > > parseImcaFile(std::string const &filename)
Parses the given file under the assumption that it contains a Markov automaton specified in the imca ...
LabParser.cpp.
Definition cli.cpp:18