|
Storm 1.13.0.1
A Modern Probabilistic Model Checker
|
#include "storm-gamebased-ar/modelchecker/abstraction/BisimulationAbstractionRefinementModelChecker.h"#include "storm/models/symbolic/Dtmc.h"#include "storm/models/symbolic/Mdp.h"#include "storm/models/symbolic/StandardRewardModel.h"#include "storm/models/symbolic/StochasticTwoPlayerGame.h"#include "storm-gamebased-ar/abstraction/SymbolicStateSet.h"#include "storm/storage/dd/bisimulation/BisimulationDecomposition.h"#include "storm/modelchecker/propositional/SymbolicPropositionalModelChecker.h"#include "storm/modelchecker/results/SymbolicQualitativeCheckResult.h"#include "storm/exceptions/NotSupportedException.h"#include "storm/utility/macros.h"
Go to the source code of this file.
Namespaces | |
| namespace | storm |
| namespace | storm::gbar |
| namespace | storm::gbar::modelchecker |
Variables | |
| template<typename ModelType> | |
| const std::string | storm::gbar::modelchecker::BisimulationAbstractionRefinementModelChecker< ModelType >::name = "bisimulation-based astraction refinement" |