|
Storm 1.11.1.1
A Modern Probabilistic Model Checker
|
#include <BigStep.h>


Public Member Functions | |
| uint64_t | lookUpInCache (UniPoly const &f, RationalFunctionVariable const &p) |
| Look up the index of this polynomial in the cache. | |
| UniPoly | polynomialFromFactorization (std::vector< uint64_t > const &factorization, RationalFunctionVariable const &p) const |
| Computes a univariate polynomial from a factorization. | |
| uint64_t storm::transformer::PolynomialCache::lookUpInCache | ( | UniPoly const & | f, |
| RationalFunctionVariable const & | p | ||
| ) |
Look up the index of this polynomial in the cache.
If it doesn't exist, adds it to the cache.
| f | The polynomial. |
| p | The main parameter of the polynomial. |
Definition at line 67 of file BigStep.cpp.
| UniPoly storm::transformer::PolynomialCache::polynomialFromFactorization | ( | std::vector< uint64_t > const & | factorization, |
| RationalFunctionVariable const & | p | ||
| ) | const |
Computes a univariate polynomial from a factorization.
| factorization | The factorization (a vector of exponents, indices = position in cache). |
| p | The parameter. |
Definition at line 83 of file BigStep.cpp.