Storm 1.14.0.1
A Modern Probabilistic Model Checker
Loading...
Searching...
No Matches
ImcaMarkovAutomatonParser.h
Go to the documentation of this file.
1#pragma once
2
5
6namespace storm {
7namespace parser {
8
9template<typename ValueType = double>
11 public:
18 static std::shared_ptr<storm::models::sparse::MarkovAutomaton<ValueType>> parseImcaFile(
19 std::string const& filename, ExplicitModelParserOptions const& options = ExplicitModelParserOptions());
20};
21
22} // namespace parser
23} // namespace storm
static std::shared_ptr< storm::models::sparse::MarkovAutomaton< ValueType > > parseImcaFile(std::string const &filename, ExplicitModelParserOptions const &options=ExplicitModelParserOptions())
Parses the given file under the assumption that it contains a Markov automaton specified in the imca ...
Contains all file parsers and helper classes.