diff --git a/src/storage/dd/CuddDd.cpp b/src/storage/dd/CuddDd.cpp index e5f62f80d..6c9077184 100644 --- a/src/storage/dd/CuddDd.cpp +++ b/src/storage/dd/CuddDd.cpp @@ -522,9 +522,6 @@ namespace storm { // Note that we first transform the ADD into a BDD to convert all non-zero terminals to ones and therefore // make the DD more compact. Dd tmp(this->getDdManager(), this->getCuddAdd().BddPattern().Add(), this->getContainedMetaVariableNames()); - tmp.exportToDot("tmp.dot"); - - return getMintermExpressionRecur(this->getDdManager()->getCuddManager().getManager(), this->getCuddAdd().BddPattern().getNode(), this->getDdManager()->getDdVariableNames()); }