Storm 1.14.0.1
A Modern Probabilistic Model Checker
Loading...
Searching...
No Matches
AtomicPropositionLabelingParser.h
Go to the documentation of this file.
1#pragma once
2
3#include <cstdint>
5
6namespace storm {
7namespace parser {
8
15 public:
23 static storm::models::sparse::StateLabeling parseAtomicPropositionLabeling(uint_fast64_t stateCount, std::string const &filename);
24};
25
26} // namespace parser
27} // namespace storm
This class manages the labeling of the state space with a number of (atomic) labels.
This class can be used to parse a labeling file.
static storm::models::sparse::StateLabeling parseAtomicPropositionLabeling(uint_fast64_t stateCount, std::string const &filename)
Reads a label file and puts the result in an AtomicPropositionsLabeling object.
Contains all file parsers and helper classes.