Browse Source

Removed debug output that was - of course - never there. (You saw nothing!)

Former-commit-id: 9249928f54
tempestpy_adaptions
dehnert 11 years ago
parent
commit
63f55b38f0
  1. 3
      src/storage/dd/CuddDd.cpp

3
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<DdType::CUDD> 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());
}

Loading…
Cancel
Save