|
Storm 1.11.1.1
A Modern Probabilistic Model Checker
|
#include "storm/modelchecker/csl/helper/HybridMarkovAutomatonCslHelper.h"#include "storm/modelchecker/csl/helper/SparseMarkovAutomatonCslHelper.h"#include "storm/modelchecker/prctl/helper/HybridMdpPrctlHelper.h"#include "storm/storage/dd/Add.h"#include "storm/storage/dd/Bdd.h"#include "storm/storage/dd/DdManager.h"#include "storm/solver/SolveGoal.h"#include "storm/utility/constants.h"#include "storm/utility/graph.h"#include "storm/utility/macros.h"#include "storm/models/symbolic/StandardRewardModel.h"#include "storm/modelchecker/results/ExplicitQuantitativeCheckResult.h"#include "storm/modelchecker/results/HybridQuantitativeCheckResult.h"#include "storm/modelchecker/results/SymbolicQualitativeCheckResult.h"#include "storm/modelchecker/results/SymbolicQuantitativeCheckResult.h"#include "storm/utility/Stopwatch.h"#include "storm/exceptions/InvalidOperationException.h"#include "storm/exceptions/NotSupportedException.h"
Go to the source code of this file.
Namespaces | |
| namespace | storm |
| LabParser.cpp. | |
| namespace | storm::modelchecker |
| namespace | storm::modelchecker::helper |
Functions | |
| template<storm::dd::DdType DdType, class ValueType > | |
| void | storm::modelchecker::helper::discretizeRewardModel (typename storm::models::symbolic::Model< DdType, ValueType >::RewardModelType &rewardModel, storm::dd::Add< DdType, ValueType > const &exitRateVector, storm::dd::Bdd< DdType > const &markovianStates) |