Storm
A Modern Probabilistic Model Checker
|
#include <optional>
#include "storm/models/sparse/Pomdp.h"
#include "storm/storage/BitVector.h"
#include "storm/storage/StronglyConnectedComponentDecomposition.h"
Go to the source code of this file.
Namespaces | |
namespace | storm |
LabParser.cpp. | |
namespace | storm::pomdp |
Functions | |
template<typename ValueType > | |
bool | storm::pomdp::detectFiniteBeliefMdp (storm::models::sparse::Pomdp< ValueType > const &pomdp, std::optional< storm::storage::BitVector > const &targetStates) |
This method tries to detect that the beliefmdp is finite. | |