Storm
A Modern Probabilistic Model Checker
|
#include "storm-config.h"
#include "storm-parsers/api/model_descriptions.h"
#include "storm-parsers/api/properties.h"
#include "storm-parsers/parser/PrismParser.h"
#include "storm-pomdp/analysis/FormulaInformation.h"
#include "storm-pomdp/generator/BeliefSupportTracker.h"
#include "storm-pomdp/transformer/MakePOMDPCanonic.h"
#include "storm/api/storm.h"
#include "storm/builder/ExplicitModelBuilder.h"
#include "storm/models/sparse/StandardRewardModel.h"
#include "test/storm_gtest.h"
Go to the source code of this file.
Functions | |
TEST (BeliefSupportTracking, Maze) | |
TEST | ( | BeliefSupportTracking | , |
Maze | |||
) |
Definition at line 17 of file BeliefSupportTrackingTest.cpp.