Storm
A Modern Probabilistic Model Checker
Loading...
Searching...
No Matches
SparseChoiceLabelingParser.h
Go to the documentation of this file.
1#ifndef STORM_PARSER_SPARSECHOICELABELINGPARSER_H_
2#define STORM_PARSER_SPARSECHOICELABELINGPARSER_H_
3
4#include <string>
5#include <vector>
6
8
9namespace storm {
10namespace parser {
15 public:
24 static std::vector<storm::storage::FlatSet<uint_fast64_t>> parseChoiceLabeling(std::vector<uint_fast64_t> const& nondeterministicChoiceIndices,
25 std::string const& filename);
26};
27} // namespace parser
28} // namespace storm
29
30#endif /* STORM_PARSER_SPARSECHOICELABELINGPARSER_H_ */
A class providing the functionality to parse a choice labeling.
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.
LabParser.cpp.
Definition cli.cpp:18