30 static std::shared_ptr<storm::models::sparse::Model<ValueType, RewardModelType>>
parseModel(
46 static std::shared_ptr<storm::storage::sparse::ModelComponents<ValueType, RewardModelType>> parseStates(
47 std::istream& file,
storm::models::ModelType type,
size_t stateSize,
size_t nrChoices, std::unordered_map<std::string, ValueType>
const& placeholders,
57 static ValueType parseValue(std::string
const& valueStr, std::unordered_map<std::string, ValueType>
const& placeholders,
static std::shared_ptr< storm::models::sparse::Model< ValueType, RewardModelType > > parseModel(std::string const &fil, DirectEncodingParserOptions const &options=DirectEncodingParserOptions())
Load a model in DRN format from a file and create the model.