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 storm {
namespace dd { namespace dd {
enum class DdType { enum class DdType {
None,
CUDD, CUDD,
Sylvan Sylvan
}; };

Loading…
Cancel
Save