Storm
A Modern Probabilistic Model Checker
Loading...
Searching...
No Matches
BeliefSupportTracker.h
Go to the documentation of this file.
3
4namespace storm {
5namespace generator {
6template<typename ValueType>
13 public:
25 void track(uint64_t action, uint64_t observation);
29 void reset();
30
31 private:
33 storm::storage::BitVector currentBeliefSupport;
34};
35} // namespace generator
36} // namespace storm
storm::storage::BitVector const & getCurrentBeliefSupport() const
The current belief support according to the tracker.
void track(uint64_t action, uint64_t observation)
Update current belief support state.
This class represents a partially observable Markov decision process.
Definition Pomdp.h:15
A bit vector that is internally represented as a vector of 64-bit values.
Definition BitVector.h:18
LabParser.cpp.
Definition cli.cpp:18