|
Storm 1.11.1.1
A Modern Probabilistic Model Checker
|
#include <filesystem>#include <memory>#include "storm/models/sparse/Model.h"#include "storm/models/sparse/StandardRewardModel.h"

Go to the source code of this file.
Classes | |
| struct | storm::parser::DirectEncodingParserOptions |
Namespaces | |
| namespace | storm |
| namespace | storm::parser |
| Contains all file parsers and helper classes. | |
Functions | |
| std::shared_ptr< storm::models::ModelBase > | storm::parser::parseDirectEncodingModel (std::filesystem::path const &file, DirectEncodingValueType valueType, DirectEncodingParserOptions const &options=DirectEncodingParserOptions()) |
| Parses the given file in DRN format. | |
| template<typename ValueType , typename RewardModelType > | |
| std::shared_ptr< storm::models::sparse::Model< ValueType, RewardModelType > > | storm::parser::parseDirectEncodingModel (std::filesystem::path const &file, DirectEncodingParserOptions const &options=DirectEncodingParserOptions()) |
| Parses the given file in DRN format. | |