|
Storm 1.14.0.1
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 63 of file sampling.h.
|
inline |
Definition at line 64 of file sampling.h.
|
inline |
Definition at line 68 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 74 of file sampling.h.
| bool storm::pars::SampleInformation< ValueType >::exact |
Definition at line 76 of file sampling.h.
| bool storm::pars::SampleInformation< ValueType >::graphPreserving |
Definition at line 75 of file sampling.h.