Browse Source

Removed DdType::None because there is no use for this anymore.

tempestpy_adaptions
Tim Quatmann 4 years ago
parent
commit
5a76128e3f
  1. 1
      src/storm/storage/dd/DdType.h

1
src/storm/storage/dd/DdType.h

@ -4,7 +4,6 @@
namespace storm {
namespace dd {
enum class DdType {
None,
CUDD,
Sylvan
};

Loading…
Cancel
Save