|
|
@ -14,11 +14,6 @@ namespace storm { |
|
|
|
// Intentionally left empty.
|
|
|
|
} |
|
|
|
|
|
|
|
template<DdType LibraryType> |
|
|
|
Dd<LibraryType>::~Dd() { |
|
|
|
// Intentionally left empty.
|
|
|
|
} |
|
|
|
|
|
|
|
template<DdType LibraryType> |
|
|
|
bool Dd<LibraryType>::containsMetaVariable(storm::expressions::Variable const& metaVariable) const { |
|
|
|
return containedMetaVariables.find(metaVariable) != containedMetaVariables.end(); |
|
|
|
xxxxxxxxxx