Storm
A Modern Probabilistic Model Checker
|
#include <vector>
#include "storm-pars/utility/parametric.h"
#include "storm/logic/Formula.h"
#include "storm/logic/FragmentSpecification.h"
#include "storm/models/sparse/MarkovAutomaton.h"
#include "storm/models/sparse/Model.h"
#include "storm/models/sparse/StandardRewardModel.h"
#include "storm/utility/macros.h"
Go to the source code of this file.
Namespaces | |
namespace | storm |
LabParser.cpp. | |
namespace | storm::utility |
namespace | storm::utility::parameterlifting |
Functions | |
template<typename ValueType > | |
static bool | storm::utility::parameterlifting::validateParameterLiftingSound (storm::models::sparse::Model< ValueType > const &model, storm::logic::Formula const &formula) |
Checks whether the parameter lifting approach is sound on the given model with respect to the provided property. | |