Storm
A Modern Probabilistic Model Checker
|
#include <ImcaMarkovAutomatonParser.h>
Static Public Member Functions | |
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 format. | |
Definition at line 9 of file ImcaMarkovAutomatonParser.h.
|
static |
Parses the given file under the assumption that it contains a Markov automaton specified in the imca format.
filename | The name of the file to parse. |
Definition at line 16 of file ImcaMarkovAutomatonParser.cpp.