Storm 1.13.0.1
A Modern Probabilistic Model Checker
Loading...
Searching...
No Matches
SparseModelFromUmb.h File Reference
Include dependency graph for SparseModelFromUmb.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  storm
namespace  storm::models
namespace  storm::umb

Functions

storm::models::ModelType storm::umb::deriveModelType (storm::umb::ModelIndex const &index)
 Derives the model type from the given UMB model index.
template<typename ValueType>
bool storm::umb::deriveValueType (storm::umb::ModelIndex const &index, ImportOptions const &options={})
 Returns true iff the given umb model with the given options should have ValueType as its ValueType.
template<typename ValueType>
std::shared_ptr< storm::models::sparse::Model< ValueType > > storm::umb::sparseModelFromUmb (storm::umb::UmbModel const &umbModel, ImportOptions const &options={})
 Constructs a sparse model from the given UMB model.
std::shared_ptr< storm::models::ModelBasestorm::umb::sparseModelFromUmb (storm::umb::UmbModel const &umbModel, ImportOptions const &options={})
 Constructs a sparse model from the given UMB model.