Storm
A Modern Probabilistic Model Checker
Loading...
Searching...
No Matches
ImcaMarkovAutomatonParser.h
Go to the documentation of this file.
1
#pragma once
2
3
#include "
storm/models/sparse/MarkovAutomaton.h
"
4
5
namespace
storm
{
6
namespace
parser {
7
8
template
<
typename
ValueType =
double
>
9
class
ImcaMarkovAutomatonParser
{
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
storm::parser::ImcaMarkovAutomatonParser
Definition
ImcaMarkovAutomatonParser.h:9
storm::parser::ImcaMarkovAutomatonParser::parseImcaFile
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 ...
Definition
ImcaMarkovAutomatonParser.cpp:16
storm
LabParser.cpp.
Definition
cli.cpp:18
MarkovAutomaton.h
src
storm-parsers
parser
ImcaMarkovAutomatonParser.h
Generated by
1.9.8