Browse Source

changing debug output slightly

tempestpy_adaptions
dehnert 6 years ago
parent
commit
62893e01cf
  1. 2
      src/storm/abstraction/prism/CommandAbstractor.cpp

2
src/storm/abstraction/prism/CommandAbstractor.cpp

@ -98,7 +98,7 @@ namespace storm {
template <storm::dd::DdType DdType, typename ValueType>
void CommandAbstractor<DdType, ValueType>::recomputeCachedBddWithDecomposition() {
STORM_LOG_TRACE("Recomputing BDD for command with index " << command.get().getGlobalIndex() << " (" << command.get() << ") using the decomposition.");
STORM_LOG_TRACE("Recomputing BDD for command " << command.get() << " [with index " << command.get().getGlobalIndex() << "] using the decomposition.");
auto start = std::chrono::high_resolution_clock::now();
// compute a decomposition of the command

Loading…
Cancel
Save