Storm
A Modern Probabilistic Model Checker
Loading...
Searching...
No Matches
ModelRepresentation.h
Go to the documentation of this file.
1#pragma once
2
3#include <ostream>
4
6
7namespace storm {
8namespace models {
10std::ostream& operator<<(std::ostream& os, ModelRepresentation const& representation);
11
12template<storm::dd::DdType ddType>
14template<>
18template<>
22
23template<ModelRepresentation representation>
24struct GetDdType;
25template<>
29template<>
33template<>
37
38} // namespace models
39} // namespace storm
std::ostream & operator<<(std::ostream &os, ModelRepresentation const &representation)
LabParser.cpp.
Definition cli.cpp:18