Storm
A Modern Probabilistic Model Checker
|
Enumerations | |
enum class | BinaryBooleanOperatorType { And , Or } |
enum class | ComparisonType { Less , LessEqual , Greater , GreaterEqual } |
enum class | FormulaContext { Undefined , Probability , Reward , LongRunAverage , Time } |
enum class | TimeBoundType { Steps , Time , Reward } |
enum class | UnaryBooleanOperatorType { Not } |
|
strong |
Enumerator | |
---|---|
And | |
Or |
Definition at line 5 of file BinaryBooleanOperatorType.h.
|
strong |
Enumerator | |
---|---|
Less | |
LessEqual | |
Greater | |
GreaterEqual |
Definition at line 10 of file ComparisonType.h.
|
strong |
Enumerator | |
---|---|
Undefined | |
Probability | |
Reward | |
LongRunAverage | |
Time |
Definition at line 9 of file FormulaContext.h.
|
strong |
Enumerator | |
---|---|
Steps | |
Time | |
Reward |
Definition at line 10 of file TimeBoundType.h.
|
strong |
Enumerator | |
---|---|
Not |
Definition at line 5 of file UnaryBooleanOperatorType.h.
FragmentSpecification storm::logic::csl | ( | ) |
Definition at line 109 of file FragmentSpecification.cpp.
FragmentSpecification storm::logic::cslstar | ( | ) |
Definition at line 117 of file FragmentSpecification.cpp.
FragmentSpecification storm::logic::csrl | ( | ) |
Definition at line 129 of file FragmentSpecification.cpp.
FragmentSpecification storm::logic::csrlstar | ( | ) |
Definition at line 142 of file FragmentSpecification.cpp.
template storm::RationalNumber storm::logic::CumulativeRewardFormula::getBound< storm::RationalNumber > | ( | ) | const |
FragmentSpecification storm::logic::flatPctl | ( | ) |
Definition at line 60 of file FragmentSpecification.cpp.
|
inline |
Definition at line 20 of file ComparisonType.h.
|
inline |
Definition at line 36 of file ComparisonType.h.
|
inline |
Definition at line 16 of file ComparisonType.h.
|
inline |
Definition at line 12 of file ComparisonType.h.
FragmentSpecification storm::logic::lexObjective | ( | ) |
Definition at line 179 of file FragmentSpecification.cpp.
FragmentSpecification storm::logic::multiObjective | ( | ) |
Definition at line 155 of file FragmentSpecification.cpp.
|
inline |
std::ostream & storm::logic::operator<< | ( | std::ostream & | out, |
ComparisonType const & | comparisonType | ||
) |
Definition at line 7 of file ComparisonType.cpp.
std::ostream & storm::logic::operator<< | ( | std::ostream & | out, |
Formula const & | formula | ||
) |
Definition at line 578 of file Formula.cpp.
std::ostream & storm::logic::operator<< | ( | std::ostream & | out, |
FormulaContext const & | formulaContext | ||
) |
Definition at line 6 of file FormulaContext.cpp.
std::ostream & storm::logic::operator<< | ( | std::ostream & | out, |
RewardAccumulation const & | acc | ||
) |
Definition at line 31 of file RewardAccumulation.cpp.
std::ostream & storm::logic::operator<< | ( | std::ostream & | s, |
std::variant< T0, Ts... > const & | v | ||
) |
Definition at line 16 of file PlayerCoalition.cpp.
std::ostream & storm::logic::operator<< | ( | std::ostream & | stream, |
PlayerCoalition const & | coalition | ||
) |
Definition at line 21 of file PlayerCoalition.cpp.
FragmentSpecification storm::logic::pctl | ( | ) |
Definition at line 33 of file FragmentSpecification.cpp.
FragmentSpecification storm::logic::pctlstar | ( | ) |
Definition at line 48 of file FragmentSpecification.cpp.
FragmentSpecification storm::logic::prctl | ( | ) |
Definition at line 81 of file FragmentSpecification.cpp.
FragmentSpecification storm::logic::prctlstar | ( | ) |
Definition at line 95 of file FragmentSpecification.cpp.
FragmentSpecification storm::logic::propositional | ( | ) |
Definition at line 9 of file FragmentSpecification.cpp.
FragmentSpecification storm::logic::quantiles | ( | ) |
Definition at line 221 of file FragmentSpecification.cpp.
FragmentSpecification storm::logic::reachability | ( | ) |
Definition at line 21 of file FragmentSpecification.cpp.
FragmentSpecification storm::logic::rpatl | ( | ) |
Definition at line 68 of file FragmentSpecification.cpp.
OperatorInformation storm::logic::substituteOperatorInformation | ( | OperatorInformation const & | operatorInformation, |
std::function< storm::expressions::Expression(storm::expressions::Expression const &)> const & | substitutionFunction | ||
) |
Definition at line 15 of file ExpressionSubstitutionVisitor.cpp.