Storm
A Modern Probabilistic Model Checker
|
A class providing the functionality to parse a choice labeling. More...
#include <SparseChoiceLabelingParser.h>
Static Public Member Functions | |
static std::vector< storm::storage::FlatSet< uint_fast64_t > > | parseChoiceLabeling (std::vector< uint_fast64_t > const &nondeterministicChoiceIndices, std::string const &filename) |
Parses the given file and returns the resulting choice labeling. | |
A class providing the functionality to parse a choice labeling.
Definition at line 14 of file SparseChoiceLabelingParser.h.
|
static |
Parses the given file and returns the resulting choice labeling.
nondeterministicChoiceIndices | The indices at which the choices of the states begin. |
filename | The name of the file to parse. |
Definition at line 15 of file SparseChoiceLabelingParser.cpp.