Storm
A Modern Probabilistic Model Checker
|
Public Types | |
typedef storm::storage::ParameterRegion< typenameSparseModelType::ValueType >::VariableType | VariableType |
Public Member Functions | |
RegionBound (storm::storage::ParameterRegion< typename SparseModelType::ValueType > const &r, std::shared_ptr< storm::analysis::Order > o, std::shared_ptr< storm::analysis::LocalMonotonicityResult< VariableType > > l, boost::optional< ConstantType > const &b) | |
Public Attributes | |
storm::storage::ParameterRegion< typename SparseModelType::ValueType > | region |
std::shared_ptr< storm::analysis::Order > | order |
std::shared_ptr< storm::analysis::LocalMonotonicityResult< VariableType > > | localMonRes |
boost::optional< ConstantType > | bound |
Definition at line 264 of file SparseParameterLiftingModelChecker.cpp.
typedef storm::storage::ParameterRegion<typenameSparseModelType::ValueType>::VariableType storm::modelchecker::RegionBound< SparseModelType, ConstantType >::VariableType |
Definition at line 265 of file SparseParameterLiftingModelChecker.cpp.
|
inline |
Definition at line 267 of file SparseParameterLiftingModelChecker.cpp.
boost::optional<ConstantType> storm::modelchecker::RegionBound< SparseModelType, ConstantType >::bound |
Definition at line 273 of file SparseParameterLiftingModelChecker.cpp.
std::shared_ptr<storm::analysis::LocalMonotonicityResult<VariableType> > storm::modelchecker::RegionBound< SparseModelType, ConstantType >::localMonRes |
Definition at line 272 of file SparseParameterLiftingModelChecker.cpp.
std::shared_ptr<storm::analysis::Order> storm::modelchecker::RegionBound< SparseModelType, ConstantType >::order |
Definition at line 271 of file SparseParameterLiftingModelChecker.cpp.
storm::storage::ParameterRegion<typename SparseModelType::ValueType> storm::modelchecker::RegionBound< SparseModelType, ConstantType >::region |
Definition at line 270 of file SparseParameterLiftingModelChecker.cpp.