|
Storm 1.11.1.1
A Modern Probabilistic Model Checker
|
Shorthand for std::unordered_map<T, uint64_t>. More...
#include <BigStep.h>
Public Member Functions | |
| BigStep () | |
| This class re-orders parameteric transitions of a pMC so bounds computed by Parameter Lifting will eventually be better. | |
| RationalFunction | uniPolyToRationalFunction (UniPoly poly) |
| std::pair< models::sparse::Dtmc< RationalFunction >, std::map< UniPoly, Annotation > > | bigStep (models::sparse::Dtmc< RationalFunction > const &model, modelchecker::CheckTask< logic::Formula, RationalFunction > const &checkTask) |
| Perform big-step on the given model and the given checkTask. | |
Static Public Attributes | |
| static std::unordered_map< RationalFunction, Annotation > | lastSavedAnnotations |
Shorthand for std::unordered_map<T, uint64_t>.
Counts elements (which elements, how many of them).
| T |
|
inline |
| std::pair< models::sparse::Dtmc< RationalFunction >, std::map< UniPoly, Annotation > > BigStep::bigStep | ( | models::sparse::Dtmc< RationalFunction > const & | model, |
| modelchecker::CheckTask< logic::Formula, RationalFunction > const & | checkTask | ||
| ) |
Perform big-step on the given model and the given checkTask.
| model | A pMC. |
| checkTask | A property (probability or reward) on the pMC. |
Definition at line 393 of file BigStep.cpp.
| RationalFunction BigStep::uniPolyToRationalFunction | ( | UniPoly | poly | ) |
Definition at line 47 of file BigStep.cpp.
|
static |