|
Storm 1.11.1.1
A Modern Probabilistic Model Checker
|
#include "storm/modelchecker/prctl/helper/HybridDtmcPrctlHelper.h"#include "storm/modelchecker/prctl/helper/SparseDtmcPrctlHelper.h"#include "storm/solver/LinearEquationSolver.h"#include "storm/solver/multiplier/Multiplier.h"#include "storm/storage/dd/Add.h"#include "storm/storage/dd/Bdd.h"#include "storm/storage/dd/DdManager.h"#include "storm/storage/dd/Odd.h"#include "storm/utility/constants.h"#include "storm/utility/graph.h"#include "storm/models/symbolic/StandardRewardModel.h"#include "storm/modelchecker/prctl/helper/DsMpiUpperRewardBoundsComputer.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/InvalidPropertyException.h"#include "storm/exceptions/NotSupportedException.h"#include "storm/exceptions/UncheckedRequirementException.h"#include "storm/adapters/RationalFunctionAdapter.h"
Go to the source code of this file.
Namespaces | |
| namespace | storm |
| LabParser.cpp. | |
| namespace | storm::modelchecker |
| namespace | storm::modelchecker::helper |
Functions | |
| template<typename ValueType > | |
| std::vector< ValueType > | storm::modelchecker::helper::computeUpperRewardBounds (storm::storage::SparseMatrix< ValueType > const &transitionMatrix, std::vector< ValueType > const &rewards, std::vector< ValueType > const &oneStepTargetProbabilities) |
| template<> | |
| std::vector< storm::RationalFunction > | storm::modelchecker::helper::computeUpperRewardBounds (storm::storage::SparseMatrix< storm::RationalFunction > const &transitionMatrix, std::vector< storm::RationalFunction > const &rewards, std::vector< storm::RationalFunction > const &oneStepTargetProbabilities) |