Browse Source
Merge branch 'monolithic-dft' of https://sselab.de/lab9/private/git/storm into monolithic-dft
Merge branch 'monolithic-dft' of https://sselab.de/lab9/private/git/storm into monolithic-dft
Former-commit-id: a02c42a89c
tempestpy_adaptions
Mavo
9 years ago
4 changed files with 18 additions and 58 deletions
-
2src/CMakeLists.txt
-
7src/storage/dft/DFTElementType.h
-
54src/storage/dft/DFTElements.h
-
13src/storage/dft/elements/DFTRestriction.h
@ -0,0 +1,13 @@ |
|||||
|
#pragma once |
||||
|
|
||||
|
#include "../DFTElements.h" |
||||
|
|
||||
|
namespace storm { |
||||
|
namespace storage { |
||||
|
template<typename ValueType> |
||||
|
class DFTRestriction : public DFTElement<ValueType> { |
||||
|
|
||||
|
}; |
||||
|
|
||||
|
} |
||||
|
} |
Write
Preview
Loading…
Cancel
Save
Reference in new issue