|
Storm 1.11.1.1
A Modern Probabilistic Model Checker
|
#include "storm/modelchecker/multiobjective/preprocessing/SparseMultiObjectivePreprocessor.h"#include <algorithm>#include <set>#include "storm/environment/modelchecker/MultiObjectiveModelCheckerEnvironment.h"#include "storm/modelchecker/prctl/helper/BaierUpperRewardBoundsComputer.h"#include "storm/modelchecker/propositional/SparsePropositionalModelChecker.h"#include "storm/modelchecker/results/ExplicitQualitativeCheckResult.h"#include "storm/models/sparse/MarkovAutomaton.h"#include "storm/models/sparse/Mdp.h"#include "storm/models/sparse/StandardRewardModel.h"#include "storm/storage/MaximalEndComponentDecomposition.h"#include "storm/storage/expressions/ExpressionManager.h"#include "storm/storage/memorystructure/SparseModelMemoryProductReverseData.h"#include "storm/transformer/EndComponentEliminator.h"#include "storm/transformer/MemoryIncorporation.h"#include "storm/transformer/SubsystemBuilder.h"#include "storm/utility/FilteredRewardModel.h"#include "storm/utility/graph.h"#include "storm/utility/macros.h"#include "storm/utility/vector.h"#include "storm/exceptions/InvalidPropertyException.h"#include "storm/exceptions/NotImplementedException.h"#include "storm/exceptions/UnexpectedException.h"
Go to the source code of this file.
Namespaces | |
| namespace | storm |
| LabParser.cpp. | |
| namespace | storm::modelchecker |
| namespace | storm::modelchecker::multiobjective |
| namespace | storm::modelchecker::multiobjective::preprocessing |
Functions | |
| template<typename SparseModelType > | |
| storm::storage::BitVector | storm::modelchecker::multiobjective::preprocessing::getOnlyReachableViaPhi (SparseModelType const &model, storm::storage::BitVector const &phi) |
| storm::logic::OperatorInformation | storm::modelchecker::multiobjective::preprocessing::getOperatorInformation (storm::logic::OperatorFormula const &formula, bool considerComplementaryEvent) |