|
Storm 1.11.1.1
A Modern Probabilistic Model Checker
|
Classes | |
| class | AssumptionChecker |
| class | AssumptionMaker |
| class | ConstraintCollector |
| Class to collect constraints on parametric Markov chains. More... | |
| struct | ConstraintType |
| struct | ConstraintType< ValueType, typename std::enable_if< std::is_same< storm::RationalFunction, ValueType >::value >::type > |
| class | LocalMonotonicityResult |
| class | MonotonicityChecker |
| class | MonotonicityHelper |
| class | MonotonicityResult |
| class | Order |
| class | OrderExtender |
| class | QualitativeAnalysisOnGraphs |
| class | UniqueObservationStates |
Enumerations | |
| enum | AssumptionStatus { VALID , INVALID , UNKNOWN } |
| Constants for status of assumption. More... | |
| enum class | MonotonicityKind { Incr , Decr , Constant , Not , Unknown } |
| The results of monotonicity checking for a single Parameter Region. More... | |
Functions | |
| std::ostream & | operator<< (std::ostream &out, MonotonicityKind kind) |
| bool | isMonotone (MonotonicityKind kind) |
Constants for status of assumption.
| Enumerator | |
|---|---|
| VALID | |
| INVALID | |
| UNKNOWN | |
Definition at line 18 of file AssumptionChecker.h.
|
strong |
The results of monotonicity checking for a single Parameter Region.
Definition at line 9 of file MonotonicityKind.h.
| bool storm::analysis::isMonotone | ( | MonotonicityKind | kind | ) |
Definition at line 31 of file MonotonicityKind.cpp.
| std::ostream & storm::analysis::operator<< | ( | std::ostream & | out, |
| MonotonicityKind | kind | ||
| ) |
Definition at line 7 of file MonotonicityKind.cpp.