Storm
A Modern Probabilistic Model Checker
|
#include <VectorHelper.h>
Public Member Functions | |
VectorHelper () | |
void | reduceVector (storm::solver::OptimizationDirection dir, std::vector< ValueType > const &source, std::vector< ValueType > &target, std::vector< uint_fast64_t > const &rowGrouping, std::vector< uint_fast64_t > *choices=nullptr) const |
bool | parallelize () const |
void | reduceVector (storm::solver::OptimizationDirection, std::vector< storm::RationalFunction > const &, std::vector< storm::RationalFunction > &, std::vector< uint_fast64_t > const &, std::vector< uint_fast64_t > *) const |
Definition at line 12 of file VectorHelper.h.
storm::utility::VectorHelper< ValueType >::VectorHelper | ( | ) |
Definition at line 20 of file VectorHelper.cpp.
bool storm::utility::VectorHelper< ValueType >::parallelize | ( | ) | const |
Definition at line 27 of file VectorHelper.cpp.
void storm::utility::VectorHelper< ValueType >::reduceVector | ( | storm::solver::OptimizationDirection | dir, |
std::vector< ValueType > const & | source, | ||
std::vector< ValueType > & | target, | ||
std::vector< uint_fast64_t > const & | rowGrouping, | ||
std::vector< uint_fast64_t > * | choices = nullptr |
||
) | const |
Definition at line 32 of file VectorHelper.cpp.
void storm::utility::VectorHelper< storm::RationalFunction >::reduceVector | ( | storm::solver::OptimizationDirection | , |
std::vector< storm::RationalFunction > const & | , | ||
std::vector< storm::RationalFunction > & | , | ||
std::vector< uint_fast64_t > const & | , | ||
std::vector< uint_fast64_t > * | |||
) | const |
Definition at line 46 of file VectorHelper.cpp.