Storm 1.13.0.1
A Modern Probabilistic Model Checker
Loading...
Searching...
No Matches
builder.cpp File Reference
Include dependency graph for builder.cpp:

Go to the source code of this file.

Namespaces

namespace  storm
namespace  storm::utility
namespace  storm::utility::builder

Functions

template<typename ValueType, typename RewardModelType>
std::shared_ptr< storm::models::sparse::Model< ValueType, RewardModelType > > storm::utility::builder::buildModelFromComponents (storm::models::ModelType modelType, storm::storage::sparse::ModelComponents< ValueType, RewardModelType > &&components)
template std::shared_ptr< storm::models::sparse::Model< double > > storm::utility::builder::buildModelFromComponents (storm::models::ModelType modelType, storm::storage::sparse::ModelComponents< double > &&components)
template std::shared_ptr< storm::models::sparse::Model< double, storm::models::sparse::StandardRewardModel< storm::Interval > > > storm::utility::builder::buildModelFromComponents (storm::models::ModelType modelType, storm::storage::sparse::ModelComponents< double, storm::models::sparse::StandardRewardModel< storm::Interval > > &&components)
template std::shared_ptr< storm::models::sparse::Model< storm::RationalNumber, storm::models::sparse::StandardRewardModel< storm::RationalInterval > > > storm::utility::builder::buildModelFromComponents (storm::models::ModelType modelType, storm::storage::sparse::ModelComponents< storm::RationalNumber, storm::models::sparse::StandardRewardModel< storm::RationalInterval > > &&components)
template std::shared_ptr< storm::models::sparse::Model< storm::RationalNumber > > storm::utility::builder::buildModelFromComponents (storm::models::ModelType modelType, storm::storage::sparse::ModelComponents< storm::RationalNumber > &&components)
template std::shared_ptr< storm::models::sparse::Model< storm::RationalFunction > > storm::utility::builder::buildModelFromComponents (storm::models::ModelType modelType, storm::storage::sparse::ModelComponents< storm::RationalFunction > &&components)
template std::shared_ptr< storm::models::sparse::Model< storm::Interval > > storm::utility::builder::buildModelFromComponents (storm::models::ModelType modelType, storm::storage::sparse::ModelComponents< storm::Interval > &&components)
template std::shared_ptr< storm::models::sparse::Model< storm::RationalInterval > > storm::utility::builder::buildModelFromComponents (storm::models::ModelType modelType, storm::storage::sparse::ModelComponents< storm::RationalInterval > &&components)