Storm
A Modern Probabilistic Model Checker
Loading...
Searching...
No Matches
NonMarkovianChainTransformer.h
Go to the documentation of this file.
3
4namespace storm {
5namespace transformer {
6
15
19template<typename ValueType, typename RewardModelType = storm::models::sparse::StandardRewardModel<ValueType>>
21 public:
30 static std::shared_ptr<models::sparse::Model<ValueType, RewardModelType>> eliminateNonmarkovianStates(
33
40 static bool preservesFormula(storm::logic::Formula const& formula);
41
48 static std::vector<std::shared_ptr<storm::logic::Formula const>> checkAndTransformFormulas(
49 std::vector<std::shared_ptr<storm::logic::Formula const>> const& formulas);
50};
51} // namespace transformer
52} // namespace storm
This class represents a Markov automaton.
Transformer for eliminating chains of non-Markovian states (instantaneous path fragment leading to th...
static std::shared_ptr< models::sparse::Model< ValueType, RewardModelType > > eliminateNonmarkovianStates(std::shared_ptr< models::sparse::MarkovAutomaton< ValueType, RewardModelType > > ma, EliminationLabelBehavior labelBehavior=EliminationLabelBehavior::KeepLabels)
Generates a model with the same basic behavior as the input, but eliminates non-Markovian chains.
static std::vector< std::shared_ptr< storm::logic::Formula const > > checkAndTransformFormulas(std::vector< std::shared_ptr< storm::logic::Formula const > > const &formulas)
Checks for the given formulae if the specified properties are preserved and removes formulae of prope...
static bool preservesFormula(storm::logic::Formula const &formula)
Check if the property specified by the given formula is preserved by the transformation.
EliminationLabelBehavior
Specify criteria whether a state can be eliminated and how its labels should be treated.
LabParser.cpp.
Definition cli.cpp:18