24template<
typename ValueType>
25std::shared_ptr<storm::models::sparse::Model<ValueType>>
buildModelFromUmb(std::filesystem::path
const& umbLocation,
ImportOptions const& options = {});
29template<
typename ValueType>
30void exportModelToUmb(storm::models::sparse::Model<ValueType>
const& model, std::filesystem::path
const& targetLocation,
ExportOptions const& options = {});
Import and export of umb files.
std::shared_ptr< storm::models::sparse::Model< ValueType > > buildModelFromUmb(std::filesystem::path const &umbLocation, ImportOptions const &options)
void exportModelToUmb(storm::models::sparse::Model< ValueType > const &model, std::filesystem::path const &targetLocation, ExportOptions const &options)