|
Storm 1.11.1.1
A Modern Probabilistic Model Checker
|
#include <cstdint>#include <vector>#include <boost/variant.hpp>#include "storm/storage/PlayerIndex.h"#include "storm/storage/expressions/Expression.h"#include "storm/storage/sparse/ChoiceOrigins.h"#include "storm/storage/sparse/StateStorage.h"#include "storm/storage/sparse/StateValuations.h"#include "storm/builder/BuilderOptions.h"#include "storm/builder/RewardModelInformation.h"#include "storm/generator/CompressedState.h"#include "storm/generator/StateBehavior.h"#include "storm/generator/VariableInformation.h"#include "storm/utility/ConstantsComparator.h"

Go to the source code of this file.
Classes | |
| class | storm::generator::ActionMask< ValueType, StateType > |
| Action masks are arguments you can give to the state generator that limit which states are generated. More... | |
| class | storm::generator::StateValuationFunctionMask< ValueType, StateType > |
| A particular instance of the action mask that uses a callback function to evaluate whether an action should be expanded. More... | |
| class | storm::generator::NextStateGenerator< ValueType, StateType > |
Namespaces | |
| namespace | storm |
| LabParser.cpp. | |
| namespace | storm::expressions |
| namespace | storm::generator |
Typedefs | |
| typedef storm::builder::BuilderOptions | storm::generator::NextStateGeneratorOptions |
Enumerations | |
| enum class | storm::generator::ModelType { storm::generator::DTMC , storm::generator::CTMC , storm::generator::MDP , storm::generator::MA , storm::generator::POMDP , storm::generator::SMG } |