|
|
@ -6,7 +6,7 @@ |
|
|
|
#include "src/storage/dd/DdManager.h" |
|
|
|
#include "src/storage/dd/DdMetaVariable.h" |
|
|
|
#include "src/storage/dd/CuddDd.h" |
|
|
|
#include "utility\OsDetection.h" |
|
|
|
#include "src/utility/OsDetection.h" |
|
|
|
|
|
|
|
// Include the C++-interface of CUDD. |
|
|
|
#include "cuddObj.hh" |
|
|
@ -32,8 +32,6 @@ namespace storm { |
|
|
|
DdManager<CUDD>& operator=(DdManager<CUDD>&& other) = default; |
|
|
|
#endif |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/*! |
|
|
|
* Retrieves a DD representing the constant one function. |
|
|
|
* |
|
|
|