std::cout<<"State partition after "<<iterations<<" iterations ("<<durationSinceStart<<"ms) has "<<refiner->getStatePartition().getNumberOfBlocks()<<" blocks."<<std::endl;
STORM_LOG_INFO("State partition after "<<iterations<<" iterations ("<<durationSinceStart<<"ms) has "<<refiner->getStatePartition().getNumberOfBlocks()<<" blocks.");
STORM_LOG_DEBUG("Refinement "<<refinements<<" produced "<<newPartition.getNumberOfBlocks()<<" blocks and was completed in "<<totalTimeInRefinement<<"ms (signature: "<<signatureTime<<"ms, refinement: "<<refinementTime<<"ms).");
STORM_LOG_TRACE("Refinement "<<refinements<<" produced "<<newPartition.getNumberOfBlocks()<<" blocks and was completed in "<<totalTimeInRefinement<<"ms (signature: "<<signatureTime<<"ms, refinement: "<<refinementTime<<"ms).");