Storm
A Modern Probabilistic Model Checker
|
#include <sampling.h>
Public Member Functions | |
SampleInformation (bool graphPreserving=false, bool exact=false) | |
bool | empty () const |
Public Attributes | |
std::vector< std::map< typename storm::utility::parametric::VariableType< ValueType >::type, std::vector< typename storm::utility::parametric::CoefficientType< ValueType >::type > > > | cartesianProducts |
bool | graphPreserving |
bool | exact |
Definition at line 61 of file sampling.h.
|
inline |
Definition at line 62 of file sampling.h.
|
inline |
Definition at line 66 of file sampling.h.
std::vector<std::map<typename storm::utility::parametric::VariableType<ValueType>::type, std::vector<typename storm::utility::parametric::CoefficientType<ValueType>::type> > > storm::pars::SampleInformation< ValueType >::cartesianProducts |
Definition at line 72 of file sampling.h.
bool storm::pars::SampleInformation< ValueType >::exact |
Definition at line 74 of file sampling.h.
bool storm::pars::SampleInformation< ValueType >::graphPreserving |
Definition at line 73 of file sampling.h.