Storm
A Modern Probabilistic Model Checker
Loading...
Searching...
No Matches
Model.h
Go to the documentation of this file.
1#pragma once
2
4
5namespace storm {
6namespace models {
7
8template<typename ValueType>
9class Model : public ModelBase {
10 public:
16 Model(ModelType const& modelType) : ModelBase(modelType) {
17 // Intentionally left empty.
18 }
19
20 virtual ~Model() = default;
21};
22
23} // namespace models
24} // namespace storm
Model(ModelType const &modelType)
Constructs a model of the given type.
Definition Model.h:16
virtual ~Model()=default
LabParser.cpp.
Definition cli.cpp:18